flipper 1.3.4 → 1.3.5
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: a0f7fc2b532a31e1f4b4cf56421b7e296d12ad92eb12d817571d480d211004c6
|
4
|
+
data.tar.gz: 37fccbcff9644cda8c874f745b32ce5dbcdd650494f9921807985e8a7da83cdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b452ac3f04236bc0adcf1f96b086cc7c29780d694fceddae975687dfbbaf796b41eaa867d2c5748cf61b4071b9d4f2b189f2921fe8a37b85222499fb9207aea2
|
7
|
+
data.tar.gz: 2eb9788694d89d2777386032f173f3a616438d4f57f29b1b84a2321cd44e4aa4fb342c89c8f891e353710f5a41329f5473bbbe824385bd5a419d8463961c33a8
|
@@ -245,7 +245,7 @@ module Flipper
|
|
245
245
|
if required
|
246
246
|
option_value = send(name)
|
247
247
|
if option_value.nil? || option_value.empty?
|
248
|
-
message = "Flipper::Cloud #{name} is missing. Please "
|
248
|
+
message = String.new("Flipper::Cloud #{name} is missing. Please ")
|
249
249
|
message << "set #{env_var} or " if from_env
|
250
250
|
message << "provide #{name} (e.g. Flipper::Cloud.new(#{name}: value))."
|
251
251
|
raise ArgumentError, message
|
@@ -56,7 +56,7 @@ module Flipper
|
|
56
56
|
operation = event.payload[:operation]
|
57
57
|
result = event.payload[:result]
|
58
58
|
|
59
|
-
description = 'Flipper '
|
59
|
+
description = String.new('Flipper ')
|
60
60
|
description << "feature(#{feature_name}) " unless feature_name.nil?
|
61
61
|
description << "adapter(#{adapter_name}) "
|
62
62
|
description << "#{operation} "
|
data/lib/flipper/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flipper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: concurrent-ruby
|
@@ -314,7 +314,7 @@ metadata:
|
|
314
314
|
homepage_uri: https://www.flippercloud.io
|
315
315
|
source_code_uri: https://github.com/flippercloud/flipper
|
316
316
|
bug_tracker_uri: https://github.com/flippercloud/flipper/issues
|
317
|
-
changelog_uri: https://github.com/flippercloud/flipper/releases/tag/v1.3.
|
317
|
+
changelog_uri: https://github.com/flippercloud/flipper/releases/tag/v1.3.5
|
318
318
|
funding_uri: https://github.com/sponsors/flippercloud
|
319
319
|
rdoc_options: []
|
320
320
|
require_paths:
|
@@ -330,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
330
330
|
- !ruby/object:Gem::Version
|
331
331
|
version: '0'
|
332
332
|
requirements: []
|
333
|
-
rubygems_version: 3.6.
|
333
|
+
rubygems_version: 3.6.9
|
334
334
|
specification_version: 4
|
335
335
|
summary: Beautiful, performant feature flags for Ruby and Rails.
|
336
336
|
test_files:
|