File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
lib/angularjs-file-upload Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ A gem that uses [angular-file-upload](https://github.com/nervgh/angular-file-upl
9
9
Add this line to your application's Gemfile:
10
10
11
11
``` ruby
12
- gem ' angularjs-file-upload-rails' , ' ~> 1.1.5 '
12
+ gem ' angularjs-file-upload-rails' , ' ~> 1.1.6 '
13
13
```
14
14
15
15
And then execute:
@@ -35,22 +35,22 @@ Include it in your JavaScript manifest (e.g. `application.js`)
35
35
36
36
## Read more
37
37
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 )
39
39
40
- ## Basic example
40
+ ## Basic example
41
41
42
42
\* * assuming that you have setup an ``` angularjs ``` correctly in your rails app
43
43
44
44
``` ruby
45
- gem ' angularjs-file-upload-rails' , ' ~> 1.1.5 '
45
+ gem ' angularjs-file-upload-rails' , ' ~> 1.1.6 '
46
46
gem ' carrierwave'
47
47
gem ' rails' , ' 4.1.5'
48
48
```
49
49
50
50
Setup your carrierwave gem as discribed in the [ carrierwave-readme] ( https://github.com/carrierwaveuploader/carrierwave )
51
51
52
52
add ``` angularjs-file-upload-rails ``` to your gem file
53
- add
53
+ add
54
54
55
55
``` javascript
56
56
// = require angularjs-file-upload
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
spec . license = "MIT"
15
15
16
16
spec . files = `git ls-files` . split ( $/)
17
- spec . require_paths = [ "lib" ]
17
+ spec . require_paths = [ "lib" , "app" ]
18
18
19
19
spec . add_development_dependency "bundler" , "~> 1.3"
20
20
spec . add_development_dependency "rails" , "~> 3.1"
Original file line number Diff line number Diff line change 1
1
module AngularjsFileUpload
2
- VERSION = '1.1.5 '
2
+ VERSION = '1.1.6 '
3
3
end
You can’t perform that action at this time.
0 commit comments