begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "capistrano-ash" gemspec.summary = "August Ash recipes for Capistrano" gemspec.description = "August Ash recipes for Capistrano" gemspec.email = "jake@augustash.com" gemspec.homepage = "https://github.com/augustash/capistrano-ash" gemspec.authors = ["August Ash"] end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end