flipper-cloud 0.26.1 → 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: efbdf67f65cf5f45e56c1a4deaa5e7a246587017ad36703951622d48f8bf8f06
4
- data.tar.gz: 161a2a83e0f106d850c5b565455609ca3b665298c9ba0bd7fc33f3871887f930
3
+ metadata.gz: 4a1a355a899184ffbdea0d81f1816ced283a5fe9d3e36c0aa494bbe4f73c84ba
4
+ data.tar.gz: '02945aa2db1e923e223f82b9d908a34b0a407dc7d6678618f19bd86ae0980a31'
5
5
  SHA512:
6
- metadata.gz: 46f59cd49dd8d00cccaaf669bec22c684c26ab48f1d8305effc631dd3102d95b041d5c9a141eff6c5c7819474f8550da44af4bcc55b87737d19ce34d9e386a14
7
- data.tar.gz: 35150f9b96aa80e796fc56c2e7fa2c7946743d8ff4ccd30cd0cb2dc113484faa64060ba0386da6bce7764fc0b5f0dad94bad8950c7f0fbd56c8ca951ed27ebe5
6
+ metadata.gz: 5b2af155c566be595650296da21598cfad8102b603d2df2dd523bf4749149e17b329b3e7ff150fd9a1c9be852aa5fb0e7f363734a73c091bf8371628bd20119a
7
+ data.tar.gz: b606a483e3f33b7ee2cb739bcb286a8d07791c04f6fae26dff772e3b2dae17c660c2af5fdf2146b2747c5629c11d02e57bd0e0acd6bcd3d8ead667821090ab40
@@ -1,3 +1,3 @@
1
1
  module Flipper
2
- VERSION = '0.26.1'.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.1
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.1
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.1
26
+ version: 0.27.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brow
29
29
  requirement: !ruby/object:Gem::Requirement