Sha256: 8ac1c66014e079deb5aa922045bb51361bebe6c6a00702521921d7f17736faf1

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

Gem::Specification.new "migration_tools", "0.3.0" do |s|
  s.description = "Rake tasks for Rails that add groups to migrations"
  s.summary  = "Encourage migrations that do not require downtime"
  s.homepage = "http://github.com/morten/migration_tools"
  s.license = "MIT"
  s.email = "morten@zendesk.com"
  s.authors = ["Morten Primdahl"]
  s.files = `git ls-files`.split("\n")
  s.license = "MIT"
  s.add_runtime_dependency "activerecord"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
migration_tools-0.3.0 migration_tools.gemspec