cap_gun.gemspec in xing-cap_gun-0.3.1 vs cap_gun.gemspec in xing-cap_gun-0.3.2
- old
+ new
@@ -3,16 +3,17 @@
gem.authors = ["Sebastian Röbke", "Rob Sanheim", "Muness Alrubaie", "Relevance"]
gem.email = ["sebastian.roebke@xing.com"]
gem.description = %q{Super simple capistrano deployment notifications. Forked from relevance/cap_gun.}
gem.summary = %q{Super simple capistrano deployment notifications. Forked from relevance/cap_gun.}
gem.homepage = "https://github.com/xing/cap_gun"
+ gem.license = 'MIT'
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {spec}/*`.split("\n")
gem.name = "xing-cap_gun"
gem.require_paths = ["lib"]
- gem.version = "0.3.1"
+ gem.version = "0.3.2"
gem.add_dependency("activesupport")
gem.add_dependency("actionmailer", ">= 3.0.0")
gem.add_development_dependency("rake")