--- !ruby/object:Gem::Specification name: plugin_migrations version: !ruby/object:Gem::Version version: 0.1.2 prerelease: platform: ruby authors: - Aaron Pfeifer, Neil Abraham autorequire: bindir: bin cert_chain: [] date: 2012-11-09 00:00:00.000000000 Z dependencies: [] description: email: info@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/plugin_migrations.rb - lib/plugin_migrations/migrator.rb - lib/plugin_migrations/extensions/plugin.rb - lib/plugin_migrations/extensions/schema_statements.rb - tasks/plugin_migrations_tasks.rake - test/test_helper.rb - test/app_root/vendor/plugins/plugin_with_no_migrations/init.rb - test/app_root/vendor/plugins/plugin_with_no_migrations/db/empty - test/app_root/vendor/plugins/plugin_with_migrations/init.rb - test/app_root/vendor/plugins/plugin_with_migrations/test/fixtures/employees.yml - test/app_root/vendor/plugins/plugin_with_migrations/test/fixtures/companies.yml - test/app_root/vendor/plugins/plugin_with_migrations/db/migrate/002_create_employees.rb - test/app_root/vendor/plugins/plugin_with_migrations/db/migrate/001_create_companies.rb - test/app_root/vendor/plugins/plugin_with_no_db/init.rb - test/app_root/vendor/plugins/second_plugin_with_migrations/init.rb - test/app_root/vendor/plugins/second_plugin_with_migrations/test/fixtures/authors.yml - test/app_root/vendor/plugins/second_plugin_with_migrations/test/fixtures/articles.yml - test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/002_create_articles.rb - test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/001_create_authors.rb - test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/003_create_comments.rb - test/app_root/config/environment.rb - test/app_root/app/models/employee.rb - test/app_root/app/models/plugin_schema_info.rb - test/app_root/app/models/author.rb - test/app_root/app/models/company.rb - test/app_root/app/models/article.rb - test/app_root/app/models/comment.rb - test/app_root/app/models/schema_info.rb - test/app_root/db_bak/migrate/001_migrate_plugin_with_migrations_to_version_2.rb - test/app_root/db_bak/migrate/002_migrate_second_plugin_with_migrations_to_version_1.rb - test/unit/plugin_test.rb - test/unit/migrator_test.rb - test/unit/plugin_migrations_test.rb - test/unit/schema_statements_test.rb - test/functional/plugin_migration_generator_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README homepage: 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' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.7.2 signing_key: specification_version: 3 summary: Adds support for plugin-based migrations test_files: []