flipper 0.7.0.beta4 → 0.7.0.beta5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flipper/version.rb +1 -1
- data/spec/support/spec_helpers.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21326996e956e478ea5268d560e374601bf14552
|
4
|
+
data.tar.gz: a689bd8f70d6bb8f4dfd466b09c8140541f882d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ebf9a133a5c1d940557f5bed521541ff7952d8ec8ce0d9277cbf3721595bf5ae2a03946f1d3e22850f29469ace8d1d08d72b940b8e48064c9157a48cfe581e2
|
7
|
+
data.tar.gz: 0746cac8cd3ed19daf90cecdf105537fc1e9fc841a9f31411603c0f463cd30a5717d563a3f5b8cf18a7a847213245fcc3961f1248b06fc0aade0c23e507e0c74
|
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.7.0.
|
4
|
+
version: 0.7.0.beta5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-29 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
|