omniauth-scaffold 0.1.13 → 0.1.14

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.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Scaffold
3
- VERSION = "0.1.13"
3
+ VERSION = "0.1.14"
4
4
  end
5
5
  end
@@ -45,7 +45,7 @@ module Omniauth
45
45
 
46
46
  # ----- development.rb ----- #
47
47
  content = "\n # For LogRotate\n"
48
- content += " config.logger = Logger.new( config.paths.log.first, 5, 1*1024*1024 ) # 1MB * 5\n"
48
+ content += " config.logger = Logger.new( 'log/development.log', 5, 1*1024*1024 ) # 1MB * 5\n"
49
49
  insert_into_file( "config/environments/development.rb", content.force_encoding('ASCII-8BIT'), after: "config.assets.debug = true\n" )
50
50
  gsub_file "config/environments/development.rb", /(config.assets.debug = true)+/, "# config.assets.debug = true"
51
51
  insert_into_file( "config/environments/development.rb", " config.assets.debug = false\n", after: "config.assets.debug = true\n" )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: