visual_migrate 4.1.0.0 → 4.1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62ec973bfce772df5756dee5f361b37bb43b2f7a
4
- data.tar.gz: a4bb1e2447568d9ce99462942f2748ab95326b2d
3
+ metadata.gz: 7a311c19ad70a9c9f35839278971cf93cecb2a4d
4
+ data.tar.gz: 2b0e8de834d3001e60914f65540d9e92beae4b56
5
5
  SHA512:
6
- metadata.gz: 390fce32805d252376a352ddfd8753c8d685ae910576f1fcc66c7a4fca29bb6185b936bbcf82407f88dd1c1cb0a179f079a06c077c503b4db1a92d26677b25a3
7
- data.tar.gz: d92ab52f318bd4e83a44dc6879d4704b9b0e5dd4e8729ec646579293649943b4994cfe876f07271f69f42e5a7be617bce78d6cf7ea20393e749e335922c3bc7d
6
+ metadata.gz: 70cc1aa0044539388f02d444aa0a870a7bfc69bc888539b47c797dc1f21cbe49a72cc1426cfdbeef47a47a6ba2004e7a903c5ed728d48e2675d1d95dda1cf3e4
7
+ data.tar.gz: 394a123ffce48b6aa01b34f99df6bdc1bcea926fc58970a325f4352879c2361a2f35f43ba0d4019ce024dec107e5a154d70268f7334dbcfb89e03087f8948146
@@ -1,3 +1,3 @@
1
1
  module VisualMigrate
2
- VERSION = "4.1.0.0"
2
+ VERSION = "4.1.7.0"
3
3
  end
@@ -10803,3 +10803,95 @@ Completed 200 OK in 37ms (Views: 27.6ms | ActiveRecord: 2.6ms)
10803
10803
 
10804
10804
 
10805
10805
  Started GET "/assets/jquery.js?body=1" for 192.168.204.1 at 2014-04-27 03:28:01 +0900
10806
+
10807
+
10808
+ Started GET "/" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10809
+ Processing by IndexController#index as HTML
10810
+ Rendered index/index.html.erb within layouts/application (3.5ms)
10811
+ Completed 200 OK in 121ms (Views: 119.7ms | ActiveRecord: 0.4ms)
10812
+
10813
+
10814
+ Started GET "/assets/application.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10815
+
10816
+
10817
+ Started GET "/assets/index.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10818
+
10819
+
10820
+ Started GET "/assets/index.js?body=1" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10821
+
10822
+
10823
+ Started GET "/assets/application.js?body=1" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10824
+
10825
+
10826
+ Started GET "/assets/common.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:42 +0900
10827
+
10828
+ ActionController::RoutingError (No route matches [GET] "/assets/common.css"):
10829
+ actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10830
+ actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10831
+ railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
10832
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
10833
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10834
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
10835
+ activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
10836
+ railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
10837
+ actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10838
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
10839
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
10840
+ activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
10841
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
10842
+ actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
10843
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
10844
+ railties (4.1.0) lib/rails/engine.rb:514:in `call'
10845
+ railties (4.1.0) lib/rails/application.rb:144:in `call'
10846
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
10847
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
10848
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
10849
+ /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10850
+ /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10851
+ /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10852
+
10853
+
10854
+ Rendered /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
10855
+ Rendered /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
10856
+ Rendered /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
10857
+ Rendered /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (36.2ms)
10858
+ Rendered /Users/js/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (93.8ms)
10859
+
10860
+
10861
+ Started GET "/visual_migrate/" for 192.168.204.1 at 2014-04-29 20:44:45 +0900
10862
+ Processing by VisualMigrate::IndexController#index as HTML
10863
+ Rendered /Users/js/work/visual_migrate/app/views/visual_migrate/index/edit_migration.html.erb within layouts/visual_migrate/application (0.6ms)
10864
+ SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20140426172335' LIMIT 1
10865
+ SchemaMigration Load (0.4ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131105042853' LIMIT 1
10866
+ SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131105025821' LIMIT 1
10867
+ SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131104225745' LIMIT 1
10868
+ SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131030105601' LIMIT 1
10869
+ SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131026214458' LIMIT 1
10870
+ SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131007030825' LIMIT 1
10871
+ SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20131006135044' LIMIT 1
10872
+ Rendered /Users/js/work/visual_migrate/app/views/visual_migrate/index/_section_migrations.html.erb (201.4ms)
10873
+ Completed 200 OK in 382ms (Views: 279.1ms | ActiveRecord: 101.8ms)
10874
+
10875
+
10876
+ Started GET "/assets/visual_migrate/dialog.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10877
+
10878
+
10879
+ Started GET "/assets/vm-application.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10880
+
10881
+
10882
+ Started GET "/assets/visual_migrate/index.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10883
+
10884
+
10885
+ Started GET "/assets/vm-common.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10886
+
10887
+
10888
+ Started GET "/assets/visual_migrate/application.css?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10889
+
10890
+
10891
+ Started GET "/assets/vm-application.js?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10892
+
10893
+
10894
+ Started GET "/assets/jquery.js?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
10895
+
10896
+
10897
+ Started GET "/assets/jquery.cookie.js?body=1" for 192.168.204.1 at 2014-04-29 20:44:46 +0900
metadata CHANGED
@@ -1,111 +1,111 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visual_migrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0.0
4
+ version: 4.1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun'ya Shimoda(JironBach)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-26 00:00:00.000000000 Z
11
+ date: 2014-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ruby_parser
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: file-tail
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: sourcify
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: ruby2ruby
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jquery-ui-rails
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: systemu
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  description: Brings easy way to edit migration files of Ruby on Rails.
@@ -115,6 +115,9 @@ executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
+ - MIT-LICENSE
119
+ - README.rdoc
120
+ - Rakefile
118
121
  - app/assets/images/visual_migrate/bg_pagetop.gif
119
122
  - app/assets/javascripts/common.js
120
123
  - app/assets/javascripts/jquery.cookie.js
@@ -128,12 +131,12 @@ files:
128
131
  - app/assets/stylesheets/visual_migrate/index.css
129
132
  - app/assets/stylesheets/vm-application.css
130
133
  - app/assets/stylesheets/vm-common.css
134
+ - app/assets/template/sim003_blue.zip
131
135
  - app/assets/template/sim003_blue/src/css/common.css
132
136
  - app/assets/template/sim003_blue/src/images/bg_pagetop.gif
133
137
  - app/assets/template/sim003_blue/src/index.html
134
138
  - app/assets/template/sim003_blue/src/js/common.js
135
139
  - app/assets/template/sim003_blue/src/js/jquery.js
136
- - app/assets/template/sim003_blue.zip
137
140
  - app/controllers/visual_migrate/application_controller.rb
138
141
  - app/controllers/visual_migrate/dialog_controller.rb
139
142
  - app/controllers/visual_migrate/index_controller.rb
@@ -173,15 +176,16 @@ files:
173
176
  - lib/migration_defs.rb
174
177
  - lib/tasks/visual-migrate_tasks.rake
175
178
  - lib/tasks/visual_migrate_tasks.rake
179
+ - lib/visual_migrate.rb
176
180
  - lib/visual_migrate/activerecord.rb
177
181
  - lib/visual_migrate/engine.rb
178
182
  - lib/visual_migrate/migration.rb
179
183
  - lib/visual_migrate/version.rb
180
- - lib/visual_migrate.rb
181
184
  - lib/visual_migrate_ripper.rb
182
- - MIT-LICENSE
183
- - Rakefile
184
- - README.rdoc
185
+ - test/dummy/Gemfile
186
+ - test/dummy/Gemfile.lock
187
+ - test/dummy/README.rdoc
188
+ - test/dummy/Rakefile
185
189
  - test/dummy/app/assets/javascripts/application.js
186
190
  - test/dummy/app/assets/javascripts/index.js
187
191
  - test/dummy/app/assets/stylesheets/application.css
@@ -196,6 +200,7 @@ files:
196
200
  - test/dummy/bin/bundle
197
201
  - test/dummy/bin/rails
198
202
  - test/dummy/bin/rake
203
+ - test/dummy/config.ru
199
204
  - test/dummy/config/application.rb
200
205
  - test/dummy/config/boot.rb
201
206
  - test/dummy/config/database.yml
@@ -212,7 +217,6 @@ files:
212
217
  - test/dummy/config/initializers/wrap_parameters.rb
213
218
  - test/dummy/config/locales/en.yml
214
219
  - test/dummy/config/routes.rb
215
- - test/dummy/config.ru
216
220
  - test/dummy/db/migrate/20131006135044_create_test_tables.rb
217
221
  - test/dummy/db/migrate/20131007030825_add_column_test_table.rb
218
222
  - test/dummy/db/migrate/20131026214458_rename_column_test_table.rb
@@ -223,16 +227,12 @@ files:
223
227
  - test/dummy/db/migrate/20140426172335_allow_change_column_null.rb
224
228
  - test/dummy/db/schema.rb
225
229
  - test/dummy/db/seeds.rb
226
- - test/dummy/Gemfile
227
- - test/dummy/Gemfile.lock
228
230
  - test/dummy/log/development.log
229
231
  - test/dummy/public/404.html
230
232
  - test/dummy/public/422.html
231
233
  - test/dummy/public/500.html
232
234
  - test/dummy/public/favicon.ico
233
235
  - test/dummy/public/index.html.bak
234
- - test/dummy/Rakefile
235
- - test/dummy/README.rdoc
236
236
  - test/dummy/tmp/cache/assets/development/sprockets/0a9126be05e74d1b89f024c687b7dbfd
237
237
  - test/dummy/tmp/cache/assets/development/sprockets/0b682b760de6f7c47a7236f024fee55d
238
238
  - test/dummy/tmp/cache/assets/development/sprockets/0e059cd92931990c10b6c5b78014ec92
@@ -285,17 +285,17 @@ require_paths:
285
285
  - lib
286
286
  required_ruby_version: !ruby/object:Gem::Requirement
287
287
  requirements:
288
- - - '>='
288
+ - - ">="
289
289
  - !ruby/object:Gem::Version
290
290
  version: '0'
291
291
  required_rubygems_version: !ruby/object:Gem::Requirement
292
292
  requirements:
293
- - - '>='
293
+ - - ">="
294
294
  - !ruby/object:Gem::Version
295
295
  version: '0'
296
296
  requirements: []
297
297
  rubyforge_project:
298
- rubygems_version: 2.1.11
298
+ rubygems_version: 2.2.2
299
299
  signing_key:
300
300
  specification_version: 4
301
301
  summary: Visual editor for migration files of Ruby on Rails.