begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "amazon-mws" gemspec.summary = "A Ruby Wrapper for the Amazon MWS API" gemspec.description = "A Ruby Wrapper for the Amazon MWS API" gemspec.email = "david.michael@sonymusic.com" gemspec.homepage = "http://github.com/dmichael/amazon-mws" gemspec.authors = ["David Michael"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end