Sha256: 5d729fac6dd07bd2464dc7cd76ec35e0d2bce043499b2ccdfe769da43b7fd7e4
Contents?: true
Size: 1.64 KB
Versions: 1
Compression:
Stored size: 1.64 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'departure/version' Gem::Specification.new do |spec| spec.name = 'departure' spec.version = Departure::VERSION spec.authors = ['Ilya Zayats', 'Pau PĂ©rez', 'Fran Casas', 'Jorge Morante', 'Enrico Stano', 'Adrian Serafin', 'Kirk Haines', 'Guillermo Iguaran'] spec.email = ['ilya.zayats@redbooth.com', 'pau.perez@redbooth.com', 'nflamel@gmail.com', 'jorge.morante@redbooth.com', 'adrian@softmad.pl', 'wyhaines@gmail.com', 'guilleiguaran@gmail.com'] spec.summary = %q(pt-online-schema-change runner for ActiveRecord migrations) spec.description = %q(Execute your ActiveRecord migrations with Percona's pt-online-schema-change. Formerly known as Percona Migrator.) spec.homepage = 'https://github.com/departurerb/departure' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.7.0' spec.add_runtime_dependency 'railties', '>= 6.0.0', '!= 7.0.0', '< 7.2.0' spec.add_runtime_dependency 'activerecord', '>= 6.0.0', '!= 7.0.0', '< 7.2.0' spec.add_runtime_dependency 'mysql2', '>= 0.4.0', '< 0.6.0' spec.add_development_dependency 'appraisal', '~> 2.4.1' spec.add_development_dependency 'rake', '>= 10.0' spec.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0' spec.add_development_dependency 'rspec-its', '~> 1.2' spec.add_development_dependency 'pry-byebug' spec.add_development_dependency 'climate_control', '~> 0.0.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
departure-6.7.0 | departure.gemspec |