--- !ruby/object:Gem::Specification
name: standalone_migrations
version: !ruby/object:Gem::Version
  version: 1.0.11
  prerelease: 
platform: ruby
authors:
- Todd Huss
- Michael Grosser
autorequire: 
bindir: bin
cert_chain: []
date: 2012-09-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: activerecord
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '3'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '3'
description: 
email: thuss@gabrito.com
executables: []
extensions: []
extra_rdoc_files:
- README.markdown
files:
- Gemfile
- Gemfile.lock
- MIT-LICENSE
- README.markdown
- Rakefile
- VERSION
- lib/standalone_migrations/configurator.rb
- lib/tasks/standalone_migrations.rb
- spec/spec_helper.rb
- spec/standalone_migrations/configurator_spec.rb
- spec/standalone_migrations_spec.rb
- standalone_migrations.gemspec
- vendor/migration_helpers/MIT-LICENSE
- vendor/migration_helpers/README.markdown
- vendor/migration_helpers/init.rb
- vendor/migration_helpers/lib/migration_helper.rb
homepage: http://github.com/thuss/standalone-migrations
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: 2359183274081779188
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: A thin wrapper to use Rails Migrations in non Rails projects
test_files: []