# -*- encoding: utf-8 -*- # stub: postgresql_cursor 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "postgresql_cursor".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Allen Fair".freeze] s.date = "2014-09-11" s.description = "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 1_000 rows), buffers them, and returns the rows one at a time.".freeze s.email = ["allen.fair@gmail.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/postgresql_cursor.rb".freeze, "lib/postgresql_cursor/active_record/connection_adapters/postgresql_type_map.rb".freeze, "lib/postgresql_cursor/active_record/relation/cursor_iterators.rb".freeze, "lib/postgresql_cursor/active_record/sql_cursor.rb".freeze, "lib/postgresql_cursor/cursor.rb".freeze, "lib/postgresql_cursor/version.rb".freeze, "postgresql_cursor.gemspec".freeze, "test-app/Gemfile".freeze, "test-app/Gemfile.lock".freeze, "test-app/app.rb".freeze, "test-app/run.sh".freeze, "test/helper.rb".freeze, "test/test_postgresql_cursor.rb".freeze] s.homepage = "http://github.com/afair/postgresql_cursor".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set".freeze s.test_files = ["test/helper.rb".freeze, "test/test_postgresql_cursor.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end