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

Gem::Specification.new do |s|
  s.name = "postgres-copy".freeze
  s.version = "0.9.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 = "2013-01-31"
  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, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/postgres-copy.rb".freeze, "lib/postgres-copy/acts_as_copy_target.rb".freeze, "lib/postgres-copy/csv_responder.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_with_header.csv".freeze, "spec/fixtures/comma_with_header_empty_values_at_the_end.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/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_extended_model.rb".freeze, "spec/fixtures/test_model.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.test_files = ["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_with_header.csv".freeze, "spec/fixtures/comma_with_header_empty_values_at_the_end.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/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_extended_model.rb".freeze, "spec/fixtures/test_model.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<pg>.freeze, [">= 0.17".freeze])
  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 4.0".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, [">= 4.0".freeze])
  s.add_runtime_dependency(%q<responders>.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, ["~> 2.12".freeze])
end