persistent-cache-storage-api 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: da729c0628cfa92ce7f59e722869cd81073d25ee
4
- data.tar.gz: a09a62b4de02bb002a310f9d70a405091f29beb1
3
+ metadata.gz: a2031b8e55ab7fd8033a051389c205dd5fd43d91
4
+ data.tar.gz: 0ef11e6b5ff102293c926962a6cd57f414a55c05
5
5
  SHA512:
6
- metadata.gz: 99c86ef2430fd73cd3f380fb705c8e05a930df6c68222216526e5917843af4acdb51c839a28e9d96cf73a23f38e181268ae0cd714238d769b3978fef5b36b74b
7
- data.tar.gz: 7b2413cf4386cb4499fda4560bf7fb5f477103d9a0ffd34cc2e28b29ce986a37f56a025e545882eb08e02af97bc26e720a1d577e5667f962b59688eb2e848a74
6
+ metadata.gz: 2deafe07fd565fffdfcf5d395cc730391c9560523d524b16943ee11b080f7a4255b765e1d77af685e0009bc1e5a6a5a0e93243585a938c8424a3e384b2243a3e
7
+ data.tar.gz: 8a5ca9dd616fc34af5abdb8ce2eb3ad3014a4969f76b291a08e73300ad31f7cff4558dbd8d4c9d1a0df5b0089de5d37397fa389ffda5d8353ac26cf55284fc9f
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Persistent::Storage::StorageAPI
1
+ # Persistent::Storage::API
2
2
 
3
3
  This gem encodes the API that Persistent::Cache providers adhere to in order to plug in as a back-end to Persistent::Cache. Please see https://rubygems.org/gems/persistent-cache.
4
4
 
@@ -26,7 +26,7 @@ Create storage providers by extending this api:
26
26
  require 'persistent-cache/storage_api'
27
27
 
28
28
  module Persistent
29
- class StorageDirectory < Persistent::StorageApi::API
29
+ class StorageDirectory < Persistent::Storage::API
30
30
  def initialize(storage_details)
31
31
  # storage_details includes connection strings, etc.
32
32
  end
@@ -1,7 +1,7 @@
1
1
  require "persistent-cache/version"
2
2
 
3
3
  module Persistent
4
- module StorageApi
4
+ module Storage
5
5
  class API
6
6
  public
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Persistent
2
- module StorageApi
3
- VERSION = "0.1.3"
2
+ module Storage
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
@@ -5,7 +5,7 @@ require 'persistent-cache/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "persistent-cache-storage-api"
8
- spec.version = Persistent::StorageApi::VERSION
8
+ spec.version = Persistent::Storage::VERSION
9
9
  spec.authors = ["Ernst Van Graan"]
10
10
  spec.email = ["ernst.van.graan@hetzner.co.za"]
11
11
 
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan
@@ -73,7 +73,6 @@ files:
73
73
  - bin/setup
74
74
  - lib/persistent-cache/storage_api.rb
75
75
  - lib/persistent-cache/version.rb
76
- - persistent-cache-storage-api-0.1.0.gem
77
76
  - persistent-cache-storage-api.gemspec
78
77
  homepage: https://github.com/evangraan/persistent-cache-storage-api
79
78
  licenses:
Binary file