Rakefile in postgresql_cursor-0.6.3 vs Rakefile in postgresql_cursor-0.6.4

- old
+ new

@@ -9,10 +9,10 @@ sh "ruby test/test_*" end desc "Open and IRB Console with the gem and test-app loaded" task :console do - sh "bundle exec irb -Ilib -I . -r postgresql_cursor -r test-app/app" + sh "bundle exec irb -Ilib -I . -r pg -r postgresql_cursor -r test-app/app" #require 'irb' #ARGV.clear #IRB.start end