Sha256: 1eec32b22dc3771c6859a1426576b32c8c2d2ec81a423eee5386eb70eb22285a
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks # GEM_VERSION = '1.3.3' # # Hoe.new('birdbath', GEM_VERSION) do |p| # p.author = "Micah Alles" # p.email = "micah@atomicobject.com" # p.url = "http://migrationtest.rubyforge.org" # p.summary = "A Rails plugin for testing migrations" # p.description = <<-EOS # birdbath makes testing your migrations easier by # adding helper methods to Test::Unit::TestCase for asserting the # current state of the schema and executing migrations against the # test database. # EOS # # end #
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
birdbath-1.3.5 | Rakefile |
birdbath-1.3.4 | Rakefile |