# -*- encoding: utf-8 -*- # stub: postgres_upsert 5.0.0 ruby lib Gem::Specification.new do |s| s.name = "postgres_upsert".freeze s.version = "5.0.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 = ["Steve Mitchell".freeze] s.date = "2014-09-12" s.description = "Uses Postgres's powerful COPY command to upsert large sets of data into ActiveRecord tables".freeze s.email = "thestevemitchell@gmail.com".freeze s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/bundle".freeze, "bin/rails".freeze, "bin/rake".freeze, "bin/setup".freeze, "config.ru".freeze, "config/application.rb".freeze, "config/boot.rb".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "config/secrets.yml".freeze, "db/migrate/20150214192135_create_test_tables.rb".freeze, "db/migrate/20150710162236_create_composite_models_table.rb".freeze, "db/schema.rb".freeze, "db/seeds.rb".freeze, "lib/postgres_upsert.rb".freeze, "lib/postgres_upsert/result.rb".freeze, "lib/postgres_upsert/table_writer.rb".freeze, "lib/postgres_upsert/writer.rb".freeze, "postgres_upsert.gemspec".freeze, "spec/composite_key_spec.rb".freeze, "spec/fixtures/comma_with_header.csv".freeze, "spec/fixtures/comma_with_header_and_comma_values.csv".freeze, "spec/fixtures/comma_with_header_and_unquoted_comma.csv".freeze, "spec/fixtures/comma_without_header.csv".freeze, "spec/fixtures/composite_key_model.rb".freeze, "spec/fixtures/composite_key_with_header.csv".freeze, "spec/fixtures/composite_nonkey_with_header.csv".freeze, "spec/fixtures/no_id.csv".freeze, "spec/fixtures/reserved_word_model.rb".freeze, "spec/fixtures/reserved_words.csv".freeze, "spec/fixtures/semicolon_with_different_header.csv".freeze, "spec/fixtures/semicolon_with_header.csv".freeze, "spec/fixtures/tab_only_data.csv".freeze, "spec/fixtures/tab_with_different_header.csv".freeze, "spec/fixtures/tab_with_error.csv".freeze, "spec/fixtures/tab_with_extra_line.csv".freeze, "spec/fixtures/tab_with_header.csv".freeze, "spec/fixtures/tab_with_two_lines.csv".freeze, "spec/fixtures/test_model.rb".freeze, "spec/fixtures/three_column.rb".freeze, "spec/pg_upsert_csv_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/theSteveMitchell/postgres_upsert".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A rubygem that integrates with ActiveRecord to insert/update large data sets into the database efficiently".freeze s.test_files = ["spec/composite_key_spec.rb".freeze, "spec/fixtures/comma_with_header.csv".freeze, "spec/fixtures/comma_with_header_and_comma_values.csv".freeze, "spec/fixtures/comma_with_header_and_unquoted_comma.csv".freeze, "spec/fixtures/comma_without_header.csv".freeze, "spec/fixtures/composite_key_model.rb".freeze, "spec/fixtures/composite_key_with_header.csv".freeze, "spec/fixtures/composite_nonkey_with_header.csv".freeze, "spec/fixtures/no_id.csv".freeze, "spec/fixtures/reserved_word_model.rb".freeze, "spec/fixtures/reserved_words.csv".freeze, "spec/fixtures/semicolon_with_different_header.csv".freeze, "spec/fixtures/semicolon_with_header.csv".freeze, "spec/fixtures/tab_only_data.csv".freeze, "spec/fixtures/tab_with_different_header.csv".freeze, "spec/fixtures/tab_with_error.csv".freeze, "spec/fixtures/tab_with_extra_line.csv".freeze, "spec/fixtures/tab_with_header.csv".freeze, "spec/fixtures/tab_with_two_lines.csv".freeze, "spec/fixtures/test_model.rb".freeze, "spec/fixtures/three_column.rb".freeze, "spec/pg_upsert_csv_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.17.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end