zero_downtime_migrations.gemspec
Gem::Specification.new do |s|
s.author = "LendingHome"
s.email = "github@lendinghome.com"
s.extra_rdoc_files = %w(LICENSE)
s.files = `git ls-files`.split("\n")
s.homepage = "https://github.com/lendinghome/zero_downtime_migrations"
s.license = "MIT"
s.name = "zero_downtime_migrations"
s.rdoc_options = %w(--charset=UTF-8 --inline-source --line-numbers --main README.md)
s.require_paths = %w(lib)
s.required_ruby_version = ">= 2.0.0"
s.summary = "Zero downtime migrations with ActiveRecord and PostgreSQL"
s.test_files = `git ls-files -- spec/*`.split("\n")
s.version = "0.0.7"
s.add_dependency "activerecord"
end