flipper-cloud 0.26.2 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64069873689f98f1fa630942108a16897e74f1cbf710acd87a7767f044c95fbf
|
4
|
+
data.tar.gz: e4dc8edbd3ad2411e81e234b74c66145267c6e1d71a9f60fc259cc93b4bc98d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a10453a78250f9ccc05036aa489f1654fc027ae3852387e4c6e8bb921039ef7f4f73e13562b6f94044cd833fe57520b0fa0daf4579ca150254e8149cd989e530
|
7
|
+
data.tar.gz: 294fe440f30f778ff01837d85c1f3de9ba63bbc45dc86c6b7721f2ecab72f040e3b5550b191c3d6da01c778f92c3f0f750bdb8f62272d0c9bae18d8a283f1a2c
|
data/lib/flipper/version.rb
CHANGED
@@ -222,7 +222,7 @@ RSpec.describe Flipper::Cloud::Configuration do
|
|
222
222
|
}
|
223
223
|
]
|
224
224
|
})
|
225
|
-
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features").
|
225
|
+
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features?exclude_gate_names=true").
|
226
226
|
with({
|
227
227
|
headers: {
|
228
228
|
'Flipper-Cloud-Token'=>'asdf',
|
@@ -15,7 +15,7 @@ RSpec.describe Flipper::Cloud::DSL do
|
|
15
15
|
end
|
16
16
|
|
17
17
|
it 'delegates sync to cloud configuration' do
|
18
|
-
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features").
|
18
|
+
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features?exclude_gate_names=true").
|
19
19
|
with({
|
20
20
|
headers: {
|
21
21
|
'Flipper-Cloud-Token'=>'asdf',
|
@@ -60,7 +60,7 @@ RSpec.describe Flipper::Cloud::Engine do
|
|
60
60
|
ENV.update(env)
|
61
61
|
application.initialize!
|
62
62
|
|
63
|
-
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features").with({
|
63
|
+
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features?exclude_gate_names=true").with({
|
64
64
|
headers: { "Flipper-Cloud-Token" => ENV["FLIPPER_CLOUD_TOKEN"] },
|
65
65
|
}).to_return(status: 200, body: JSON.generate({ features: {} }), headers: {})
|
66
66
|
|
@@ -274,7 +274,7 @@ RSpec.describe Flipper::Cloud::Middleware do
|
|
274
274
|
private
|
275
275
|
|
276
276
|
def stub_request_for_token(token, status: 200)
|
277
|
-
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features").
|
277
|
+
stub = stub_request(:get, "https://www.flippercloud.io/adapter/features?exclude_gate_names=true").
|
278
278
|
with({
|
279
279
|
headers: {
|
280
280
|
'Flipper-Cloud-Token' => token,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flipper-cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.1
|
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-03-
|
11
|
+
date: 2023-03-20 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: 0.
|
19
|
+
version: 0.27.1
|
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: 0.
|
26
|
+
version: 0.27.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: brow
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|