# -*- encoding: utf-8 -*- # stub: activerecord-import-rails4 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "activerecord-import-rails4".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Zach Dennis".freeze] s.date = "2013-04-17" s.description = "Extraction of the ActiveRecord::Base#import functionality from ar-extensions for Rails 3 and beyond".freeze s.email = ["zach.dennis@gmail.com".freeze] s.files = [".gitignore".freeze, "Appraisals".freeze, "Gemfile".freeze, "README.markdown".freeze, "Rakefile".freeze, "activerecord-import-rails4.gemspec".freeze, "benchmarks/README".freeze, "benchmarks/benchmark.rb".freeze, "benchmarks/boot.rb".freeze, "benchmarks/lib/base.rb".freeze, "benchmarks/lib/cli_parser.rb".freeze, "benchmarks/lib/float.rb".freeze, "benchmarks/lib/mysql_benchmark.rb".freeze, "benchmarks/lib/output_to_csv.rb".freeze, "benchmarks/lib/output_to_html.rb".freeze, "benchmarks/models/test_innodb.rb".freeze, "benchmarks/models/test_memory.rb".freeze, "benchmarks/models/test_myisam.rb".freeze, "benchmarks/schema/mysql_schema.rb".freeze, "gemfiles/rails3.gemfile".freeze, "gemfiles/rails4.gemfile".freeze, "lib/activerecord-import-rails4.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/abstract_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/jdbcmysql_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/mysql2_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/mysql_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/postgresql_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/seamless_database_pool_adapter.rb".freeze, "lib/activerecord-import-rails4/active_record/adapters/sqlite3_adapter.rb".freeze, "lib/activerecord-import-rails4/adapters/abstract_adapter.rb".freeze, "lib/activerecord-import-rails4/adapters/mysql2_adapter.rb".freeze, "lib/activerecord-import-rails4/adapters/mysql_adapter.rb".freeze, "lib/activerecord-import-rails4/adapters/postgresql_adapter.rb".freeze, "lib/activerecord-import-rails4/adapters/sqlite3_adapter.rb".freeze, "lib/activerecord-import-rails4/base.rb".freeze, "lib/activerecord-import-rails4/import.rb".freeze, "lib/activerecord-import-rails4/mysql.rb".freeze, "lib/activerecord-import-rails4/mysql2.rb".freeze, "lib/activerecord-import-rails4/postgresql.rb".freeze, "lib/activerecord-import-rails4/sqlite3.rb".freeze, "lib/activerecord-import-rails4/synchronize.rb".freeze, "lib/activerecord-import-rails4/version.rb".freeze, "test/active_record/connection_adapter_test.rb".freeze, "test/adapters/jdbcmysql.rb".freeze, "test/adapters/mysql.rb".freeze, "test/adapters/mysql2.rb".freeze, "test/adapters/mysql2spatial.rb".freeze, "test/adapters/mysqlspatial.rb".freeze, "test/adapters/postgis.rb".freeze, "test/adapters/postgresql.rb".freeze, "test/adapters/seamless_database_pool.rb".freeze, "test/adapters/spatialite.rb".freeze, "test/adapters/sqlite3.rb".freeze, "test/import_test.rb".freeze, "test/jdbcmysql/import_test.rb".freeze, "test/models/book.rb".freeze, "test/models/group.rb".freeze, "test/models/topic.rb".freeze, "test/models/widget.rb".freeze, "test/mysql/import_test.rb".freeze, "test/mysql2/import_test.rb".freeze, "test/mysqlspatial/import_test.rb".freeze, "test/mysqlspatial2/import_test.rb".freeze, "test/postgis/import_test.rb".freeze, "test/postgresql/import_test.rb".freeze, "test/schema/generic_schema.rb".freeze, "test/schema/mysql_schema.rb".freeze, "test/schema/version.rb".freeze, "test/support/active_support/test_case_extensions.rb".freeze, "test/support/factories.rb".freeze, "test/support/generate.rb".freeze, "test/support/mysql/assertions.rb".freeze, "test/support/mysql/import_examples.rb".freeze, "test/support/postgresql/import_examples.rb".freeze, "test/synchronize_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/zdennis/activerecord-import".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Bulk-loading extension for ActiveRecord".freeze s.test_files = ["test/active_record/connection_adapter_test.rb".freeze, "test/adapters/jdbcmysql.rb".freeze, "test/adapters/mysql.rb".freeze, "test/adapters/mysql2.rb".freeze, "test/adapters/mysql2spatial.rb".freeze, "test/adapters/mysqlspatial.rb".freeze, "test/adapters/postgis.rb".freeze, "test/adapters/postgresql.rb".freeze, "test/adapters/seamless_database_pool.rb".freeze, "test/adapters/spatialite.rb".freeze, "test/adapters/sqlite3.rb".freeze, "test/import_test.rb".freeze, "test/jdbcmysql/import_test.rb".freeze, "test/models/book.rb".freeze, "test/models/group.rb".freeze, "test/models/topic.rb".freeze, "test/models/widget.rb".freeze, "test/mysql/import_test.rb".freeze, "test/mysql2/import_test.rb".freeze, "test/mysqlspatial/import_test.rb".freeze, "test/mysqlspatial2/import_test.rb".freeze, "test/postgis/import_test.rb".freeze, "test/postgresql/import_test.rb".freeze, "test/schema/generic_schema.rb".freeze, "test/schema/mysql_schema.rb".freeze, "test/schema/version.rb".freeze, "test/support/active_support/test_case_extensions.rb".freeze, "test/support/factories.rb".freeze, "test/support/generate.rb".freeze, "test/support/mysql/assertions.rb".freeze, "test/support/mysql/import_examples.rb".freeze, "test/support/postgresql/import_examples.rb".freeze, "test/synchronize_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end