feature_guard.gemspec in feature_guard-0.1.1 vs feature_guard.gemspec in feature_guard-0.1.2
- old
+ new
@@ -8,9 +8,10 @@
gem.description = <<end
Feature flags made simple: turn code on or off with Redis controls, allowing
plain enabled/disabled states as well as finer-grained percentage-based control.
end
gem.homepage = "https://github.com/tdumitrescu/feature_guard"
+ gem.license = "MIT"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "feature_guard"