feature_guard.gemspec in feature_guard-0.1.0 vs feature_guard.gemspec in feature_guard-0.1.1

- old
+ new

@@ -4,11 +4,11 @@ Gem::Specification.new do |gem| gem.authors = ["Ted Dumitrescu"] gem.email = ["miscmisc@cmme.org"] gem.summary = %q{Simple Redis-based feature-flagging} gem.description = <<end -Turn code on or off with Redis controls, allowing simple enabled/disabled states -as well as finer-grained percentage-based control. +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.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }