flipper-cloud 0.26.2 → 0.27.0

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: 9ddf975604b9ad0bb04ce9b529c38e48d82d9895982cc721c4e3eaaf621da1e3
4
- data.tar.gz: 00c94524b0f915d9b7d2863ebff57bfda57bbeeb27e64fd7379074d2c1f48241
3
+ metadata.gz: 4a1a355a899184ffbdea0d81f1816ced283a5fe9d3e36c0aa494bbe4f73c84ba
4
+ data.tar.gz: '02945aa2db1e923e223f82b9d908a34b0a407dc7d6678618f19bd86ae0980a31'
5
5
  SHA512:
6
- metadata.gz: e072fd7d87a78df11ae82d32150fa1768a9f0bd5da0cadfcec15e3b64353c53681c5f28b1c893e6ae86ce45a9aaeb81acffd9b3d6b0243040199854a7e3b0636
7
- data.tar.gz: 335eb9ac8f7a2e8babc1f19a8df4c2e39c91d8e0a3fbd1d0a405b69ddf63b2f11feadfae0ef5b5c263eab2c60b0eecb9cee599b0cd5c0745c5db4053e00eb5df
6
+ metadata.gz: 5b2af155c566be595650296da21598cfad8102b603d2df2dd523bf4749149e17b329b3e7ff150fd9a1c9be852aa5fb0e7f363734a73c091bf8371628bd20119a
7
+ data.tar.gz: b606a483e3f33b7ee2cb739bcb286a8d07791c04f6fae26dff772e3b2dae17c660c2af5fdf2146b2747c5629c11d02e57bd0e0acd6bcd3d8ead667821090ab40
@@ -1,3 +1,3 @@
1
1
  module Flipper
2
- VERSION = '0.26.2'.freeze
2
+ VERSION = '0.27.0'.freeze
3
3
  end
@@ -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.26.2
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-15 00:00:00.000000000 Z
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.26.2
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.2
26
+ version: 0.27.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brow
29
29
  requirement: !ruby/object:Gem::Requirement