Sha256: 32091450c87b8e2245f2a382f8412b5287ebbbe08f8f74b74cce9be75c061ab7
Contents?: true
Size: 771 Bytes
Versions: 2
Compression:
Stored size: 771 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "birdbath/version" Gem::Specification.new do |s| s.name = "birdbath" s.version = Birdbath::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Micah Alles"] s.email = ["micah@atomicobject.com"] s.homepage = "http://github.com/atomicobject/birdbath" s.summary = %q{A Rails gem for testing migrations} s.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 s.rubyforge_project = "birdbath" s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
birdbath-1.3.5 | birdbath.gemspec |
birdbath-1.3.4 | birdbath.gemspec |