Skip to content

Commit 123b1f0

Browse files
committed
Upgrade version
1 parent a746d3a commit 123b1f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A gem that uses [angular-file-upload](https://github.com/nervgh/angular-file-upl
99
Add this line to your application's Gemfile:
1010

1111
```ruby
12-
gem 'angularjs-file-upload-rails', '~> 1.1.5'
12+
gem 'angularjs-file-upload-rails', '~> 1.1.6'
1313
```
1414

1515
And then execute:
@@ -35,22 +35,22 @@ Include it in your JavaScript manifest (e.g. `application.js`)
3535

3636
## Read more
3737

38-
read more about the options in [angular-file-upload-wiki](https://github.com/nervgh/angular-file-upload/wiki/Introduction)
38+
read more about the options in [angular-file-upload-wiki](https://github.com/nervgh/angular-file-upload/wiki/Introduction)
3939

40-
## Basic example
40+
## Basic example
4141

4242
\* *assuming that you have setup an ```angularjs``` correctly in your rails app
4343

4444
```ruby
45-
gem 'angularjs-file-upload-rails', '~> 1.1.5'
45+
gem 'angularjs-file-upload-rails', '~> 1.1.6'
4646
gem 'carrierwave'
4747
gem 'rails', '4.1.5'
4848
```
4949

5050
Setup your carrierwave gem as discribed in the [carrierwave-readme](https://github.com/carrierwaveuploader/carrierwave)
5151

5252
add ```angularjs-file-upload-rails``` to your gem file
53-
add
53+
add
5454

5555
```javascript
5656
//= require angularjs-file-upload

angularjs-file-upload.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files`.split($/)
17-
spec.require_paths = ["lib"]
17+
spec.require_paths = ["lib", "app"]
1818

1919
spec.add_development_dependency "bundler", "~> 1.3"
2020
spec.add_development_dependency "rails", "~> 3.1"

lib/angularjs-file-upload/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AngularjsFileUpload
2-
VERSION = '1.1.5'
2+
VERSION = '1.1.6'
33
end

0 commit comments

Comments
 (0)