flipper 0.9.1 → 0.9.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2d0c40eaed262ab192fa672996ccdee0cc43aaa
|
4
|
+
data.tar.gz: 2c5117b307da9a9da90d85c820ce640494a8d865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ffdb49402a659f33ab147f24450440afda3a08afefe7459dd5cb045e9fe4ff607015c277b9d4697603ac7190607e2d34181a8f44cdb44ba74642efe040a52fe
|
7
|
+
data.tar.gz: eef4104468dc78f364595081b77c27b17837383d916c7cb91486e4db42dd87449319d8eb38f4f611cddfdbbab463e0a60cc0290e303e2a03e5a766a582a2a46b
|
data/Changelog.md
CHANGED
data/lib/flipper/version.rb
CHANGED
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.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Feature flipper is the act of enabling/disabling features in your application,
|
14
14
|
ideally without re-deploying or changing anything in your code base. Flipper makes
|