inline_forms 1.1.9 → 1.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/bin/inline_forms CHANGED
@@ -179,6 +179,9 @@ header_src = "
179
179
  FileUtils.mkdir_p 'app/views/inline_forms'
180
180
  File.open( 'app/views/inline_forms/_header.html.erb', 'w') {|f| f.write(header_src) }
181
181
 
182
+ puts "Capify...\n"
183
+ system('capify .')
184
+
182
185
  puts "Initializing git...\n"
183
186
  system('git init')
184
187
  system('echo >> .gitignore')
@@ -188,9 +191,5 @@ system('echo >> .gitignore')
188
191
  system('git add .')
189
192
  system('git commit -a -m " * Initial"')
190
193
 
191
- puts "Capify...\n"
192
- system('capify .')
193
-
194
-
195
- puts "\n\nDone! Now make your tables.\n\n\n"
194
+ puts "\n\nDone! Now make your tables with 'rails g inline_forms ...\n\n\n"
196
195
 
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.1.9"
2
+ VERSION = "1.1.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 9
10
- version: 1.1.9
9
+ - 10
10
+ version: 1.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-20 00:00:00 Z
18
+ date: 2011-10-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec-rails