omniauth-scaffold 0.1.25 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Scaffold
3
- VERSION = "0.1.25"
3
+ VERSION = "0.1.26"
4
4
  end
5
5
  end
@@ -46,9 +46,9 @@ module Omniauth
46
46
  # content += " config.active_record.default_timezone = :local\n"
47
47
  insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "# config.time_zone = 'Central Time (US & Canada)'\n" )
48
48
  insert_into_file( "config/application.rb", " config.i18n.default_locale = :ja\n", after: "# config.i18n.default_locale = :de\n" )
49
- # content = "\n # For Heroku\n"
50
- # content += " config.assets.initialize_on_precompile = false\n"
51
- content = "\n # For Tapp\n"
49
+ content = "\n # For Heroku\n"
50
+ content += " config.assets.initialize_on_precompile = false\n"
51
+ content += "\n # For Tapp\n"
52
52
  content += " Tapp.config.default_printer = :awesome_print\n"
53
53
  insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "config.assets.version = '1.0'\n" )
54
54
 
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.25
4
+ version: 0.1.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: