flipper 1.3.3 → 1.3.4
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 +4 -4
- data/lib/flipper/gate.rb +1 -1
- data/lib/flipper/version.rb +1 -1
- data/lib/generators/flipper/templates/initializer.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04b8e49577500942da04803d1e60988c3026b253279475026c57bdcb4c0f261a
|
4
|
+
data.tar.gz: 37a5d925644ffdf66d853e62964da5df574627b1c9fddc28b2f01c1145325666
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38e9a7b45bede3dd2451635298d18208d97dfba79d11a512234599e42d2f1dd89c8acd0cebe9632eddcb1663e6dd0f48c67444c05d40ad68f67add662aea078a
|
7
|
+
data.tar.gz: df2f2f9620f10e6d899f76be4b67759714bca1bc40221378e92048accf6558a818d5f7991ca0bd2e48475d1f07f112a5bffba5f7509df19f55292cc330bcb899
|
data/lib/flipper/gate.rb
CHANGED
data/lib/flipper/version.rb
CHANGED
@@ -18,7 +18,7 @@ Rails.application.configure do
|
|
18
18
|
## Show Flipper checks in logs
|
19
19
|
# config.flipper.log = true
|
20
20
|
|
21
|
-
## Reconfigure Flipper to use the Memory
|
21
|
+
## Reconfigure Flipper to use the Memory adapter and disable Cloud in tests
|
22
22
|
# config.flipper.test_help = true
|
23
23
|
|
24
24
|
## The path that Flipper Cloud will use to sync features
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-03 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.4
|
318
318
|
funding_uri: https://github.com/sponsors/flippercloud
|
319
319
|
rdoc_options: []
|
320
320
|
require_paths:
|