begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "delivery_reroute" gemspec.summary = "Delivery rerouting for ActionMailer" gemspec.description = "Reroute ActionMailer emails to an configured email address instead of the specified recipients. Great for development." gemspec.email = "joenoon@gmail.com" gemspec.homepage = "http://github.com/joenoon/delivery_reroute" gemspec.authors = ["Joe Noon"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end