bundler-geminabox.gemspec in bundler-geminabox-0.0.1 vs bundler-geminabox.gemspec in bundler-geminabox-0.1.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "bundler-geminabox" spec.version = Bundler::Geminabox::VERSION spec.authors = ["Naotoshi Seo"] spec.email = ["sonots@gmail.com"] - spec.summary = %q{Provides rake geminabox_release to release gems to internal rubygems} - spec.description = %q{Provides rake geminabox_release to release gems to internal rubygems, and disable rake release} + spec.summary = %q{Release gems to internal rubygems such as geminabox} + spec.description = %q{Release gems to internal rubygems such as geminabox, and disable `rake release`} spec.homepage = "https://github.com/sonots/bundler-geminabox" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }