--- !ruby/object:Gem::Specification name: visual_migrate version: !ruby/object:Gem::Version version: 4.0.1.6 platform: ruby authors: - Jun'ya Shimoda(JironBach) autorequire: bindir: bin cert_chain: [] date: 2013-12-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 4.0.0 - !ruby/object:Gem::Dependency name: ruby_parser requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: file-tail requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sourcify requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ruby2ruby requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: jquery-ui-rails requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: systemu requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Brings easy way to edit migration files of Ruby on Rails. email: - jironbach@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/images/visual_migrate/bg_pagetop.gif - app/assets/javascripts/common.js - app/assets/javascripts/jquery.cookie.js - app/assets/javascripts/jquery.js - app/assets/javascripts/visual_migrate/application.js - app/assets/javascripts/visual_migrate/dialog.js - app/assets/javascripts/visual_migrate/index.js - app/assets/javascripts/vm-application.js - app/assets/stylesheets/visual_migrate/application.css - app/assets/stylesheets/visual_migrate/dialog.css - app/assets/stylesheets/visual_migrate/index.css - app/assets/stylesheets/vm-application.css - app/assets/stylesheets/vm-common.css - app/assets/template/sim003_blue/src/css/common.css - app/assets/template/sim003_blue/src/images/bg_pagetop.gif - app/assets/template/sim003_blue/src/index.html - app/assets/template/sim003_blue/src/js/common.js - app/assets/template/sim003_blue/src/js/jquery.js - app/assets/template/sim003_blue.zip - app/controllers/visual_migrate/application_controller.rb - app/controllers/visual_migrate/dialog_controller.rb - app/controllers/visual_migrate/index_controller.rb - app/helpers/visual_migrate/application_helper.rb - app/helpers/visual_migrate/dialog_helper.rb - app/helpers/visual_migrate/index_helper.rb - app/models/schema_migration.rb - app/views/layouts/visual_migrate/_columns.html.erb - app/views/layouts/visual_migrate/_func_add_column.html.erb - app/views/layouts/visual_migrate/_func_add_index.html.erb - app/views/layouts/visual_migrate/_func_add_timestamps.html.erb - app/views/layouts/visual_migrate/_func_change_column.html.erb - app/views/layouts/visual_migrate/_func_change_column_default.html.erb - app/views/layouts/visual_migrate/_func_create_table.html.erb - app/views/layouts/visual_migrate/_func_drop_table.html.erb - app/views/layouts/visual_migrate/_func_remove_column.html.erb - app/views/layouts/visual_migrate/_func_remove_index.html.erb - app/views/layouts/visual_migrate/_func_remove_timestamps.html.erb - app/views/layouts/visual_migrate/_func_rename_column.html.erb - app/views/layouts/visual_migrate/_func_rename_index.html.erb - app/views/layouts/visual_migrate/_func_rename_table.html.erb - app/views/layouts/visual_migrate/_migration_class.html.erb - app/views/layouts/visual_migrate/_migration_method.html.erb - app/views/layouts/visual_migrate/application.html.erb - app/views/layouts/visual_migrate/dialog.html.erb - app/views/visual_migrate/dialog/add_new_func.html.erb - app/views/visual_migrate/index/_section_migrations.html.erb - app/views/visual_migrate/index/_section_tables.html.erb - app/views/visual_migrate/index/command_line.html.erb - app/views/visual_migrate/index/direct_edit.html.erb - app/views/visual_migrate/index/edit_migration.html.erb - app/views/visual_migrate/index/modify_table.html.erb - config/routes.rb - lib/class_filter.rb - lib/func_filter.rb - lib/method_filter.rb - lib/migration_defs.rb - lib/tasks/visual-migrate_tasks.rake - lib/tasks/visual_migrate_tasks.rake - lib/visual_migrate/activerecord.rb - lib/visual_migrate/engine.rb - lib/visual_migrate/migration.rb - lib/visual_migrate/version.rb - lib/visual_migrate.rb - lib/visual_migrate_ripper.rb - MIT-LICENSE - Rakefile - README.rdoc - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/index.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/index.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/index_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/index_helper.rb - test/dummy/app/models/test_table.rb - test/dummy/app/views/index/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/migrate/20131006135044_create_test_tables.rb - test/dummy/db/migrate/20131007030825_add_column_test_table.rb - test/dummy/db/migrate/20131026214458_rename_column_test_table.rb - test/dummy/db/migrate/20131030105601_change_column_test.rb - test/dummy/db/migrate/20131104225745_index_test.rb - test/dummy/db/migrate/20131105025821_rename_index_test.rb - test/dummy/db/migrate/20131105042853_remove_timestamps_test.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/Gemfile - test/dummy/Gemfile.lock - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/index.html.bak - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/tmp/cache/assets/development/sprockets/0a9126be05e74d1b89f024c687b7dbfd - test/dummy/tmp/cache/assets/development/sprockets/0b682b760de6f7c47a7236f024fee55d - test/dummy/tmp/cache/assets/development/sprockets/0e059cd92931990c10b6c5b78014ec92 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d - test/dummy/tmp/cache/assets/development/sprockets/1ca61c0f83cf1cda3de0ad633721c2ba - test/dummy/tmp/cache/assets/development/sprockets/272853fd0642f08e38174a609a2be457 - test/dummy/tmp/cache/assets/development/sprockets/2aff43fdd4d59cb6a75288268ec363ee - test/dummy/tmp/cache/assets/development/sprockets/2c853768baf811357d81d41bdfd05dcf - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/314d48e543146f617c4d3439a4d8d40d - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/42ad84505ad8dfc0a4a724e8c889c607 - test/dummy/tmp/cache/assets/development/sprockets/576fe10a40538bd3999a2b1b3fe334d1 - test/dummy/tmp/cache/assets/development/sprockets/5793e837a2934ce3b84aac8785a874ce - test/dummy/tmp/cache/assets/development/sprockets/5a9053557c1035de31eb2162db5b9d34 - test/dummy/tmp/cache/assets/development/sprockets/65048e3e4fd096e06f7ca69a5af7ab9f - test/dummy/tmp/cache/assets/development/sprockets/6f7dfedc6e14ea8772e0284497539f90 - test/dummy/tmp/cache/assets/development/sprockets/7999e525c88173c1beb785f002effc1d - test/dummy/tmp/cache/assets/development/sprockets/7d48e39953ffcdd70751e98d08d1282c - test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959 - test/dummy/tmp/cache/assets/development/sprockets/85a0730416bef6fb4dad85a65f458270 - test/dummy/tmp/cache/assets/development/sprockets/a093237e72888c88a730f537a544e03b - test/dummy/tmp/cache/assets/development/sprockets/a7c148cd78906c44016fdeb236569b5b - test/dummy/tmp/cache/assets/development/sprockets/bc861e6c5df70d42dcf432bf5ba10b55 - test/dummy/tmp/cache/assets/development/sprockets/c00bfe3da0096cbd0434a6c66262fe23 - test/dummy/tmp/cache/assets/development/sprockets/c78109332f6461183a94718da0068da6 - test/dummy/tmp/cache/assets/development/sprockets/cee8c6b09c33d2b276753e959712724e - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae - test/dummy/tmp/cache/assets/development/sprockets/df600f50f002512c95d93bcfbab891ed - test/dummy/tmp/cache/assets/development/sprockets/eb7b0ec5bff36142ba070d1a39e194b1 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034 - test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae - test/dummy/tmp/restart.txt - test/dummy/tmp/visual_migrate_tmp.rb homepage: https://github.com/JironBach/visual_migrate licenses: - MIT - GPL-2 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.11 signing_key: specification_version: 4 summary: Visual editor for migration files of Ruby on Rails. test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/index.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/index.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/index_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/index_helper.rb - test/dummy/app/models/test_table.rb - test/dummy/app/views/index/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/migrate/20131006135044_create_test_tables.rb - test/dummy/db/migrate/20131007030825_add_column_test_table.rb - test/dummy/db/migrate/20131026214458_rename_column_test_table.rb - test/dummy/db/migrate/20131030105601_change_column_test.rb - test/dummy/db/migrate/20131104225745_index_test.rb - test/dummy/db/migrate/20131105025821_rename_index_test.rb - test/dummy/db/migrate/20131105042853_remove_timestamps_test.rb - test/dummy/db/schema.rb - test/dummy/db/seeds.rb - test/dummy/Gemfile - test/dummy/Gemfile.lock - test/dummy/log/development.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/index.html.bak - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/tmp/cache/assets/development/sprockets/0a9126be05e74d1b89f024c687b7dbfd - test/dummy/tmp/cache/assets/development/sprockets/0b682b760de6f7c47a7236f024fee55d - test/dummy/tmp/cache/assets/development/sprockets/0e059cd92931990c10b6c5b78014ec92 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d - test/dummy/tmp/cache/assets/development/sprockets/1ca61c0f83cf1cda3de0ad633721c2ba - test/dummy/tmp/cache/assets/development/sprockets/272853fd0642f08e38174a609a2be457 - test/dummy/tmp/cache/assets/development/sprockets/2aff43fdd4d59cb6a75288268ec363ee - test/dummy/tmp/cache/assets/development/sprockets/2c853768baf811357d81d41bdfd05dcf - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/314d48e543146f617c4d3439a4d8d40d - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/42ad84505ad8dfc0a4a724e8c889c607 - test/dummy/tmp/cache/assets/development/sprockets/576fe10a40538bd3999a2b1b3fe334d1 - test/dummy/tmp/cache/assets/development/sprockets/5793e837a2934ce3b84aac8785a874ce - test/dummy/tmp/cache/assets/development/sprockets/5a9053557c1035de31eb2162db5b9d34 - test/dummy/tmp/cache/assets/development/sprockets/65048e3e4fd096e06f7ca69a5af7ab9f - test/dummy/tmp/cache/assets/development/sprockets/6f7dfedc6e14ea8772e0284497539f90 - test/dummy/tmp/cache/assets/development/sprockets/7999e525c88173c1beb785f002effc1d - test/dummy/tmp/cache/assets/development/sprockets/7d48e39953ffcdd70751e98d08d1282c - test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959 - test/dummy/tmp/cache/assets/development/sprockets/85a0730416bef6fb4dad85a65f458270 - test/dummy/tmp/cache/assets/development/sprockets/a093237e72888c88a730f537a544e03b - test/dummy/tmp/cache/assets/development/sprockets/a7c148cd78906c44016fdeb236569b5b - test/dummy/tmp/cache/assets/development/sprockets/bc861e6c5df70d42dcf432bf5ba10b55 - test/dummy/tmp/cache/assets/development/sprockets/c00bfe3da0096cbd0434a6c66262fe23 - test/dummy/tmp/cache/assets/development/sprockets/c78109332f6461183a94718da0068da6 - test/dummy/tmp/cache/assets/development/sprockets/cee8c6b09c33d2b276753e959712724e - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae - test/dummy/tmp/cache/assets/development/sprockets/df600f50f002512c95d93bcfbab891ed - test/dummy/tmp/cache/assets/development/sprockets/eb7b0ec5bff36142ba070d1a39e194b1 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034 - test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae - test/dummy/tmp/restart.txt - test/dummy/tmp/visual_migrate_tmp.rb