# -*- encoding: utf-8 -*- # stub: visual_migrate 4.1.7.0 ruby lib Gem::Specification.new do |s| s.name = "visual_migrate".freeze s.version = "4.1.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jun'ya Shimoda(JironBach)".freeze] s.date = "2014-11-16" s.description = "Brings easy way to edit migration files of Ruby on Rails.".freeze s.email = ["jironbach@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/images/visual_migrate/bg_pagetop.gif".freeze, "app/assets/javascripts/common.js".freeze, "app/assets/javascripts/jquery.cookie.js".freeze, "app/assets/javascripts/jquery.js".freeze, "app/assets/javascripts/visual_migrate/application.js".freeze, "app/assets/javascripts/visual_migrate/dialog.js".freeze, "app/assets/javascripts/visual_migrate/index.js".freeze, "app/assets/javascripts/vm-application.js".freeze, "app/assets/stylesheets/visual_migrate/application.css".freeze, "app/assets/stylesheets/visual_migrate/dialog.css".freeze, "app/assets/stylesheets/visual_migrate/index.css".freeze, "app/assets/stylesheets/vm-application.css".freeze, "app/assets/stylesheets/vm-common.css".freeze, "app/assets/template/sim003_blue.zip".freeze, "app/assets/template/sim003_blue/src/css/common.css".freeze, "app/assets/template/sim003_blue/src/images/bg_pagetop.gif".freeze, "app/assets/template/sim003_blue/src/index.html".freeze, "app/assets/template/sim003_blue/src/js/common.js".freeze, "app/assets/template/sim003_blue/src/js/jquery.js".freeze, "app/controllers/visual_migrate/application_controller.rb".freeze, "app/controllers/visual_migrate/dialog_controller.rb".freeze, "app/controllers/visual_migrate/index_controller.rb".freeze, "app/helpers/visual_migrate/application_helper.rb".freeze, "app/helpers/visual_migrate/dialog_helper.rb".freeze, "app/helpers/visual_migrate/index_helper.rb".freeze, "app/models/schema_migration.rb".freeze, "app/views/layouts/visual_migrate/_columns.html.erb".freeze, "app/views/layouts/visual_migrate/_func_add_column.html.erb".freeze, "app/views/layouts/visual_migrate/_func_add_index.html.erb".freeze, "app/views/layouts/visual_migrate/_func_add_timestamps.html.erb".freeze, "app/views/layouts/visual_migrate/_func_change_column.html.erb".freeze, "app/views/layouts/visual_migrate/_func_change_column_default.html.erb".freeze, "app/views/layouts/visual_migrate/_func_create_table.html.erb".freeze, "app/views/layouts/visual_migrate/_func_drop_table.html.erb".freeze, "app/views/layouts/visual_migrate/_func_remove_column.html.erb".freeze, "app/views/layouts/visual_migrate/_func_remove_index.html.erb".freeze, "app/views/layouts/visual_migrate/_func_remove_timestamps.html.erb".freeze, "app/views/layouts/visual_migrate/_func_rename_column.html.erb".freeze, "app/views/layouts/visual_migrate/_func_rename_index.html.erb".freeze, "app/views/layouts/visual_migrate/_func_rename_table.html.erb".freeze, "app/views/layouts/visual_migrate/_migration_class.html.erb".freeze, "app/views/layouts/visual_migrate/_migration_method.html.erb".freeze, "app/views/layouts/visual_migrate/application.html.erb".freeze, "app/views/layouts/visual_migrate/dialog.html.erb".freeze, "app/views/visual_migrate/dialog/add_new_func.html.erb".freeze, "app/views/visual_migrate/index/_section_migrations.html.erb".freeze, "app/views/visual_migrate/index/_section_tables.html.erb".freeze, "app/views/visual_migrate/index/command_line.html.erb".freeze, "app/views/visual_migrate/index/direct_edit.html.erb".freeze, "app/views/visual_migrate/index/edit_migration.html.erb".freeze, "app/views/visual_migrate/index/modify_table.html.erb".freeze, "config/routes.rb".freeze, "lib/class_filter.rb".freeze, "lib/func_filter.rb".freeze, "lib/method_filter.rb".freeze, "lib/migration_defs.rb".freeze, "lib/tasks/visual-migrate_tasks.rake".freeze, "lib/tasks/visual_migrate_tasks.rake".freeze, "lib/visual_migrate.rb".freeze, "lib/visual_migrate/activerecord.rb".freeze, "lib/visual_migrate/engine.rb".freeze, "lib/visual_migrate/migration.rb".freeze, "lib/visual_migrate/version.rb".freeze, "lib/visual_migrate_ripper.rb".freeze, "test/dummy/Gemfile".freeze, "test/dummy/Gemfile.lock".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/index.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/index.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/index_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/index_helper.rb".freeze, "test/dummy/app/models/test_table.rb".freeze, "test/dummy/app/views/index/index.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/20131006135044_create_test_tables.rb".freeze, "test/dummy/db/migrate/20131007030825_add_column_test_table.rb".freeze, "test/dummy/db/migrate/20131026214458_rename_column_test_table.rb".freeze, "test/dummy/db/migrate/20131030105601_change_column_test.rb".freeze, "test/dummy/db/migrate/20131104225745_index_test.rb".freeze, "test/dummy/db/migrate/20131105025821_rename_index_test.rb".freeze, "test/dummy/db/migrate/20131105042853_remove_timestamps_test.rb".freeze, "test/dummy/db/migrate/20140426172335_allow_change_column_null.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/index.html.bak".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0a9126be05e74d1b89f024c687b7dbfd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0b682b760de6f7c47a7236f024fee55d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0e059cd92931990c10b6c5b78014ec92".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1ca61c0f83cf1cda3de0ad633721c2ba".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1cfd8251d42efec981eaf4703608990a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/272853fd0642f08e38174a609a2be457".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2aff43fdd4d59cb6a75288268ec363ee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2c853768baf811357d81d41bdfd05dcf".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/314d48e543146f617c4d3439a4d8d40d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3cb582b58b9b4f2c344e0997730d42b5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/42ad84505ad8dfc0a4a724e8c889c607".freeze, "test/dummy/tmp/cache/assets/development/sprockets/576fe10a40538bd3999a2b1b3fe334d1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5793e837a2934ce3b84aac8785a874ce".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5a9053557c1035de31eb2162db5b9d34".freeze, "test/dummy/tmp/cache/assets/development/sprockets/65048e3e4fd096e06f7ca69a5af7ab9f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6f7dfedc6e14ea8772e0284497539f90".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7999e525c88173c1beb785f002effc1d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7d48e39953ffcdd70751e98d08d1282c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959".freeze, "test/dummy/tmp/cache/assets/development/sprockets/81e2c910780674208531de16d24b4c3a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/85a0730416bef6fb4dad85a65f458270".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a093237e72888c88a730f537a544e03b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a7c148cd78906c44016fdeb236569b5b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bc861e6c5df70d42dcf432bf5ba10b55".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c00bfe3da0096cbd0434a6c66262fe23".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c78109332f6461183a94718da0068da6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cee8c6b09c33d2b276753e959712724e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df600f50f002512c95d93bcfbab891ed".freeze, "test/dummy/tmp/cache/assets/development/sprockets/eb7b0ec5bff36142ba070d1a39e194b1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034".freeze, "test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae".freeze, "test/dummy/tmp/restart.txt".freeze, "test/dummy/tmp/visual_migrate_tmp.rb".freeze] s.homepage = "https://github.com/JironBach/visual_migrate".freeze s.licenses = ["MIT".freeze, "GPL-2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Visual editor for migration files of Ruby on Rails.".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/index.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/index.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/index_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/index_helper.rb".freeze, "test/dummy/app/models/test_table.rb".freeze, "test/dummy/app/views/index/index.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/migrate/20131006135044_create_test_tables.rb".freeze, "test/dummy/db/migrate/20131007030825_add_column_test_table.rb".freeze, "test/dummy/db/migrate/20131026214458_rename_column_test_table.rb".freeze, "test/dummy/db/migrate/20131030105601_change_column_test.rb".freeze, "test/dummy/db/migrate/20131104225745_index_test.rb".freeze, "test/dummy/db/migrate/20131105025821_rename_index_test.rb".freeze, "test/dummy/db/migrate/20131105042853_remove_timestamps_test.rb".freeze, "test/dummy/db/migrate/20140426172335_allow_change_column_null.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/Gemfile".freeze, "test/dummy/Gemfile.lock".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/index.html.bak".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0a9126be05e74d1b89f024c687b7dbfd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0b682b760de6f7c47a7236f024fee55d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0e059cd92931990c10b6c5b78014ec92".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/19bf9cd3f01562cdecb4b5c825c8f36d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1ca61c0f83cf1cda3de0ad633721c2ba".freeze, "test/dummy/tmp/cache/assets/development/sprockets/1cfd8251d42efec981eaf4703608990a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/272853fd0642f08e38174a609a2be457".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2aff43fdd4d59cb6a75288268ec363ee".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2c853768baf811357d81d41bdfd05dcf".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/314d48e543146f617c4d3439a4d8d40d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3cb582b58b9b4f2c344e0997730d42b5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/42ad84505ad8dfc0a4a724e8c889c607".freeze, "test/dummy/tmp/cache/assets/development/sprockets/576fe10a40538bd3999a2b1b3fe334d1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5793e837a2934ce3b84aac8785a874ce".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5a9053557c1035de31eb2162db5b9d34".freeze, "test/dummy/tmp/cache/assets/development/sprockets/65048e3e4fd096e06f7ca69a5af7ab9f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6f7dfedc6e14ea8772e0284497539f90".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7999e525c88173c1beb785f002effc1d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7d48e39953ffcdd70751e98d08d1282c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7ddca3ef38a810d93ddc026ee5fa7959".freeze, "test/dummy/tmp/cache/assets/development/sprockets/81e2c910780674208531de16d24b4c3a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/85a0730416bef6fb4dad85a65f458270".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a093237e72888c88a730f537a544e03b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a7c148cd78906c44016fdeb236569b5b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bc861e6c5df70d42dcf432bf5ba10b55".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c00bfe3da0096cbd0434a6c66262fe23".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c78109332f6461183a94718da0068da6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cee8c6b09c33d2b276753e959712724e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d990155237ca59ccb96cf2253f8059ae".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df600f50f002512c95d93bcfbab891ed".freeze, "test/dummy/tmp/cache/assets/development/sprockets/eb7b0ec5bff36142ba070d1a39e194b1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034".freeze, "test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae".freeze, "test/dummy/tmp/restart.txt".freeze, "test/dummy/tmp/visual_migrate_tmp.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end