begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "utility-belt" gemspec.summary = "Utility Belt is a grab-bag of tricks, tools, techniques, trifles, and toys for IRB." gemspec.email = "rwilcox@wilcoxd.com" gemspec.homepage = "http://github.com/rwilcox/utility_belt" gemspec.description = "TODO" gemspec.authors = ["Ryan Wilcox", "Giles Bowkett"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end