flipper-ui 1.0.0.pre → 1.0.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/ui/views/features.erb +1 -1
- data/lib/flipper/version.rb +1 -1
- data/spec/flipper/ui_spec.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd48dae9f3960dac91b3f5f7e37379f645830b1af3b03fb799cd573ab6ada610
|
|
4
|
+
data.tar.gz: 5da1c6b37d76ed5c5b7d7a5a971b5c24a61e0f01b814bf63ea08861dee663e4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e021d776e438792829e5c8f54af8911767a00a38853b5b736eb3aef61aba2c9414ab2948d03b4ca95494e3aeaf29b283ddd2e7dd29e2eb653102f8127c9a52b
|
|
7
|
+
data.tar.gz: 360bbb64545a87b57462add396a98e629b1ba0a8b969ca631f62903744cf7c8e12d05252ab67a3e3d1dca4c34e103092e263f25ddda72673775ef3c26aeec96a
|
data/lib/flipper/version.rb
CHANGED
data/spec/flipper/ui_spec.rb
CHANGED
|
@@ -36,7 +36,7 @@ RSpec.describe Flipper::UI do
|
|
|
36
36
|
end
|
|
37
37
|
end
|
|
38
38
|
|
|
39
|
-
# See https://github.com/
|
|
39
|
+
# See https://github.com/flippercloud/flipper/issues/80
|
|
40
40
|
it 'can route features with names that match static directories' do
|
|
41
41
|
post 'features/refactor-images/actors',
|
|
42
42
|
{ 'value' => 'User;6', 'operation' => 'enable', 'authenticity_token' => token },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flipper-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.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-08-
|
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -56,14 +56,14 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.0.0
|
|
59
|
+
version: 1.0.0
|
|
60
60
|
type: :runtime
|
|
61
61
|
prerelease: false
|
|
62
62
|
version_requirements: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: 1.0.0
|
|
66
|
+
version: 1.0.0
|
|
67
67
|
- !ruby/object:Gem::Dependency
|
|
68
68
|
name: erubi
|
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -176,9 +176,9 @@ licenses:
|
|
|
176
176
|
metadata:
|
|
177
177
|
documentation_uri: https://www.flippercloud.io/docs
|
|
178
178
|
homepage_uri: https://www.flippercloud.io
|
|
179
|
-
source_code_uri: https://github.com/
|
|
180
|
-
bug_tracker_uri: https://github.com/
|
|
181
|
-
changelog_uri: https://github.com/
|
|
179
|
+
source_code_uri: https://github.com/flippercloud/flipper
|
|
180
|
+
bug_tracker_uri: https://github.com/flippercloud/flipper/issues
|
|
181
|
+
changelog_uri: https://github.com/flippercloud/flipper/blob/main/Changelog.md
|
|
182
182
|
post_install_message:
|
|
183
183
|
rdoc_options: []
|
|
184
184
|
require_paths:
|
|
@@ -190,11 +190,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
version: '0'
|
|
191
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
requirements:
|
|
193
|
-
- - "
|
|
193
|
+
- - ">="
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version:
|
|
195
|
+
version: '0'
|
|
196
196
|
requirements: []
|
|
197
|
-
rubygems_version: 3.
|
|
197
|
+
rubygems_version: 3.4.10
|
|
198
198
|
signing_key:
|
|
199
199
|
specification_version: 4
|
|
200
200
|
summary: UI for the Flipper gem
|