flipper 0.25.2 → 0.25.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a830f8560a3b19ddb21ec12dba61ec973a5f0aa134d2f3d6d04371c4cf1ecb98
4
- data.tar.gz: '0973ab983f4ae2351023a4b2ec9239434188671bc27bb4c4a95d5bc9d5521471'
3
+ metadata.gz: 867d803ee2a6d83e2b779ec0396d3e41eba732273ac8cb60fa6188628018449e
4
+ data.tar.gz: 5330daddefc9c04dc728119d7f0c8d8f4e3a2054714e00c7e8c778d11433b722
5
5
  SHA512:
6
- metadata.gz: 0db89e65773952f1394bf8db244a1b4ca7365f3c962ee051f6140b7365a3785eb6e7870f7adb6bec5032b863e3e28b618d2d7e6f2d093441881c1b5c856a4467
7
- data.tar.gz: 4d8226964f2a5d5434ac2aae7ee81062058e8210863c272abf04ffa6f4363345d55ad55b4126ab22b8f5bc937c212561f4584e03d980f7fcc16adb75aa4d4481
6
+ metadata.gz: ee465d3f3bf14ce1c7ece8f305c2f77acaed940a2f48013c0c46ba808f915805690f1b205a8f447b864a14f95ba51b8cc8f219c4ce6d01d54c1e22e2b7c88b39
7
+ data.tar.gz: 991001108a2e480752132b7cdab8d85778ad6fb783bd8b39650abbeafaa37a118ebcf75c9ab6cac081f7730c53ea4a0f45cd5959956e5e0850de56e06a1f4167
@@ -34,7 +34,7 @@ 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.7.0
37
+ uses: supercharge/mongodb-github-action@1.8.0
38
38
  with:
39
39
  mongodb-version: 4.0
40
40
  - name: Check out repository code
@@ -36,7 +36,7 @@ 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.7.0
39
+ uses: supercharge/mongodb-github-action@1.8.0
40
40
  with:
41
41
  mongodb-version: 4.0
42
42
  - name: Check out repository code
@@ -18,7 +18,7 @@ jobs:
18
18
  bump-minor-pre-major: true
19
19
  version-file: "lib/flipper/version.rb"
20
20
  # Checkout code if release was created
21
- - uses: actions/checkout@v2
21
+ - uses: actions/checkout@v3
22
22
  if: ${{ steps.release.outputs.release_created }}
23
23
  # Setup ruby if a release was created
24
24
  - uses: ruby/setup-ruby@v1
data/Changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.25.3
2
+
3
+ * Added configurable confirm warning for fully enabling a feature (https://github.com/jnunemaker/flipper/pull/665)
4
+ * Update rack protection to < 4 (https://github.com/jnunemaker/flipper/pull/675)
5
+ * Check sadd_returns_boolean on the actual client class rather than ::Redis (https://github.com/jnunemaker/flipper/pull/677)
6
+
1
7
  ## 0.25.2
2
8
 
3
9
  * Fix deprecation warnings for Redis >= 4.8.0 (https://github.com/jnunemaker/flipper/pull/660)
@@ -1,3 +1,3 @@
1
1
  module Flipper
2
- VERSION = '0.25.2'.freeze
2
+ VERSION = '0.25.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flipper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.2
4
+ version: 0.25.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-25 00:00:00.000000000 Z
11
+ date: 2022-11-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: