Sha256: 73a28dfcecd362f9d6d40bb826bc29ed7cce2f0de6543ca8cbe0f7936d2a2c99

Contents?: true

Size: 1.85 KB

Versions: 0

Compression: gzip

Compressed size: 754 Bytes

Stored size: 754 Bytes

Contents

--- !ruby/object:Gem::Specification 
rubygems_version: 0.9.0
specification_version: 1
name: migration_test_helper
version: !ruby/object:Gem::Version 
  version: 1.3.2
date: 2007-03-31 00:00:00 -04: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: 
post_install_message: 
authors: 
- Micah Alles
files: 
- test/config
- test/db
- test/foundry_only_helper.rb
- test/full_migration_test_generator_test.rb
- test/helper.rb
- test/log
- test/migration_test_generator_test.rb
- 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: 

Package Spec version

migration_test_helper-1.3.2