Rakefile in postgresql_cursor-0.4.1 vs Rakefile in postgresql_cursor-0.4.2

- old
+ new

@@ -9,10 +9,9 @@ gem.description = %Q{PostgreSQL Cursor is an extension to the ActiveRecord PostgreSQLAdapter for very large result sets. It provides a cursor open/fetch/close interface to access data without loading all rows into memory, and instead loads the result rows in "chunks" (default of 10_000 rows), buffers them, and returns the rows one at a time.} gem.email = "allen.fair@gmail.com" gem.homepage = "http://github.com/afair/postgresql_cursor" gem.authors = ["Allen Fair"] gem.add_dependency 'activerecord' - gem.add_dependency 'pg' # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"