Rakefile in capistrano-ash-1.3.0 vs Rakefile in capistrano-ash-1.3.1

- old
+ new

@@ -2,15 +2,21 @@ require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| - gemspec.name = "capistrano-ash" - gemspec.summary = "Useful task libraries for August Ash recipes for Capistrano" + gemspec.name = "capistrano-ash" + gemspec.summary = "Useful task libraries for August Ash recipes for Capistrano" gemspec.description = "August Ash recipes for Capistrano" - gemspec.email = "code@augustash.com" - gemspec.homepage = "https://github.com/augustash/capistrano-ash" - gemspec.authors = ["August Ash"] + gemspec.email = "code@augustash.com" + gemspec.homepage = "https://github.com/augustash/capistrano-ash" + gemspec.authors = ["August Ash"] + # Gem dependencies + gemspec.add_dependency('capistrano', '>= 2.12.0') + gemspec.add_dependency('capistrano-ext') + gemspec.add_dependency('railsless-deploy') + gemspec.add_dependency('capistrano_colors') + end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" -end \ No newline at end of file +end