inline_forms 1.3.18 → 1.3.19

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.
@@ -144,12 +144,8 @@ puts "Paper_trail install..."
144
144
  system('bundle exec rails g paper_trail:install')
145
145
 
146
146
 
147
- if skip_db_setup
148
- puts "Migrations skipped on your request!\n"
149
- else
150
- puts "Migrating Devise and Versions"
151
- system('bundle exec rake db:migrate')
152
- end
147
+ puts "Migrating Devise and Versions"
148
+ system('bundle exec rake db:migrate')
153
149
 
154
150
  puts "Creating header in app/views/inline_forms/_header.html.erb...\n"
155
151
  header_src = "
@@ -179,7 +175,7 @@ module ApplicationHelper
179
175
  end
180
176
  end
181
177
  "
182
- #File.open( 'app/helpers/application_helper.rb', 'w') {|f| f.write(app_helper) }
178
+ File.open( 'app/helpers/application_helper.rb', 'w') {|f| f.write(app_helper) }
183
179
 
184
180
 
185
181
  #puts "Injecting precompile assets stuff in production.rb...\n"
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.3.18"
3
+ VERSION = "1.3.19"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.18
4
+ version: 1.3.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: