persistent-cache-storage-api 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 +4 -4
- data/README.md +2 -2
- data/lib/persistent-cache/version.rb +1 -1
- data/persistent-cache-storage-api-0.1.0.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cd59a8301435e2469a7458e11f3fec6a6b91c6d
|
|
4
|
+
data.tar.gz: d44f84db9553716fda113775c59c261375b7a074
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
|
Binary file
|
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.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:
|