feature_gate.gemspec in feature_gate-0.0.1 vs feature_gate.gemspec in feature_gate-0.0.2
- old
+ new
@@ -1,9 +1,9 @@
$:.push File.expand_path('../lib', __FILE__)
Gem::Specification.new do |s|
s.name = 'feature_gate'
- s.version = '0.0.1'
+ s.version = '0.0.2'
s.date = '2016-05-01'
s.summary = 'A gem to toggle feature gates on and off'
s.description = 'A gem to toggle feature gates on and off'
s.authors = ['Tiffany Huang']
s.email = 'little.huang@gmail.'