active_column 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,9 +23,9 @@ EOF
23
23
 
24
24
  def create
25
25
  timestamp = Time.now.utc.strftime("%Y%m%d%H%M%S")
26
- template 'migration.rb.erb', "ks/migrate/#{timestamp}_#{file_name.tableize}.rb"
26
+ template 'migration.rb.erb', "ks/migrate/#{timestamp}_#{file_name.underscore}.rb"
27
27
  end
28
28
 
29
29
  end
30
30
  end
31
- end
31
+ end
@@ -1,3 +1,3 @@
1
1
  module ActiveColumn
2
- VERSION = "0.1"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- version: "0.1"
8
+ - 1
9
+ version: 0.1.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Michael Wynholds
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2010-12-29 00:00:00 -08:00
17
+ date: 2011-01-06 00:00:00 -08:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency