persistent-cache-storage-api 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9eafe37996c119a0d70ec3aa45baba4d6a7f14cd
4
- data.tar.gz: 4eb65e1690c5f78c620207bc7a7278d9c8b6b57c
3
+ metadata.gz: 9cd59a8301435e2469a7458e11f3fec6a6b91c6d
4
+ data.tar.gz: d44f84db9553716fda113775c59c261375b7a074
5
5
  SHA512:
6
- metadata.gz: 2b47975bcf2f513de7d94591bc6ac936359356966ff3e0c86fe3ac67d25ad522fa0f7b6658498f3454c96285476d214a48eb985e3295f3277f0f2170286b85ba
7
- data.tar.gz: 18fe1c0546395cfd50dc9ab57c50e7faafb77e5e4e4afa5881c9294f653a1ddcd9c35555a4753b3ee0672242bf0e0e97467b798a54b9cf0cbbb3b18ae1eee5b9
6
+ metadata.gz: 29974194f52d2b375e889db356ae891eadaa9f34f8ba4a0d427688ab81a36d810f090fb1925eac8abbd1c53857c65c049229b9f6a2a78a0d969f7863be802684
7
+ data.tar.gz: 4aefb0aac93417cf3cb2455ba122e1209c158518aa97d2f4f578dc53633b1c986e103223d2d5155c45daa410ad794ee93cda1e7810caf317f652ac51dbb979b5
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  Create storage providers by extending this api:
24
24
 
25
25
  ```
26
- require 'persistent-cache-storage-api/storage_api'
26
+ require 'persistent-cache/storage_api'
27
27
 
28
28
  module Persistent
29
29
  class StorageDirectory < Persistent::Cache::StorageApi::API
@@ -61,7 +61,7 @@ Create storage providers by extending this api:
61
61
 
62
62
  ## Contributing
63
63
 
64
- Bug reports and pull requests are welcome on GitHub at https://github.com/evangraan/persistent-cache-storage-api. This gem was sponsored by Hetzner Pty Ltd.
64
+ Bug reports and pull requests are welcome on GitHub at https://github.com/evangraan/persistent-cache-storage-api. This gem was sponsored by Hetzner (Pty) Ltd - http://hetzner.co.za
65
65
 
66
66
  ## License
67
67
 
@@ -1,7 +1,7 @@
1
1
  module Persistent
2
2
  module Cache
3
3
  module StorageApi
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan
@@ -75,6 +75,7 @@ files:
75
75
  - bin/setup
76
76
  - lib/persistent-cache/storage_api.rb
77
77
  - lib/persistent-cache/version.rb
78
+ - persistent-cache-storage-api-0.1.0.gem
78
79
  - persistent-cache-storage-api.gemspec
79
80
  homepage: https://github.com/evangraan/persistent-cache-storage-api
80
81
  licenses: