Sha256: 07ce98a33c565bec320b8cf0cd17feaad03f3492c7bc60c3860ce56dcfeda38c
Contents?: true
Size: 1.71 KB
Versions: 0
Compression: gzip
Compressed size: 715 Bytes
Stored size: 715 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: migration_test_helper version: !ruby/object:Gem::Version version: 1.2.0 date: 2007-02-03 00:00:00 -05:00 summary: A Rails plugin for testing migrations require_paths: - lib email: micah@atomicobject.com homepage: http://migrationtest.rubyforge.org rubyforge_project: migrationtest description: migration_test_helper 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. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Micah Alles files: - test/config - test/db - test/helper.rb - test/log - test/migration_test_helper_test.rb - test/config/database.yml - test/db/migrate_bad - test/db/migrate_good - test/db/schema.rb - test/db/migrate_bad/001_create_top_dogs.rb - test/db/migrate_good/001_create_top_dogs.rb - test/db/migrate_good/002_create_bottom_dogs.rb - test/db/migrate_good/003_create_cats.rb - lib/migration_test_helper.rb - tasks/migration_test_helper_tasks.rake - LICENSE - README - Rakefile - init.rb - install.rb - uninstall.rb test_files: [] rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: - !ruby/object:Gem::Dependency name: hoe version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.7 version: