flipper-cloud 0.26.2 → 0.27.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a1a355a899184ffbdea0d81f1816ced283a5fe9d3e36c0aa494bbe4f73c84ba
|
|
4
|
+
data.tar.gz: '02945aa2db1e923e223f82b9d908a34b0a407dc7d6678618f19bd86ae0980a31'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b2af155c566be595650296da21598cfad8102b603d2df2dd523bf4749149e17b329b3e7ff150fd9a1c9be852aa5fb0e7f363734a73c091bf8371628bd20119a
|
|
7
|
+
data.tar.gz: b606a483e3f33b7ee2cb739bcb286a8d07791c04f6fae26dff772e3b2dae17c660c2af5fdf2146b2747c5629c11d02e57bd0e0acd6bcd3d8ead667821090ab40
|
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.0
|
|
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-18 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.0
|
|
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.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: brow
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|