store_js_rails 0.1.3 → 0.1.4

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: cbfa7e6c69809a58c38a1e81edb209848c39928c
4
- data.tar.gz: aad654d3febb9fb71a2307222f48801da40da9fc
3
+ metadata.gz: 4ad3f4a2c52ff4f0941bf0c5b3da078f2b4651d7
4
+ data.tar.gz: 9c6b233c647199d92baca085bab12fef457c2fe8
5
5
  SHA512:
6
- metadata.gz: e82b2c424bded478c42d7a8715f71c50f1f97ccfaa01a9757abc60acacba339384dabdf4732e337f541d21b45f941c55b2ca34aa7aaf8025b8dd5e0f815414b2
7
- data.tar.gz: b74cad539926d34fafdedc07a72798b6d98fa372e7334f6667c2a4ea5eb06a74b84e57fd3c8c9467376c46355b2f88d3b75722206c10ee2e224fe8019d425114
6
+ metadata.gz: 6713f8cf83eec854bdea6a3a9c32c270863c90eb5bec2601429da739cb10c41289de976c03d47f3bb9283fa6e818c2c808a0cbdf0471f67fe1103d2d77ed42a2
7
+ data.tar.gz: 24e49bcbe6a5c61d011bbb3305076f157ff5e54cff0b13a51a6ea04439d05f9c90066a31e454bfe8c1bdc30cd099621fd409b7ef2e3918b79ca9c6d0f281c84c
@@ -1,3 +1,3 @@
1
1
  module StoreJsRails
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["rgreene@avvo.com"]
11
11
 
12
12
  spec.summary = %q{StoreJsRails Javascript packaged for Rails asset pipeline}
13
- spec.description = %q{StoreJsRailsexposes a simple API for cross browser local storage for the Rails asset pipeline}
13
+ spec.description = %q{StoreJsRails exposes a simple API for cross browser local storage for the Rails asset pipeline}
14
14
  spec.homepage = "http://www.github.com/rardoz"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: store_js_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Greene
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: StoreJsRailsexposes a simple API for cross browser local storage for
55
+ description: StoreJsRails exposes a simple API for cross browser local storage for
56
56
  the Rails asset pipeline
57
57
  email:
58
58
  - rgreene@avvo.com