jquery_total_storage_rails 1.1.2.0 → 1.1.2.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: b4385bc824578e0fe1f6cd927cbca9538559e3cb
4
- data.tar.gz: 4437dbf421247170a03411b8d60e469f1dd308f6
3
+ metadata.gz: 6b491f1e9d0f5ca219fc09190854cfc9beea2cda
4
+ data.tar.gz: cbe8b42ba82ad3aae6b594e31cb9c187e67888b6
5
5
  SHA512:
6
- metadata.gz: c1dbe43798bc00d788103b7b0584013527e795e4602fe2e43301879b10b7fd9aafe428a68e8eac1b60a28179c24ddc0ee9920b21c68b22527bbe01d79844ec79
7
- data.tar.gz: 104be922235dd7e5982da1311d48e890a1f3ba85165332ab39e72a9ae3115c6fac0d315dda352fc4f6415b4c9f18ee340ad752571723df6977f0c82c6fd9f2c8
6
+ metadata.gz: a1419b5ab0b54c95ec942d8bf35cf628ed0ce36c931d82b910c6e42c1ed17940c16df4da0066c025dee0947e6d60000bf3c5adb0acb93edbfffc5dd3380de932
7
+ data.tar.gz: 025282237a7f52f18e4ca229f2bc9ca2013a4556450684e4f1d0b52c433e2b786f9917dd66298cfca7cde79cedeaec548a0e9d53107587daa6ab67d70f1f15e8
data/README.md CHANGED
@@ -18,8 +18,9 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- Add
22
- # = require jquery_total_storage_rails
21
+ Add
22
+
23
+ # = require jquery.total-storage
23
24
 
24
25
  to application.js.coffee
25
26
 
data/VERSION-HISTORY ADDED
@@ -0,0 +1,2 @@
1
+ 1.1.2.0 - initial release 2014-07-12
2
+ 1.1.2.1 - fixed some of the instructions for installing. Added VERSION-HISTORY
@@ -1,5 +1,5 @@
1
1
  module JqueryTotalStorageRails
2
2
  module Rails
3
- VERSION = "1.1.2.0"
3
+ VERSION = "1.1.2.1"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module JqueryTotalStorageRails
2
2
  module Rails
3
- VERSION = "1.1.2.0"
3
+ VERSION = "1.1.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_total_storage_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.0
4
+ version: 1.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - robb-broome
@@ -62,6 +62,7 @@ extra_rdoc_files: []
62
62
  files:
63
63
  - MIT-LICENSE
64
64
  - README.md
65
+ - VERSION-HISTORY
65
66
  - lib/jquery_total_storage_rails.rb
66
67
  - lib/jquery_total_storage_rails.rb~
67
68
  - lib/jquery_total_storage_rails/version.rb