persistent-cache-storage-directory 0.1.0 → 0.1.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: 4bca15b3f0dc16e0a56aec26b72b421c450da0c4
4
- data.tar.gz: b759a45d7c38d4002a4f4618975dd00ca41001f3
3
+ metadata.gz: 33e298440c1188ff8ba291722dd72a05d329fb2c
4
+ data.tar.gz: c6778ab7122bae0ab0e1d0a069e842889f447101
5
5
  SHA512:
6
- metadata.gz: 836b2c093d4a0c91ba1be7ec05dbb891c3d306cd19f28f4389fcce184a18d360953b3fc6a556aa4cf9470e1ea91e345c6c060f4cc9f058ea933e9710031107a6
7
- data.tar.gz: 5b9579ebd87dc7b9ba03b682f01c00e1bb9cbe68539956610f4447ae24a432a710bb619c61906002b64d2be1215aa35569d0ebdf07075744e7017700bce723a6
6
+ metadata.gz: 2226c52de75599967ff7ea4d566d1c80f0c2f14edc469d77386720822153de03f598ef98baa869392c9fad7f8fcadf35ff60f07eb9ae4e979cbeacacd9cadb65
7
+ data.tar.gz: c2df229ee17b0423f6ee1efd1a003671dcdab8cff6debb1498bd8516fd1d6fb711952145d2ac1c79a59396dc88f8ed8da1cb254913e9da0dcb070691918620f5
data/.gitignore CHANGED
@@ -1,5 +1,6 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
+ *.gem
3
4
  /Gemfile.lock
4
5
  /_yardoc/
5
6
  /coverage/
@@ -2,7 +2,7 @@ module Persistent
2
2
  module Cache
3
3
  module Storage
4
4
  module Directory
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: persistent-cache-storage-directory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan
@@ -77,8 +77,6 @@ files:
77
77
  - ".rspec"
78
78
  - ".ruby-gemset"
79
79
  - ".ruby-version"
80
- - ".ruby-version-jruby"
81
- - ".ruby-version-ruby"
82
80
  - ".travis.yml"
83
81
  - Gemfile
84
82
  - 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