visual_migrate 4.0.1.4 → 4.0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ class CreateTestTables < ActiveRecord::Migration
2
+ def change
3
+ create_table(:test_tables, :primary_key => "id", :options => "", :force => (false)) do |t|
4
+ t.timestamps
5
+ t.string(:title, :limit => 64, :default => "abc", :null => (false))
6
+ t.text(:contents)
7
+ end
8
+ end
9
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: visual_migrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.4
4
+ version: 4.0.1.5
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: 2013-11-20 00:00:00.000000000 Z
11
+ date: 2013-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -269,6 +269,7 @@ files:
269
269
  - test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034
270
270
  - test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae
271
271
  - test/dummy/tmp/restart.txt
272
+ - test/dummy/tmp/visual_migrate_tmp.rb
272
273
  homepage: https://github.com/JironBach/visual_migrate
273
274
  licenses:
274
275
  - MIT
@@ -382,3 +383,4 @@ test_files:
382
383
  - test/dummy/tmp/cache/assets/development/sprockets/f898358aceb33227eb4403237acca034
383
384
  - test/dummy/tmp/cache/assets/development/sprockets/fc7201c6cbef32453aa4175c520c8eae
384
385
  - test/dummy/tmp/restart.txt
386
+ - test/dummy/tmp/visual_migrate_tmp.rb