canary_labs 0.3.0 → 0.4.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
  SHA256:
3
- metadata.gz: '078f2fad26d4635f85ac16816ec3c3a06a4e9ef514dfc4d001619aab7b55fcfe'
4
- data.tar.gz: 6eb10e300a0f83434d26d3a928fdc1efc8e185b493fc93ba581933c7e6a8be88
3
+ metadata.gz: d3f67bd94ce640636593ba334908de0cccfc3fb29907d41b9c629b6dfaa93ae5
4
+ data.tar.gz: a8348a1e22d3445d590c94d68d1b46878496dee7381a9d8b4644e84ffeadd7b1
5
5
  SHA512:
6
- metadata.gz: d49bb7c90d22730e15bfe9a2fe57205f7548021e7287b88c8323af8412683d99f367fbf89db2aeec727090ed3c6e9b3e1993f8e591081368a33890fead4012ac
7
- data.tar.gz: '0846f61ad177c82548302eb1477cf364613c11f79cc440c207ebda1ac33a324d538817b792c336cd09075a9bd4b9539c6f03c6778c1b9835aea28ff5aa913f61'
6
+ metadata.gz: 10763c7b5ca28df568b3b66ee340e6d0f6634b622b0b8790e11201a00a5100cb8a9a592ad5beadaf739d031858eafe3847dd83eab4658a17a7c8203955361556
7
+ data.tar.gz: b77f41de438cc23f458180750556ddb46abbddd30d9794062abe6c8b73d6e67887a8cac1d8f0b00eae2fc2911ff40c0c5602f4e4c759a852c3159e6baac30ed2
data/lib/canary_labs.rb CHANGED
@@ -1,3 +1,8 @@
1
+ require 'feature'
2
+
3
+ require 'resolvers/group'
4
+ require 'resolvers/percentage'
5
+
1
6
  module CanaryLabs
2
7
  mattr_accessor :default_participation
3
8
 
@@ -1,3 +1,3 @@
1
1
  module CanaryLabs
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -17,4 +17,4 @@ module CanaryLabs
17
17
  end
18
18
  end
19
19
  end
20
- end
20
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canary_labs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davis Kimoto