--- !ruby/object:Gem::Specification name: migrant version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - Pascal Houliston autorequire: bindir: bin cert_chain: [] date: 2010-10-28 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: ansi prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version segments: - 1 - 2 - 2 version: 1.2.2 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: turn prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version segments: - 0 - 8 - 1 version: 0.8.1 type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: sqlite3-ruby prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id004 - !ruby/object:Gem::Dependency name: simplecov prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 3 - 5 version: 0.3.5 type: :development version_requirements: *id005 - !ruby/object:Gem::Dependency name: activerecord prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 3 - 0 - 0 version: 3.0.0 type: :runtime version_requirements: *id006 - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 3 - 0 - 0 version: 3.0.0 type: :runtime version_requirements: *id007 description: Migrant gives you a super-clean DSL to describe your ActiveRecord models (somewhat similar to DataMapper) and generates all your migrations for you so you can spend more time coding the stuff that counts! email: 101pascal@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - lib/datatype/base.rb - lib/datatype/boolean.rb - lib/datatype/currency.rb - lib/datatype/date.rb - lib/datatype/float.rb - lib/datatype/foreign_key.rb - lib/datatype/hash.rb - lib/datatype/polymorphic.rb - lib/datatype/range.rb - lib/datatype/string.rb - lib/datatype/symbol.rb - lib/datatype/time.rb - lib/generators/migrations.rb - lib/migrant.rb - lib/migrant/migration_generator.rb - lib/migrant/model_extensions.rb - lib/migrant/schema.rb - lib/railtie.rb - lib/tasks/db.rake - migrant.gemspec - test/additional_models/review.rb - test/helper.rb - test/rails_app/.gitignore - test/rails_app/README - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/business.rb - test/rails_app/app/models/business_category.rb - test/rails_app/app/models/category.rb - test/rails_app/app/models/customer.rb - test/rails_app/app/models/user.rb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/lib/tasks/.gitkeep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/script/rails - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/vendor/plugins/.gitkeep - test/test_data_schema.rb - test/test_migration_generator.rb - test/verified_output/migrations/business_id.rb - test/verified_output/migrations/create_business_categories.rb - test/verified_output/migrations/create_businesses.rb - test/verified_output/migrations/create_categories.rb - test/verified_output/migrations/create_reviews.rb - test/verified_output/migrations/create_users.rb - test/verified_output/migrations/estimated_value_notes.rb - test/verified_output/migrations/landline.rb has_rdoc: true homepage: http://github.com/pascalh1011/migrant licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: All the fun of ActiveRecord, without writing your migrations, and a dash of mocking. test_files: - test/additional_models/review.rb - test/test_migration_generator.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/models/business.rb - test/rails_app/app/models/user.rb - test/rails_app/app/models/category.rb - test/rails_app/app/models/business_category.rb - test/rails_app/app/models/customer.rb - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environment.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/routes.rb - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/verified_output/migrations/estimated_value_notes.rb - test/verified_output/migrations/landline.rb - test/verified_output/migrations/create_reviews.rb - test/verified_output/migrations/create_businesses.rb - test/verified_output/migrations/create_users.rb - test/verified_output/migrations/create_business_categories.rb - test/verified_output/migrations/create_categories.rb - test/verified_output/migrations/business_id.rb - test/helper.rb - test/test_data_schema.rb