activesupport_cache_database 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/Gemfile.lock +2 -2
- data/activesupport_cache_database.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8117a7d193020df063b7d8787dd680d001cb5f1d93e2c2bf74bcf7d9a63fc1f
|
|
4
|
+
data.tar.gz: 7178a4bf6d7a781327cc230dbc06633c1482b02d7cbf4122f16424f116a81b37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52ae5e8fa77ae77b1ba4d113fe9252a6b5e546a8a19ab4bc9b7feae7ee8277b9671987f0c6cc6fed0da82adc311eeef53c2b889f866eb013b93b2845f747da0e
|
|
7
|
+
data.tar.gz: ca01add6ff60f1011c55efd3284eac9349ba73f858ecea17cc1b2729fbcee8dc892256f046b5d3ebfbd65cd827c0853c3ddc789959f91acfacc68f7848c8398e
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
activesupport_cache_database (0.1.
|
|
4
|
+
activesupport_cache_database (0.1.1)
|
|
5
5
|
activerecord (>= 5.0)
|
|
6
6
|
activesupport (>= 5.0)
|
|
7
7
|
|
|
@@ -28,7 +28,7 @@ GEM
|
|
|
28
28
|
minitest (5.11.3)
|
|
29
29
|
mysql2 (0.5.2)
|
|
30
30
|
parallel (1.17.0)
|
|
31
|
-
parser (2.6.4.
|
|
31
|
+
parser (2.6.4.1)
|
|
32
32
|
ast (~> 2.4.0)
|
|
33
33
|
pg (1.1.4)
|
|
34
34
|
rainbow (3.0.0)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'activesupport_cache_database'
|
|
3
|
-
s.version = '0.1.
|
|
3
|
+
s.version = '0.1.1'
|
|
4
4
|
s.authors = ['Black Square Media Ltd']
|
|
5
5
|
s.email = ['info@blacksquaremedia.com']
|
|
6
6
|
s.summary = %(ActiveSupport::Cache::Store implementation backed by ActiveRecord.)
|
|
7
7
|
s.description = %(Use your DB as a cache store)
|
|
8
|
-
s.homepage = 'https://github.com/bsm/
|
|
8
|
+
s.homepage = 'https://github.com/bsm/activesupport-cache-database'
|
|
9
9
|
s.license = 'Apache-2.0'
|
|
10
10
|
|
|
11
11
|
s.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^spec/}) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport_cache_database
|
|
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
|
- Black Square Media Ltd
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -159,7 +159,7 @@ files:
|
|
|
159
159
|
- lib/activesupport_cache_database.rb
|
|
160
160
|
- spec/active_support/cache/database_store_spec.rb
|
|
161
161
|
- spec/spec_helper.rb
|
|
162
|
-
homepage: https://github.com/bsm/
|
|
162
|
+
homepage: https://github.com/bsm/activesupport-cache-database
|
|
163
163
|
licenses:
|
|
164
164
|
- Apache-2.0
|
|
165
165
|
metadata: {}
|