flipper-api 1.3.6 → 1.4.0
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/version.rb +1 -1
- metadata +11 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1344cfbb9b474c6c37e306e0834763e0a749a6cfecf1e3bb89065b81db2f6267
|
|
4
|
+
data.tar.gz: c6e468890c1f34981451ba70db56adc905d1c91e1eaafa48e3c4cec8d0db6323
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6c9150f19520627ed00c57fce566003276e64583628b29bbb1938c9ecec3d7f3dedfa52ccab5cbcd029f4e2a61fff58f6c5bb4fe2eb22af9fa336ee1fefd4bb
|
|
7
|
+
data.tar.gz: 6bf692ce8307aca88cb60c1a0bfd77bfa25520fd41ff0cc367d2a7fd54cd1168408d56ab8d46fdae31ad3002bc6ab01c283a02190ed81c70f9acf1858d3dd1ad
|
data/lib/flipper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flipper-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Nunemaker
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-02-26 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: rack
|
|
@@ -35,14 +36,15 @@ dependencies:
|
|
|
35
36
|
requirements:
|
|
36
37
|
- - "~>"
|
|
37
38
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: 1.
|
|
39
|
+
version: 1.4.0
|
|
39
40
|
type: :runtime
|
|
40
41
|
prerelease: false
|
|
41
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
43
|
requirements:
|
|
43
44
|
- - "~>"
|
|
44
45
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 1.
|
|
46
|
+
version: 1.4.0
|
|
47
|
+
description:
|
|
46
48
|
email: support@flippercloud.io
|
|
47
49
|
executables: []
|
|
48
50
|
extensions: []
|
|
@@ -95,8 +97,9 @@ metadata:
|
|
|
95
97
|
homepage_uri: https://www.flippercloud.io
|
|
96
98
|
source_code_uri: https://github.com/flippercloud/flipper
|
|
97
99
|
bug_tracker_uri: https://github.com/flippercloud/flipper/issues
|
|
98
|
-
changelog_uri: https://github.com/flippercloud/flipper/releases/tag/v1.
|
|
100
|
+
changelog_uri: https://github.com/flippercloud/flipper/releases/tag/v1.4.0
|
|
99
101
|
funding_uri: https://github.com/sponsors/flippercloud
|
|
102
|
+
post_install_message:
|
|
100
103
|
rdoc_options: []
|
|
101
104
|
require_paths:
|
|
102
105
|
- lib
|
|
@@ -111,22 +114,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
111
114
|
- !ruby/object:Gem::Version
|
|
112
115
|
version: '0'
|
|
113
116
|
requirements: []
|
|
114
|
-
rubygems_version: 3.
|
|
117
|
+
rubygems_version: 3.5.22
|
|
118
|
+
signing_key:
|
|
115
119
|
specification_version: 4
|
|
116
120
|
summary: Feature flag API for the Flipper gem
|
|
117
|
-
test_files:
|
|
118
|
-
- spec/flipper/api/action_spec.rb
|
|
119
|
-
- spec/flipper/api/json_params_spec.rb
|
|
120
|
-
- spec/flipper/api/v1/actions/actors_gate_spec.rb
|
|
121
|
-
- spec/flipper/api/v1/actions/actors_spec.rb
|
|
122
|
-
- spec/flipper/api/v1/actions/boolean_gate_spec.rb
|
|
123
|
-
- spec/flipper/api/v1/actions/clear_feature_spec.rb
|
|
124
|
-
- spec/flipper/api/v1/actions/expression_gate_spec.rb
|
|
125
|
-
- spec/flipper/api/v1/actions/feature_spec.rb
|
|
126
|
-
- spec/flipper/api/v1/actions/features_spec.rb
|
|
127
|
-
- spec/flipper/api/v1/actions/groups_gate_spec.rb
|
|
128
|
-
- spec/flipper/api/v1/actions/import_spec.rb
|
|
129
|
-
- spec/flipper/api/v1/actions/percentage_of_actors_gate_spec.rb
|
|
130
|
-
- spec/flipper/api/v1/actions/percentage_of_time_gate_spec.rb
|
|
131
|
-
- spec/flipper/api/v1/decorators/feature_spec.rb
|
|
132
|
-
- spec/flipper/api_spec.rb
|
|
121
|
+
test_files: []
|