# -*- encoding: utf-8 -*- # stub: activerecord-import-uuid 0.1 ruby lib Gem::Specification.new do |s| s.name = "activerecord-import-uuid".freeze s.version = "0.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 = ["Zach Dennis".freeze, "Shiv Bharthur".freeze] s.date = "2016-09-11" 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, "shiv.bharthur@gmail.com".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, "Brewfile".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "activerecord-import.gemspec".freeze, "benchmarks/README".freeze, "benchmarks/benchmark.rb".freeze, "benchmarks/lib/base.rb".freeze, "benchmarks/lib/cli_parser.rb".freeze, "benchmarks/lib/float.rb".freeze, "benchmarks/lib/mysql2_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/3.2.gemfile".freeze, "gemfiles/4.0.gemfile".freeze, "gemfiles/4.1.gemfile".freeze, "gemfiles/4.2.gemfile".freeze, "gemfiles/5.0.gemfile".freeze, "lib/activerecord-import.rb".freeze, "lib/activerecord-import/active_record/adapters/abstract_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/jdbcmysql_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/jdbcpostgresql_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/mysql2_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/postgresql_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/seamless_database_pool_adapter.rb".freeze, "lib/activerecord-import/active_record/adapters/sqlite3_adapter.rb".freeze, "lib/activerecord-import/adapters/abstract_adapter.rb".freeze, "lib/activerecord-import/adapters/em_mysql2_adapter.rb".freeze, "lib/activerecord-import/adapters/mysql2_adapter.rb".freeze, "lib/activerecord-import/adapters/mysql_adapter.rb".freeze, "lib/activerecord-import/adapters/postgresql_adapter.rb".freeze, "lib/activerecord-import/adapters/sqlite3_adapter.rb".freeze, "lib/activerecord-import/base.rb".freeze, "lib/activerecord-import/import.rb".freeze, "lib/activerecord-import/mysql2.rb".freeze, "lib/activerecord-import/postgresql.rb".freeze, "lib/activerecord-import/sqlite3.rb".freeze, "lib/activerecord-import/synchronize.rb".freeze, "lib/activerecord-import/value_sets_parser.rb".freeze, "lib/activerecord-import/version.rb".freeze, "test/adapters/jdbcmysql.rb".freeze, "test/adapters/jdbcpostgresql.rb".freeze, "test/adapters/mysql2.rb".freeze, "test/adapters/mysql2_makara.rb".freeze, "test/adapters/mysql2spatial.rb".freeze, "test/adapters/postgis.rb".freeze, "test/adapters/postgresql.rb".freeze, "test/adapters/postgresql_makara.rb".freeze, "test/adapters/seamless_database_pool.rb".freeze, "test/adapters/spatialite.rb".freeze, "test/adapters/sqlite3.rb".freeze, "test/database.yml.sample".freeze, "test/import_test.rb".freeze, "test/jdbcmysql/import_test.rb".freeze, "test/jdbcpostgresql/import_test.rb".freeze, "test/models/book.rb".freeze, "test/models/chapter.rb".freeze, "test/models/discount.rb".freeze, "test/models/end_note.rb".freeze, "test/models/group.rb".freeze, "test/models/promotion.rb".freeze, "test/models/question.rb".freeze, "test/models/rule.rb".freeze, "test/models/topic.rb".freeze, "test/models/widget.rb".freeze, "test/mysql2/import_test.rb".freeze, "test/mysql2_makara/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/sqlite3/import_test.rb".freeze, "test/support/active_support/test_case_extensions.rb".freeze, "test/support/assertions.rb".freeze, "test/support/factories.rb".freeze, "test/support/generate.rb".freeze, "test/support/mysql/import_examples.rb".freeze, "test/support/postgresql/import_examples.rb".freeze, "test/support/shared_examples/on_duplicate_key_update.rb".freeze, "test/support/shared_examples/recursive_import.rb".freeze, "test/synchronize_test.rb".freeze, "test/test_helper.rb".freeze, "test/travis/database.yml".freeze, "test/value_sets_bytes_parser_test.rb".freeze, "test/value_sets_records_parser_test.rb".freeze] s.homepage = "http://github.com/bharthur/activerecord-import".freeze s.licenses = ["Ruby".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/adapters/jdbcmysql.rb".freeze, "test/adapters/jdbcpostgresql.rb".freeze, "test/adapters/mysql2.rb".freeze, "test/adapters/mysql2_makara.rb".freeze, "test/adapters/mysql2spatial.rb".freeze, "test/adapters/postgis.rb".freeze, "test/adapters/postgresql.rb".freeze, "test/adapters/postgresql_makara.rb".freeze, "test/adapters/seamless_database_pool.rb".freeze, "test/adapters/spatialite.rb".freeze, "test/adapters/sqlite3.rb".freeze, "test/database.yml.sample".freeze, "test/import_test.rb".freeze, "test/jdbcmysql/import_test.rb".freeze, "test/jdbcpostgresql/import_test.rb".freeze, "test/models/book.rb".freeze, "test/models/chapter.rb".freeze, "test/models/discount.rb".freeze, "test/models/end_note.rb".freeze, "test/models/group.rb".freeze, "test/models/promotion.rb".freeze, "test/models/question.rb".freeze, "test/models/rule.rb".freeze, "test/models/topic.rb".freeze, "test/models/widget.rb".freeze, "test/mysql2/import_test.rb".freeze, "test/mysql2_makara/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/sqlite3/import_test.rb".freeze, "test/support/active_support/test_case_extensions.rb".freeze, "test/support/assertions.rb".freeze, "test/support/factories.rb".freeze, "test/support/generate.rb".freeze, "test/support/mysql/import_examples.rb".freeze, "test/support/postgresql/import_examples.rb".freeze, "test/support/shared_examples/on_duplicate_key_update.rb".freeze, "test/support/shared_examples/recursive_import.rb".freeze, "test/synchronize_test.rb".freeze, "test/test_helper.rb".freeze, "test/travis/database.yml".freeze, "test/value_sets_bytes_parser_test.rb".freeze, "test/value_sets_records_parser_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end