Correct some warnings in gemspec

master
Guillaume Dott 2015-05-26 15:51:08 +02:00
parent 56e755a5b0
commit ccda469f8d
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Guillaume Dott"]
spec.email = ["guillaume+github@dott.fr"]
spec.summary = %q{Send notifications after a deploy with Capistrano}
spec.description = %q{This gem provides some notifiers to send notifications after a deploy with Capistrano.}
spec.homepage = "https://github.com/gdott9/capistrano-send"
spec.license = "MIT"
@ -21,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "libnotify", "~> 0.9.0"
spec.add_development_dependency "mail", "~> 2.6.3"
spec.add_development_dependency "mail", "~> 2.6"
end