# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: standalone_migrations 5.2.6 ruby lib Gem::Specification.new do |s| s.name = "standalone_migrations" s.version = "5.2.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Todd Huss", "Michael Grosser"] s.date = "2018-09-03" s.email = "thuss@gabrito.com" s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] s.files = [ ".rspec", ".travis.yml", "Gemfile", "LICENSE", "README.markdown", "Rakefile", "VERSION", "example/.gitignore", "example/Rakefile", "example/db/config.yml", "example/db/migrate/20120930053225_create_table_awesome_migration.rb", "lib/standalone_migrations.rb", "lib/standalone_migrations/callbacks.rb", "lib/standalone_migrations/configurator.rb", "lib/standalone_migrations/generator.rb", "lib/standalone_migrations/minimal_railtie_config.rb", "lib/standalone_migrations/tasks.rb", "lib/standalone_migrations/tasks/connection.rake", "lib/standalone_migrations/tasks/db/new_migration.rake", "lib/standalone_migrations/tasks/environment.rake", "lib/tasks/standalone_migrations.rb", "spec/spec_helper.rb", "spec/standalone_migrations/callbacks_spec.rb", "spec/standalone_migrations/configurator_spec.rb", "spec/standalone_migrations_spec.rb", "standalone_migrations.gemspec", "vendor/migration_helpers/MIT-LICENSE", "vendor/migration_helpers/README.markdown", "vendor/migration_helpers/init.rb", "vendor/migration_helpers/lib/migration_helper.rb" ] s.homepage = "http://github.com/thuss/standalone-migrations" s.licenses = ["MIT"] s.rubygems_version = "2.4.8" s.summary = "A thin wrapper to use Rails Migrations in non Rails projects" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 10.0"]) s.add_runtime_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) s.add_runtime_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) else s.add_dependency(%q, [">= 10.0"]) s.add_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) s.add_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) end else s.add_dependency(%q, [">= 10.0"]) s.add_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) s.add_dependency(%q, ["< 5.3.0", ">= 4.2.7"]) end end