inline_forms 1.3.22 → 1.3.23

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 CHANGED
@@ -182,13 +182,12 @@ puts "Injecting precompile assets stuff in production.rb...\n"
182
182
  precomp = "
183
183
  \n
184
184
  \n
185
- #
186
- # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)\n
187
- #{app_name}::Application.configure do\n
188
- config.assets.precompile += %w( inline_forms_application.js inline_forms_application.css devise.css )\n
189
- end\n
185
+ # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
186
+ #{app_name}::Application.configure do
187
+ config.assets.precompile += %w( inline_forms_application.js inline_forms_application.css devise.css )
188
+ end
190
189
  \n"
191
- File.open( 'config/environments/production.rb', 'w') {|f| f.write(precomp) }
190
+ File.open( 'config/environments/production.rb', 'a') {|f| f.write(precomp) }
192
191
 
193
192
  puts "Capify...\n"
194
193
  system('capify .')
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "1.3.22"
3
+ VERSION = "1.3.23"
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.22
4
+ version: 1.3.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: