Rakefile in cancannible-2.0.0 vs Rakefile in cancannible-2.1.0

- old
+ new

@@ -5,7 +5,7 @@ task :default => :spec desc "Open an irb session preloaded with this library" task :console do - sh "irb -rubygems -I lib -r cancannible.rb" -end \ No newline at end of file + sh "irb -I lib -r cancannible.rb" +end