jquery-uploadify-rails 1.0.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a69225de5b31912d38f4ede4cab78eb4bf3fc456
4
- data.tar.gz: 2f8426ff70b6187d577e99116d468c47f30d884b
3
+ metadata.gz: f3e38b3c53fd55b9c1f10235e70203b4d1e55124
4
+ data.tar.gz: 1ddfe51128e1e643d12073fd278ffc4fd380ce5a
5
5
  SHA512:
6
- metadata.gz: 24e8bff8e14da66c944583522ca5f5a34c3770652eb9e1c3d97990cec8c08d05107fd5a585caa400b4af20c50185f888ca8f187776decac9ba71c3c5f5ed7bfb
7
- data.tar.gz: 0fdb38ba04dba79dbc87591893cb865bf94e263dfae97f3290d3d3db01cee517cf98868546bd291eb9fa94729008d43de55f5b38f0a4908a26ba5ec606e1e3e5
6
+ metadata.gz: 4fe024d2e715cde5f716812ae99fbf38cf6ccddc1f10c2a23fcf962ce0daeb4145578ec15dfadeeca5c99127461443aca4a7af6f332e3512a2c04a83ed3c594e
7
+ data.tar.gz: ee7d044fc2560983994f9ecbb15e5f04d7ec1a08fdb479f3b867c820db69ceda9c4bff77977858902de01a2c9bf159b4d4cfbeae995909749c8989b425368e0a
data/README.md CHANGED
@@ -20,6 +20,8 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
+ If your gem version < 1.1.0, Please reference [1.0.2's README.md](https://github.com/reyesyang/jquery-uploadify-rails/blob/v1.0.2/README.md)
24
+
23
25
  Add require directive in your application.js:
24
26
 
25
27
  ```javascript
@@ -34,21 +36,6 @@ Add require directive in your application.css:
34
36
  */
35
37
  ```
36
38
 
37
- Add images to Rails assets precompile configuration.
38
-
39
- For Rails 4.1+, add the following line to update config/assets.rb:
40
-
41
- ```ruby
42
- Rails.application.config.assets.precompile += /jquery\-uploadify\/.+\.(?:swf|png)$/
43
- ```
44
-
45
- For Rails 3.1+, add the following line to config/application.rb:
46
-
47
- ```ruby
48
- config.assets.precompile += /jquery\-uploadify\/.+\.(?:swf|png)$/
49
- ```
50
-
51
-
52
39
  ## Release
53
40
 
54
41
  See [VERSIONS.md](VERSIONS.md) for details.
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Date | Gem | Uploadify |
4
4
  |------------|-------|-----------|
5
+ | 2015-03-31 | 1.1.0 | 3.2.1 |
5
6
  | 2015-03-31 | 1.0.2 | 3.2.1 |
6
7
  | 2015-03-25 | 1.0.1 | 3.2.1 |
7
8
  | 2015-03-25 | 1.0.0 | 3.2.1 |
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Uploadify
3
3
  module Rails
4
- VERSION = "1.0.2"
4
+ VERSION = "1.1.0"
5
5
  JQUERY_UPLOADIFY_VERSION = "3.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-uploadify-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Reyes Yang