jquerycsv-rails 0.71 → 0.71.1

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: ae7e474ece32bba3534dbf8b5006c3f34865e919
4
- data.tar.gz: 6292bd90b0d8e4aaef332700e1996108432cebfd
3
+ metadata.gz: 6a3bf7f5e01e8186280d90787c3bf44e075dd58a
4
+ data.tar.gz: 842507d4af8b4c5c387e0da14f6287997daf6686
5
5
  SHA512:
6
- metadata.gz: 1d88a0aa3188318bac38a089c4770597e22b5c65f75145a43c3e87ea162a5a4da5b1b37b514ac7ad0f21485c0696d63968283b7013771b26003abc3d6f7555e0
7
- data.tar.gz: 7a9919a5cb1e599128347368844cfdc8fc4b36f5adb283cedd8430d8d6e8b493c67ad4ff9146af1d9ca045d2afd61aa3c9480256c050596a414f7c0b95d14b18
6
+ metadata.gz: fc96c1c30a59971ec1d300ce0c231ee760c44f809f236b0aa0c51093aacdb363e7e4aa467b87d81a2d1da2c35d649080b395da2bb577778ba0c722fb413ba1d1
7
+ data.tar.gz: b7e1377f4814276eb5a868e6b699cc7b2e6b680c5e033cca757de23e27a7099680ffd4f076e7f6e8400e7a16dc715da7ff51bb3893c0da5d9b35e51eb2a928bb
data/README.md CHANGED
@@ -27,3 +27,7 @@ Or install it yourself as:
27
27
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
28
  4. Push to the branch (`git push origin my-new-feature`)
29
29
  5. Create new Pull Request
30
+
31
+ ## Gemify Assets Process
32
+
33
+ [Guide](http://prioritized.net/blog/gemify-assets-for-rails/)
@@ -1,5 +1,5 @@
1
1
  module Jquerycsv
2
2
  module Rails
3
- VERSION = "0.71"
3
+ VERSION = "0.71.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquerycsv-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.71'
4
+ version: 0.71.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Koval
@@ -62,7 +62,7 @@ files:
62
62
  - lib/jquerycsv/rails/version.rb
63
63
  - lib/jquerycsv/rails.rb
64
64
  - lib/jquerycsv-rails.rb
65
- - vendor/assets/javascripts/jquery.csv-0.71.js
65
+ - vendor/assets/javascripts/jquery.csv.js
66
66
  - LICENSE.txt
67
67
  - README.md
68
68
  homepage: https://github.com/jakl/jquerycsv-rails