Rakefile in spraypaint-1.0.1 vs Rakefile in spraypaint-1.0.2

- old
+ new

@@ -1,8 +1,8 @@ $: << File.expand_path(File.join(File.dirname(__FILE__), "lib")) -require 'spraypaint' +require 'spraypaint/version' require 'spec/rake/spectask' rescue nil namespace :spraypaint do begin require 'jeweler' @@ -13,9 +13,11 @@ gemspec.description = "Simple tagging in a can" gemspec.email = "tom@popdog.net" gemspec.homepage = "http://github.com/tomafro/spraypaint.git" gemspec.authors = ['Tom Ward'] end + + Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end if Object.const_defined?(:Spec)