flipper 0.25.0 → 0.25.1
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/.github/dependabot.yml +6 -0
- data/.github/workflows/ci.yml +3 -3
- data/.github/workflows/examples.yml +3 -3
- data/Changelog.md +9 -1
- data/examples/instrumentation.rb +1 -0
- data/examples/instrumentation_last_accessed_at.rb +1 -0
- data/lib/flipper/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e68f84bdcc12fad64f830ad9f6bc0ab3c8c3bff0cfddcd892d854578fcd4c3a
|
|
4
|
+
data.tar.gz: 218f8b4e67048e6d1fcf8d1b62225f75ef1910d7975a8fa17ad5eda266af51dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 404267d0e94b8924b1b7f45c1b97552a1d5c2cdff2edb0590da35b75580a04206a94ce693f983c34e3b88050cc6efeb6d90f823d779fab1954c1d145b18b730b
|
|
7
|
+
data.tar.gz: 2ce9fd6b8bf6efd66cab2438986ea1a5783bb9c65b3a00a43b881f73346f2e42042082cf40a5e64061fa98cfa4d7bd097f93adb9bb03638385fb23d9f12e824c
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -34,13 +34,13 @@ jobs:
|
|
|
34
34
|
- name: Setup memcached
|
|
35
35
|
uses: KeisukeYamashita/memcached-actions@v1
|
|
36
36
|
- name: Start MongoDB
|
|
37
|
-
uses: supercharge/mongodb-github-action@1.
|
|
37
|
+
uses: supercharge/mongodb-github-action@1.7.0
|
|
38
38
|
with:
|
|
39
39
|
mongodb-version: 4.0
|
|
40
40
|
- name: Check out repository code
|
|
41
|
-
uses: actions/checkout@
|
|
41
|
+
uses: actions/checkout@v3
|
|
42
42
|
- name: Do some action caching
|
|
43
|
-
uses: actions/cache@
|
|
43
|
+
uses: actions/cache@v3
|
|
44
44
|
with:
|
|
45
45
|
path: vendor/bundle
|
|
46
46
|
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
|
|
@@ -36,13 +36,13 @@ jobs:
|
|
|
36
36
|
- name: Setup memcached
|
|
37
37
|
uses: KeisukeYamashita/memcached-actions@v1
|
|
38
38
|
- name: Start MongoDB
|
|
39
|
-
uses: supercharge/mongodb-github-action@1.
|
|
39
|
+
uses: supercharge/mongodb-github-action@1.7.0
|
|
40
40
|
with:
|
|
41
41
|
mongodb-version: 4.0
|
|
42
42
|
- name: Check out repository code
|
|
43
|
-
uses: actions/checkout@
|
|
43
|
+
uses: actions/checkout@v3
|
|
44
44
|
- name: Do some action caching
|
|
45
|
-
uses: actions/cache@
|
|
45
|
+
uses: actions/cache@v3
|
|
46
46
|
with:
|
|
47
47
|
path: vendor/bundle
|
|
48
48
|
key: ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
|
data/Changelog.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
##
|
|
1
|
+
## 0.25.1
|
|
2
|
+
|
|
3
|
+
### Additions/Changes
|
|
4
|
+
|
|
5
|
+
* ActiveRecord: use provided `gate_class` option when calling `#get_all` (https://github.com/jnunemaker/flipper/pull/647)
|
|
6
|
+
* Relaxed the rack-protection version to support latest (https://github.com/jnunemaker/flipper/commit/f4a41c541ccf14c535a61c6bc6fe7eeabbfc7e71).
|
|
7
|
+
* Configure ActiveRecord adapter immediately upon require of flipper-active_record (https://github.com/jnunemaker/flipper/pull/652)
|
|
8
|
+
|
|
9
|
+
## 0.25.0
|
|
2
10
|
|
|
3
11
|
### Additions/Changes
|
|
4
12
|
|
data/examples/instrumentation.rb
CHANGED
data/lib/flipper/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flipper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.25.
|
|
4
|
+
version: 0.25.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Nunemaker
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description:
|
|
14
14
|
email:
|
|
15
15
|
- nunemaker@gmail.com
|
|
16
16
|
executables: []
|
|
@@ -18,6 +18,7 @@ extensions: []
|
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
20
|
- ".codeclimate.yml"
|
|
21
|
+
- ".github/dependabot.yml"
|
|
21
22
|
- ".github/workflows/ci.yml"
|
|
22
23
|
- ".github/workflows/examples.yml"
|
|
23
24
|
- ".rspec"
|
|
@@ -165,7 +166,7 @@ licenses:
|
|
|
165
166
|
- MIT
|
|
166
167
|
metadata:
|
|
167
168
|
changelog_uri: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
|
|
168
|
-
post_install_message:
|
|
169
|
+
post_install_message:
|
|
169
170
|
rdoc_options: []
|
|
170
171
|
require_paths:
|
|
171
172
|
- lib
|
|
@@ -180,8 +181,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
181
|
- !ruby/object:Gem::Version
|
|
181
182
|
version: '0'
|
|
182
183
|
requirements: []
|
|
183
|
-
rubygems_version: 3.
|
|
184
|
-
signing_key:
|
|
184
|
+
rubygems_version: 3.3.7
|
|
185
|
+
signing_key:
|
|
185
186
|
specification_version: 4
|
|
186
187
|
summary: Feature flipper for ANYTHING
|
|
187
188
|
test_files:
|