this_feature-adapters-split_io 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/lib/this_feature/adapters/split_io.rb +1 -1
- data/lib/this_feature/version.rb +1 -1
- data/memory +0 -0
- data/this_feature.gemspec +2 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cb0a20a6a7a888a624d86ca2e475d2b454ab83d38da2260f64bfde338e23372
|
4
|
+
data.tar.gz: 0c641b2a19a9d6f3712d8f18d8ff9001cadf4b7b48049f43e5ab3ea600c56b93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5369ff715d49923f8bee08147b5d13c433c2579a02ceceafe960402b768c78c9ef384b6e13e28b760e370e054a2295c19f172cb3246516283d0035dce4266f10
|
7
|
+
data.tar.gz: cd4b17fb6004eb290eb4ecdd950afa72a7f8235d62d1bec9d16cffd032086951471fa315b68eb02b7a039bf4958889ce2463860f42a3b65aa460dd191d5c7a64
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
this_feature (0.4.
|
5
|
-
this_feature-adapters-flipper (0.4.
|
4
|
+
this_feature (0.4.1)
|
5
|
+
this_feature-adapters-flipper (0.4.1)
|
6
6
|
flipper (~> 0.16)
|
7
7
|
flipper-active_record (~> 0.16)
|
8
8
|
this_feature
|
9
|
-
this_feature-adapters-split_io (0.4.
|
9
|
+
this_feature-adapters-split_io (0.4.1)
|
10
10
|
splitclient-rb
|
11
11
|
this_feature
|
12
12
|
|
@@ -58,7 +58,7 @@ GEM
|
|
58
58
|
byebug (~> 11.0)
|
59
59
|
pry (~> 0.13.0)
|
60
60
|
rake (13.0.1)
|
61
|
-
redis (4.2.
|
61
|
+
redis (4.2.2)
|
62
62
|
rspec (3.9.0)
|
63
63
|
rspec-core (~> 3.9.0)
|
64
64
|
rspec-expectations (~> 3.9.0)
|
@@ -17,7 +17,7 @@ class ThisFeature
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def control?(flag_name, context: UNDEFINED_KEY, data: {})
|
20
|
-
treatment(flag_name, context: context, data: data).
|
20
|
+
treatment(flag_name, context: context, data: data).include?('control')
|
21
21
|
end
|
22
22
|
|
23
23
|
def on?(flag_name, context: UNDEFINED_KEY, data: {})
|
data/lib/this_feature/version.rb
CHANGED
data/memory
CHANGED
Binary file
|
data/this_feature.gemspec
CHANGED