enum_help.gemspec in enum_help-0.0.2 vs enum_help.gemspec in enum_help-0.0.3

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "enum_help" spec.version = EnumHelp::VERSION spec.authors = ["Lester Zhao"] spec.email = ["zm.backer@gmail.com"] spec.summary = %q{ Extends of ActiveRecord::Enum, which can used in simple_form and internationalization } - spec.description = %q{ Make Enum field correctly generate select field. } + spec.description = %q{ Help ActiveRecord::Enum feature to work fine with I18n and simple_form. } spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }