persistent-cache-storage-api 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/persistent-cache/version.rb +1 -1
- metadata +1 -3
- data/.ruby-version-jruby +0 -1
- data/.ruby-version-ruby +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f40d33e849b8fb7e905968d60db5361f786a46d2
|
4
|
+
data.tar.gz: 895dfb343a13c47f52ed330fed3c33d08798c768
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c157483ec36726f654a9ba920ecd3c28ea0499df01462321fb380fb171df926b8a5e12722fbb9658021661c4eff699a09c4c2b646be844590f63fbe01382bb0
|
7
|
+
data.tar.gz: 02cc5f038d5b86459efee624c7787f9ee407d2d198e2a7be7dc15c1a086ce7bd2dcf108634154c6a1f81f169d01a731400a2240fcb098a45ee63d147be2e3bf0
|
data/.gitignore
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: persistent-cache-storage-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ernst Van Graan
|
@@ -64,8 +64,6 @@ files:
|
|
64
64
|
- ".rspec"
|
65
65
|
- ".ruby-gemset"
|
66
66
|
- ".ruby-version"
|
67
|
-
- ".ruby-version-jruby"
|
68
|
-
- ".ruby-version-ruby"
|
69
67
|
- ".travis.yml"
|
70
68
|
- Gemfile
|
71
69
|
- LICENSE.txt
|
data/.ruby-version-jruby
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
jruby-9.0.4.0
|
data/.ruby-version-ruby
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ruby-2.0.0-p643
|