inline_forms 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/inline_forms CHANGED
@@ -31,22 +31,6 @@ Options:
31
31
 
32
32
  "
33
33
 
34
- ### Nasty stuff needed for Windows :-( ###
35
- #if Config::CONFIG["arch"] =~ /win32/
36
- # require "win32/registry"
37
- # def system(command)
38
- # win = Win32API.new("crtdll", "system", ['P'], 'L').Call(command)
39
- # end
40
- #end
41
- ### end nasty stuff ###
42
-
43
-
44
- def command(*s)
45
- com = s.join(' ')
46
- puts "--> #{com}"
47
- ok = system(com)
48
- exit(1) unless ok
49
- end
50
34
 
51
35
  skip_db_setup = false
52
36
 
@@ -139,8 +123,8 @@ end
139
123
 
140
124
  puts "\nDevise install..."
141
125
  system('bundle exec rails g devise:install')
142
- puts "\nDevise User model install..."
143
- system('bundle exec rails g devise User')
126
+ puts "\nDevise User model install with added name field..."
127
+ system('bundle exec rails g devise User name:string')
144
128
  puts "\nInstall ckeditor..."
145
129
  system('bundle exec rails g ckeditor:install')
146
130
  puts "Create config file in app/assets/javascripts/ckeditor/config.js"
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
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: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares