flip_fab 0.0.1 → 1.0.0

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: 3ea3fd649b489b75844fc35dd2716d541abf34ca
4
- data.tar.gz: 0680f0288b3f0a64673affb0d55466351c10478e
3
+ metadata.gz: c662a0d2b36601ff4d1f9c1424d966ae7419bca0
4
+ data.tar.gz: 5ed8d698d9acee0615df1b146e2048b87743ba18
5
5
  SHA512:
6
- metadata.gz: a4244a1f9a56503cf8a2978e22211502cc0c4ac7ab630cfc8abc79c1c4f61aa155a463eebc85dc75beb284d79c475fa1a824c01e4df85444896b84d9bfa2e0b3
7
- data.tar.gz: c4073fe2c728d9e7f61fe6edf88903345f297d76c4e39d2116a6c7215dfb323a0f20da89e96f03a68c2f6945d2458809227612446d9d6f88069dabefc7c0db71
6
+ metadata.gz: ccbe037678c9b7d1c8e6eb5e6dde83f70733159485dfbdf47ccb2a8070ce356f9b3204807bf5e346f3fb877abe5a7328b8041001a6961f327c40ea2167a198e5
7
+ data.tar.gz: 87b1d482757418bcc5c77b0bcb6868c001cd3d35149dd4f470144fb0012a2bd97eeae5d40e9bdfe97fb00219a8a3327a0cff333130384b88b3f6adf716375a0a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flip_fab (0.0.1)
4
+ flip_fab (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -16,7 +16,7 @@ This allows you to...
16
16
  Add the following to your `Gemfile`
17
17
 
18
18
  ```ruby
19
- gem 'flip_fab', git: 'git@github.com:simplybusiness/flip_fab.git'
19
+ gem 'flip_fab'
20
20
  ```
21
21
 
22
22
  ### Rails
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../../
3
3
  specs:
4
- flip_fab (0.0.1)
4
+ flip_fab (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -17,6 +17,6 @@ module FlipFab
17
17
  FeaturesByName.new Hash[@features_by_name.map{|name, feature| [name, (feature.with_context context)]}]
18
18
  end
19
19
 
20
- def_delegators :@features_by_name, :[]=, :clear, :count
20
+ def_delegators :@features_by_name, :[]=, :clear, :count, :each
21
21
  end
22
22
  end
@@ -1,3 +1,3 @@
1
1
  module FlipFab
2
- VERSION = '0.0.1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flip_fab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-24 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A gem providing persistent, per-user feature flipping to Rack applications.
14
14
  email:
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.0.14
147
+ rubygems_version: 2.4.6
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: A gem providing persistent, per-user feature flipping to Rack applications.