activesupport_cache_database 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
  SHA256:
3
- metadata.gz: '029071110552b3cd5a259762e7b3a38b57c67cb30e19daca6d33b90c79963b38'
4
- data.tar.gz: 96686b4c427b8eac4cb7a5c0474e8b2d5b867bf06654379594628620fbf7e27e
3
+ metadata.gz: b8117a7d193020df063b7d8787dd680d001cb5f1d93e2c2bf74bcf7d9a63fc1f
4
+ data.tar.gz: 7178a4bf6d7a781327cc230dbc06633c1482b02d7cbf4122f16424f116a81b37
5
5
  SHA512:
6
- metadata.gz: 02a282d23cf3b0c48022ffa23585e876d9c8a4fd64da959f9eedc1cbb86248e2463755dfb0de9f7b8f85ffa8b50461354a97809d37246a69b66d9bbe2345b288
7
- data.tar.gz: 93b25ebd6d14d93cc3cc794fb785a94d61c25b10c56e8df08b33e13543b536ea6c93c9bd05b617eed793a7c6fcc5568195bdee85093ba30158e2760043ae764b
6
+ metadata.gz: 52ae5e8fa77ae77b1ba4d113fe9252a6b5e546a8a19ab4bc9b7feae7ee8277b9671987f0c6cc6fed0da82adc311eeef53c2b889f866eb013b93b2845f747da0e
7
+ data.tar.gz: ca01add6ff60f1011c55efd3284eac9349ba73f858ecea17cc1b2729fbcee8dc892256f046b5d3ebfbd65cd827c0853c3ddc789959f91acfacc68f7848c8398e
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activesupport_cache_database (0.1.0)
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.0)
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.0'
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/record-cache-store'
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.0
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 00:00:00.000000000 Z
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/record-cache-store
162
+ homepage: https://github.com/bsm/activesupport-cache-database
163
163
  licenses:
164
164
  - Apache-2.0
165
165
  metadata: {}