angular-file-upload-rails 1.6.1 → 1.6.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 657107115c990ca4ea3d9aa3458ee615f54225a6
4
- data.tar.gz: 6b61b091df6e1e15c4ca0c595a3ce26be698565b
3
+ metadata.gz: 93dd194c1e20c470f56c1d664c8d3bc6a2c82976
4
+ data.tar.gz: 9097eac1b20ffa2da95433a5383fa5b02ed058c7
5
5
  SHA512:
6
- metadata.gz: 15a1912ef0cd0cb5c9fe91246cd99a274efab93c4efc221a2ac07379b3631529d4da2ba7c83e593ea56d8bd27ae5b7ba6242884a239262771b3cf83c15139e44
7
- data.tar.gz: 43ad7a4fa3bc3714fa9b94b5d4719b6abbf0da5dde8df07ebc39fabb8dfb3d76abc63bd062d8eee70151dc65518ae064b5ddc4169cfa078fe166dcdf88b858b4
6
+ metadata.gz: 22170f3c6476b1935983534b43af7c6c66c20cc8f88d61e440662ce7ed2bd822f1b1f6784cd95293528be07fc77ba5a0b71cd9924bda2f1964b547572d928020
7
+ data.tar.gz: 700afd5ceb3556c051cdb723dc5f72f7db2b3bd700cd430b2fd60e19cc1678d31204e5e5de0cd18d43def39d0b194ec58d7539a26b228a0c804a6307d7678db5
data/README.md CHANGED
@@ -1,5 +1,29 @@
1
1
  Angular-File-Upload-Rails
2
2
  =========================
3
3
 
4
- This gem includes [angular-file-upload](https://github.com/danialfarid/angular-file-upload) as an asset in the Rails Asset Pipeline (requires Rails 3.1 or higher).
4
+ A gem that includes [angular-file-upload](https://github.com/danialfarid/angular-file-upload) as an asset in the Rails Asset Pipeline (requires Rails 3.1 or higher).
5
+
6
+ Installation
7
+ ------------
8
+
9
+ Add the gem to your **Gemfile**:
10
+
11
+ ``` ruby
12
+ gem 'angular-file-upload-rails', '~> 1.6.1.1'
13
+ # The gem's version mirrors the included version of angular-file-upload,
14
+ # with an extra .1 for updates independent of the wrapped library's version.
15
+ ```
16
+
17
+ and run:
18
+
19
+ ```
20
+ $ bundle install
21
+ ```
22
+
23
+ Lastly, be sure to include it in your JavaScript manifest (e.g. `application.js`)
24
+
25
+ ```
26
+ //= require angular-file-upload
27
+ ```
28
+ \* *be sure that angular is required before angular-file-upload*
5
29
 
@@ -1,3 +1,3 @@
1
1
  module AngularFileUpload
2
- VERSION = '1.6.1'
2
+ VERSION = '1.6.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-file-upload-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe DiVita
@@ -66,11 +66,11 @@ files:
66
66
  - README.md
67
67
  - Rakefile
68
68
  - angular-file-upload-rails.gemspec
69
- - app/assets/javascripts/FileAPI.flash.swf
70
- - app/assets/javascripts/FileAPI.min.js
71
- - app/assets/javascripts/angular-file-upload-html5-shim.js
72
- - app/assets/javascripts/angular-file-upload-shim.js
73
- - app/assets/javascripts/angular-file-upload.js
69
+ - app/assets/javascripts/angular-file-upload/FileAPI.flash.swf
70
+ - app/assets/javascripts/angular-file-upload/FileAPI.min.js
71
+ - app/assets/javascripts/angular-file-upload/angular-file-upload-html5-shim.js
72
+ - app/assets/javascripts/angular-file-upload/angular-file-upload-shim.js
73
+ - app/assets/javascripts/angular-file-upload/angular-file-upload.js
74
74
  - lib/angular-file-upload.rb
75
75
  - lib/angular-file-upload/rails.rb
76
76
  - lib/angular-file-upload/version.rb