Rakefile in postgresql_cursor-0.3.0 vs Rakefile in postgresql_cursor-0.3.1

- old
+ new

@@ -8,10 +8,10 @@ gem.summary = %Q{ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set} 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', '<=2.3.5' + 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