flipper-active_support_cache_store 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/flipper-active_support_cache_store.gemspec +1 -1
- data/lib/flipper/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cb546dad02eeff8061a138a15ceaf2c9f556683ad5f2ef07b86cd1e57d0dd2d
|
4
|
+
data.tar.gz: fbdc1850f7f55efb6575c034a1167a6368bce55ccd50aea3a93d25e2592c4336
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb26e968be5b0510ec609d024aa91430055d4af553161b49d5c0c81ec4f91acb174b95e3b34a517a065eb6c48ca5722f306e59100cc55c10d367e77e8f746209
|
7
|
+
data.tar.gz: 26088cae1d16b1f651bc6ef8c71055a66aecf744e0b4587f613946b86daf8991f9127487c22b9eaa6376012d55ec596268e0f945aa9b64a925a0f1675ff550ff
|
@@ -9,7 +9,7 @@ end
|
|
9
9
|
Gem::Specification.new do |gem|
|
10
10
|
gem.authors = ['John Nunemaker']
|
11
11
|
gem.email = 'support@flippercloud.io'
|
12
|
-
gem.summary = 'ActiveSupport::Cache
|
12
|
+
gem.summary = 'ActiveSupport::Cache feature flag cache adapter for Flipper'
|
13
13
|
gem.license = 'MIT'
|
14
14
|
gem.homepage = 'https://www.flippercloud.io/docs/optimization#activesupportcachestore'
|
15
15
|
|
data/lib/flipper/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flipper-active_support_cache_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: flipper
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1.
|
19
|
+
version: 1.1.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1.
|
26
|
+
version: 1.1.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,6 +82,6 @@ requirements: []
|
|
82
82
|
rubygems_version: 3.4.10
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
|
-
summary: ActiveSupport::Cache
|
85
|
+
summary: ActiveSupport::Cache feature flag cache adapter for Flipper
|
86
86
|
test_files:
|
87
87
|
- spec/flipper/adapters/active_support_cache_store_spec.rb
|