inline_forms 1.1.9 → 1.1.10
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.
- data/bin/inline_forms +4 -5
- data/lib/inline_forms/version.rb +1 -1
- metadata +4 -4
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 "
|
|
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
|
|
data/lib/inline_forms/version.rb
CHANGED
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:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
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-
|
|
18
|
+
date: 2011-10-30 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec-rails
|