# -*- encoding: utf-8 -*-
# stub: postgres_upsert 1.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "postgres_upsert".freeze
  s.version = "1.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, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/postgres_upsert.rb".freeze, "lib/postgres_upsert/active_record.rb".freeze, "postgres_upsert.gemspec".freeze, "spec/fixtures/2_col_binary_data.dat".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/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_binary_spec.rb".freeze, "spec/pg_upsert_csv_spec.rb".freeze, "spec/spec.opts".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/fixtures/2_col_binary_data.dat".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/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_binary_spec.rb".freeze, "spec/pg_upsert_csv_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<pg>.freeze, ["~> 0.17.0".freeze])
  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 3.0.0".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, [">= 3.0.0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rdoc>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry-rails>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 2.12".freeze])
end