Rakefile in object-proxy-0.2.0 vs Rakefile in object-proxy-0.3.0

- old
+ new

@@ -9,10 +9,10 @@ $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require 'rake' -require 'jeweler' +require 'jeweler2' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "object-proxy" gem.homepage = "http://github.com/martinkozak/object-proxy"