# -*- encoding: utf-8 -*- # stub: departure 6.1.0 ruby lib Gem::Specification.new do |s| s.name = "departure".freeze s.version = "6.1.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 = ["Ilya Zayats".freeze, "Pau P\u00E9rez".freeze, "Fran Casas".freeze, "Jorge Morante".freeze, "Enrico Stano".freeze, "Adrian Serafin".freeze, "Kirk Haines".freeze] s.date = "2018-02-27" s.description = "Execute your ActiveRecord migrations with Percona's pt-online-schema-change. Formerly known as Percona Migrator.".freeze s.email = ["ilya.zayats@redbooth.com".freeze, "pau.perez@redbooth.com".freeze, "fran.casas@redbooth.com".freeze, "jorge.morante@redbooth.com".freeze, "adrian@softmad.pl".freeze, "wyhaines@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "RELEASING.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/rspec".freeze, "bin/setup".freeze, "config.yml.erb".freeze, "configuration.rb".freeze, "departure.gemspec".freeze, "docker-compose.yml".freeze, "lib/active_record/connection_adapters/percona_adapter.rb".freeze, "lib/departure.rb".freeze, "lib/departure/alter_argument.rb".freeze, "lib/departure/cli_generator.rb".freeze, "lib/departure/command.rb".freeze, "lib/departure/configuration.rb".freeze, "lib/departure/connection_details.rb".freeze, "lib/departure/dsn.rb".freeze, "lib/departure/errors.rb".freeze, "lib/departure/log_sanitizers/password_sanitizer.rb".freeze, "lib/departure/logger.rb".freeze, "lib/departure/logger_factory.rb".freeze, "lib/departure/null_logger.rb".freeze, "lib/departure/option.rb".freeze, "lib/departure/railtie.rb".freeze, "lib/departure/runner.rb".freeze, "lib/departure/user_options.rb".freeze, "lib/departure/version.rb".freeze, "lib/lhm.rb".freeze, "lib/lhm/adapter.rb".freeze, "lib/lhm/column_with_sql.rb".freeze, "lib/lhm/column_with_type.rb".freeze, "test_database.rb".freeze] s.homepage = "https://github.com/departurerb/departure".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "pt-online-schema-change runner for ActiveRecord migrations".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze, ">= 3.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 8.2".freeze, ">= 8.2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0.3".freeze]) end