configcat 1.2.0 → 1.2.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/lib/configcat/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f179566da819d207320ae10e94d6786341d7698ad14a8c9e1c8d3c5cfe71485e
|
|
4
|
+
data.tar.gz: 11b83d0a958b20289b6573ad6c570fde8724d45a241f80db402bf28abd724997
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8559b7826c162489acead1c86f0b207d392b2777820a8b1d1ad26d9d8626cf78dbfff179defc15f4e6d52d6237f55bd108633dc7afd1436a84fdba9e3688af5b
|
|
7
|
+
data.tar.gz: 405501d03f2de80291ce313d6f70de79c982fdc004068fab4f48e378a4b67aec41a9c07e7c71fcf44e7cc868e672dea6b2867a32b3f9cc9b1adcefe32e223294
|
data/lib/configcat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configcat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ConfigCat
|
|
@@ -80,8 +80,11 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
84
|
-
|
|
83
|
+
description: Feature Flags created by developers for developers with ❤️. ConfigCat
|
|
84
|
+
lets you manage feature flags across frontend, backend, mobile, and desktop apps
|
|
85
|
+
without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle
|
|
86
|
+
SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use
|
|
87
|
+
the hosted management app at https://configcat.com.
|
|
85
88
|
email:
|
|
86
89
|
- developer@configcat.com
|
|
87
90
|
executables: []
|