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