# -*- encoding: utf-8 -*-
# stub: activerecord_bulkoperation 0.0.5 ruby lib

Gem::Specification.new do |s|
  s.name = "activerecord_bulkoperation".freeze
  s.version = "0.0.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["OSP".freeze]
  s.date = "2019-06-26"
  s.description = "".freeze
  s.email = ["".freeze]
  s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "activerecord_bulkoperation.gemspec".freeze, "gemfiles/4.2.gemfile".freeze, "lib/activerecord_bulkoperation.rb".freeze, "lib/activerecord_bulkoperation/active_record/adapters/abstract_adapter.rb".freeze, "lib/activerecord_bulkoperation/active_record/adapters/oracle_enhanced_adapter.rb".freeze, "lib/activerecord_bulkoperation/active_record/associations/associations.rb".freeze, "lib/activerecord_bulkoperation/adapters/abstract_adapter.rb".freeze, "lib/activerecord_bulkoperation/adapters/oracle_enhanced_adapter.rb".freeze, "lib/activerecord_bulkoperation/base.rb".freeze, "lib/activerecord_bulkoperation/bulkoperation.rb".freeze, "lib/activerecord_bulkoperation/connection_adapters/oracle_enhanced/jdbc_connection.rb".freeze, "lib/activerecord_bulkoperation/connection_adapters/oracle_enhanced/oci_connection.rb".freeze, "lib/activerecord_bulkoperation/group_operations.rb".freeze, "lib/activerecord_bulkoperation/group_operations_select.rb".freeze, "lib/activerecord_bulkoperation/util/connection_object.rb".freeze, "lib/activerecord_bulkoperation/util/entity_hash.rb".freeze, "lib/activerecord_bulkoperation/util/flush_dirty_objects.rb".freeze, "lib/activerecord_bulkoperation/util/sequence_cache.rb".freeze, "lib/activerecord_bulkoperation/util/transaction_object.rb".freeze, "lib/activerecord_bulkoperation/version.rb".freeze, "test/active_record_connection_test.rb".freeze, "test/adapters/oracle_enhanced.rb".freeze, "test/bulkoperation_test.rb".freeze, "test/database.yml".freeze, "test/entity_hash_test.rb".freeze, "test/find_group_by_test.rb".freeze, "test/flush_dirty_objects_test.rb".freeze, "test/log/test.log".freeze, "test/models/assembly.rb".freeze, "test/models/course.rb".freeze, "test/models/group.rb".freeze, "test/models/item.rb".freeze, "test/models/part.rb".freeze, "test/models/product.rb".freeze, "test/models/student.rb".freeze, "test/models/test_table.rb".freeze, "test/postgresql/bulk_test.rb".freeze, "test/schema/generic_schema.rb".freeze, "test/sequence_cache_test.rb".freeze, "test/support/postgresql/bulk_examples.rb".freeze, "test/test_helper.rb".freeze, "test/transaction_object_test.rb".freeze]
  s.homepage = "".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 = "".freeze
  s.test_files = ["test/active_record_connection_test.rb".freeze, "test/adapters/oracle_enhanced.rb".freeze, "test/bulkoperation_test.rb".freeze, "test/database.yml".freeze, "test/entity_hash_test.rb".freeze, "test/find_group_by_test.rb".freeze, "test/flush_dirty_objects_test.rb".freeze, "test/log/test.log".freeze, "test/models/assembly.rb".freeze, "test/models/course.rb".freeze, "test/models/group.rb".freeze, "test/models/item.rb".freeze, "test/models/part.rb".freeze, "test/models/product.rb".freeze, "test/models/student.rb".freeze, "test/models/test_table.rb".freeze, "test/postgresql/bulk_test.rb".freeze, "test/schema/generic_schema.rb".freeze, "test/sequence_cache_test.rb".freeze, "test/support/postgresql/bulk_examples.rb".freeze, "test/test_helper.rb".freeze, "test/transaction_object_test.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<activerecord>.freeze, ["~> 4.2".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
end