# -*- encoding: utf-8 -*- # stub: plugin_migrations 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "plugin_migrations".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Pfeifer, Neil Abraham".freeze] s.date = "2012-11-09" s.email = "info@pluginaweek.org".freeze s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/plugin_migrations.rb".freeze, "lib/plugin_migrations/extensions/plugin.rb".freeze, "lib/plugin_migrations/extensions/schema_statements.rb".freeze, "lib/plugin_migrations/migrator.rb".freeze, "tasks/plugin_migrations_tasks.rake".freeze, "test/app_root/app/models/article.rb".freeze, "test/app_root/app/models/author.rb".freeze, "test/app_root/app/models/comment.rb".freeze, "test/app_root/app/models/company.rb".freeze, "test/app_root/app/models/employee.rb".freeze, "test/app_root/app/models/plugin_schema_info.rb".freeze, "test/app_root/app/models/schema_info.rb".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/db_bak/migrate/001_migrate_plugin_with_migrations_to_version_2.rb".freeze, "test/app_root/db_bak/migrate/002_migrate_second_plugin_with_migrations_to_version_1.rb".freeze, "test/app_root/vendor/plugins/plugin_with_migrations/db/migrate/001_create_companies.rb".freeze, "test/app_root/vendor/plugins/plugin_with_migrations/db/migrate/002_create_employees.rb".freeze, "test/app_root/vendor/plugins/plugin_with_migrations/init.rb".freeze, "test/app_root/vendor/plugins/plugin_with_migrations/test/fixtures/companies.yml".freeze, "test/app_root/vendor/plugins/plugin_with_migrations/test/fixtures/employees.yml".freeze, "test/app_root/vendor/plugins/plugin_with_no_db/init.rb".freeze, "test/app_root/vendor/plugins/plugin_with_no_migrations/db/empty".freeze, "test/app_root/vendor/plugins/plugin_with_no_migrations/init.rb".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/001_create_authors.rb".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/002_create_articles.rb".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/db/migrate/003_create_comments.rb".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/init.rb".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/test/fixtures/articles.yml".freeze, "test/app_root/vendor/plugins/second_plugin_with_migrations/test/fixtures/authors.yml".freeze, "test/functional/plugin_migration_generator_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/migrator_test.rb".freeze, "test/unit/plugin_migrations_test.rb".freeze, "test/unit/plugin_test.rb".freeze, "test/unit/schema_statements_test.rb".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Adds support for plugin-based migrations".freeze end