my_help.gemspec in my_help-0.1.0 vs my_help.gemspec in my_help-0.2.0

- old
+ new

@@ -8,11 +8,11 @@ spec.version = MyHelp::VERSION spec.authors = ["Shigeto R. Nishitani"] spec.email = ["shigeto_nishitani@me.com"] spec.summary = %q{display emacs key bindings in Japanese.} - spec.description = %q{Emulating CUI(CLI) help, user make and display his own help.} + spec.description = %q{Emulating CUI(CLI) help, an user makes and displays his own helps.} spec.homepage = "https://github.com/daddygongon/my_help" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. @@ -32,6 +32,7 @@ spec.add_development_dependency "minitest", "~> 5.0" spec.add_development_dependency "yard" spec.add_development_dependency "hiki2md" spec.add_development_dependency "mathjax-yard" spec.add_development_dependency "hiki2latex" + end