# -*- encoding: utf-8 -*-
# stub: postgres-copy 1.7.2 ruby lib

Gem::Specification.new do |s|
  s.name = "postgres-copy".freeze
  s.version = "1.7.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Diogo Biazus".freeze]
  s.date = "2024-09-02"
  s.description = "Now you can use the super fast COPY for import/export data directly from your AR models.".freeze
  s.email = "diogob@gmail.com".freeze
  s.files = [".document".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/postgres-copy.rb".freeze, "lib/postgres-copy/acts_as_copy_target.rb".freeze, "lib/postgres-copy/csv_responder.rb".freeze, "lib/postgres-copy/with_temp_table.rb".freeze, "postgres-copy.gemspec".freeze, "spec/copy_from_binary_spec.rb".freeze, "spec/copy_from_spec.rb".freeze, "spec/copy_to_binary_spec.rb".freeze, "spec/copy_to_spec.rb".freeze, "spec/fixtures/2_col_binary_data.dat".freeze, "spec/fixtures/comma_inside_field.csv".freeze, "spec/fixtures/comma_with_bom.csv".freeze, "spec/fixtures/comma_with_carriage_returns.csv".freeze, "spec/fixtures/comma_with_empty_string.csv".freeze, "spec/fixtures/comma_with_header.csv".freeze, "spec/fixtures/comma_with_header_and_scope.csv".freeze, "spec/fixtures/comma_with_header_empty_values_at_the_end.csv".freeze, "spec/fixtures/comma_with_header_multi.csv".freeze, "spec/fixtures/comma_with_header_to_map.csv".freeze, "spec/fixtures/comma_without_header.csv".freeze, "spec/fixtures/extra_field.rb".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/semicolon_with_quote.csv".freeze, "spec/fixtures/special_null_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_header.tsv".freeze, "spec/fixtures/tab_with_header_multi.csv".freeze, "spec/fixtures/tab_with_two_lines.csv".freeze, "spec/fixtures/tab_with_two_lines.tsv".freeze, "spec/fixtures/test_extended_model.rb".freeze, "spec/fixtures/test_model.rb".freeze, "spec/postgres-copy/with_temp_table_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/diogob/postgres-copy".freeze
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Put COPY command functionality in ActiveRecord's model class".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<pg>.freeze, [">= 0.17".freeze])
  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 5.1".freeze])
  s.add_runtime_dependency(%q<csv>.freeze, [">= 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<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 12.3.3".freeze])
end