Add informations in gempsec

This commit is contained in:
Guillaume Dott 2015-05-26 10:55:45 +02:00
parent 237bd42892
commit 85d2c6158d

View File

@ -8,9 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Capistrano::Send::VERSION
spec.authors = ["Guillaume Dott"]
spec.email = ["guillaume+github@dott.fr"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ""
spec.summary = %q{Send notifications after a deploy with Capistrano}
spec.homepage = "https://github.com/gdott9/capistrano-send"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
@ -20,4 +19,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "libnotify", "~> 0.9.0"
spec.add_development_dependency "mail", "~> 2.6.3"
end