# -*- encoding: utf-8 -*- # stub: ardb 0.29.0 ruby lib Gem::Specification.new do |s| s.name = "ardb".freeze s.version = "0.29.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 = ["Kelly Redding".freeze, "Collin Redding".freeze] s.date = "2020-12-17" s.description = "Activerecord database tools.".freeze s.email = ["kelly@kellyredding.com".freeze, "collin.redding@me.com".freeze] s.executables = ["ardb".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "ardb.gemspec".freeze, "bin/ardb".freeze, "lib/ardb.rb".freeze, "lib/ardb/adapter/base.rb".freeze, "lib/ardb/adapter/mysql.rb".freeze, "lib/ardb/adapter/postgresql.rb".freeze, "lib/ardb/adapter/sqlite.rb".freeze, "lib/ardb/adapter_spy.rb".freeze, "lib/ardb/cli.rb".freeze, "lib/ardb/cli/clirb.rb".freeze, "lib/ardb/cli/commands.rb".freeze, "lib/ardb/db_tests.rb".freeze, "lib/ardb/default_order_by.rb".freeze, "lib/ardb/migration.rb".freeze, "lib/ardb/record_spy.rb".freeze, "lib/ardb/relation_spy.rb".freeze, "lib/ardb/require_autoloaded_active_record_files.rb".freeze, "lib/ardb/test_helpers.rb".freeze, "lib/ardb/use_db_default.rb".freeze, "lib/ardb/version.rb".freeze, "log/.gitkeep".freeze, "script/determine_autoloaded_active_record_files.rb".freeze, "test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/support/fake_schema.rb".freeze, "test/support/postgresql/migrations/.keep".freeze, "test/support/postgresql/schema.rb".freeze, "test/support/postgresql/setup_test_db.rb".freeze, "test/support/relative_require_test_db_file.rb".freeze, "test/support/require_test_db_file.rb".freeze, "test/system/.keep".freeze, "test/unit/adapter/base_tests.rb".freeze, "test/unit/adapter/mysql_tests.rb".freeze, "test/unit/adapter/postgresql_tests.rb".freeze, "test/unit/adapter/sqlite_tests.rb".freeze, "test/unit/adapter_spy_tests.rb".freeze, "test/unit/ardb_tests.rb".freeze, "test/unit/cli_tests.rb".freeze, "test/unit/db_tests_tests.rb".freeze, "test/unit/default_order_by_tests.rb".freeze, "test/unit/migration_tests.rb".freeze, "test/unit/record_spy_tests.rb".freeze, "test/unit/relation_spy_tests.rb".freeze, "test/unit/test_helpers_tests.rb".freeze, "test/unit/use_db_default_tests.rb".freeze, "tmp/.gitkeep".freeze] s.homepage = "http://github.com/redding/ardb".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Activerecord database tools.".freeze s.test_files = ["test/helper.rb".freeze, "test/support/factory.rb".freeze, "test/support/fake_schema.rb".freeze, "test/support/postgresql/migrations/.keep".freeze, "test/support/postgresql/schema.rb".freeze, "test/support/postgresql/setup_test_db.rb".freeze, "test/support/relative_require_test_db_file.rb".freeze, "test/support/require_test_db_file.rb".freeze, "test/system/.keep".freeze, "test/unit/adapter/base_tests.rb".freeze, "test/unit/adapter/mysql_tests.rb".freeze, "test/unit/adapter/postgresql_tests.rb".freeze, "test/unit/adapter/sqlite_tests.rb".freeze, "test/unit/adapter_spy_tests.rb".freeze, "test/unit/ardb_tests.rb".freeze, "test/unit/cli_tests.rb".freeze, "test/unit/db_tests_tests.rb".freeze, "test/unit/default_order_by_tests.rb".freeze, "test/unit/migration_tests.rb".freeze, "test/unit/record_spy_tests.rb".freeze, "test/unit/relation_spy_tests.rb".freeze, "test/unit/test_helpers_tests.rb".freeze, "test/unit/use_db_default_tests.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.18.1".freeze]) s.add_runtime_dependency(%q.freeze, ["> 5.0".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["> 5.0".freeze, "< 7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.3".freeze]) end