philiprehberger-feature_flag 0.2.1 → 0.2.2
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/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/philiprehberger/feature_flag/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fc85ef0053c9780d69a7f68a427e781d6d18562f500471fce701d2c713620e1
|
|
4
|
+
data.tar.gz: 050fc622f01aef80dd5377eee18d0468619d9a18bab4076920d598d500a5f7ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ec37f71140ce0e6d104cc949c99e98d8d4316ecbf1f53a571a1affadc1af59f369a9c7a9bb8c59fd6a3b709b5c479b691bb36283d89fbb32039a2b221671af0
|
|
7
|
+
data.tar.gz: 7c247ac56d6bea5219f0d3b1cfd5bdd9b7e0d549de1058b268ef565ec388d2b963d6997c4cf04a1ff7a2ed9b60a6390caaff7b5f37c4cfdb5a1cc0570d7a95d3
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.2] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- Standardize README code examples to use double-quote require statements
|
|
14
|
+
|
|
10
15
|
## [0.2.1] - 2026-03-24
|
|
11
16
|
|
|
12
17
|
### Fixed
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philiprehberger-feature_flag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Rehberger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A lightweight feature flag library supporting in-memory, ENV, and YAML
|
|
14
14
|
backends with percentage rollout and A/B variant support.
|