dockerci.gemspec in dockerci-0.1.0 vs dockerci.gemspec in dockerci-0.1.1
- old
+ new
@@ -7,12 +7,14 @@
spec.name = "dockerci"
spec.version = Dockerci::VERSION
spec.authors = ["Yuki INOUE"]
spec.email = ["inoueyuworks@gmail.com"]
- spec.summary = %q{foo bar}
- spec.description = %q{piyopiyo}
+ spec.summary = %q{Start circleci mysql docker dead easy.}
+ spec.description = <<~DESC
+ Read configuration of `config/database.yml`, use that information to launch a circleci mysql docker image.
+ DESC
spec.homepage = 'https://github.com/Yuki-Inoue/gem-dockerci'
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
# if spec.respond_to?(:metadata)
@@ -37,6 +39,7 @@
spec.add_dependency "railties"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
+ spec.add_development_dependency "bump"
end