minimum-omniauth-scaffold 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a627f539f84afaeca9a5d9756de39e7eb1a45efd
4
- data.tar.gz: 0d7d3ace45f9299e32f65c45baf41826770602da
3
+ metadata.gz: 9edb2d59ecf23e33b00268e92b5bc16a7b1f4dcf
4
+ data.tar.gz: ae237f9a91e52a9382a0417cad0b4c56ffdb32b3
5
5
  SHA512:
6
- metadata.gz: 2ed72fbb223130120cb77184946aaeca9c20d3d3e700e0b2bb030cbf2f2f824377cb0832d3b10d698b4c3a9a712df5617a6b55b1e54c89fc180e73a4f3733da5
7
- data.tar.gz: 783717e76eee96986a1654d4dae911fed674fdbad773b3a247a313879d74f6de9886698fe6c79d2ea201ccf48fe414559fff1a11fe53bcb283ef29d9fb79fc91
6
+ metadata.gz: ebb83022d112f0264a95b67f4bfd09eca88dee6148d607d284bd4d911a29a48fe1d6d2b8336a8a25bf3b5d27ff5be08c9a1682490d31cbf118cf2120a6b5cad3
7
+ data.tar.gz: 84c11cdd3bfc8b25e41eeb33b1c691f18cc9ab799ff438478deddb82de294c371ae039dcd4a64fded9d6458528a947c564d5a5f304ce286a915143b91e824e01
@@ -42,11 +42,12 @@ module Minimum
42
42
  # content += " config.active_record.default_timezone = :local\n"
43
43
  insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "# config.time_zone = 'Central Time (US & Canada)'\n" )
44
44
  insert_into_file( "config/application.rb", " config.i18n.default_locale = :ja\n", after: "# config.i18n.default_locale = :de\n" )
45
- content = "\n # For Heroku\n"
45
+ content = " # For Heroku\n"
46
46
  content += " config.assets.initialize_on_precompile = false\n"
47
47
  content += "\n # For Tapp\n"
48
48
  content += " Tapp.config.default_printer = :awesome_print\n"
49
- insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "config.assets.version = '1.0'\n" )
49
+ content += "\n"
50
+ insert_into_file( "config/application.rb", content.force_encoding('ASCII-8BIT'), after: "class Application < Rails::Application\n" )
50
51
 
51
52
  # ----- production.rb ----- #
52
53
  insert_into_file( "config/environments/production.rb", " config.force_ssl = true\n", after: "# config.force_ssl = true\n" ) # 強制SSL設定
@@ -1,7 +1,7 @@
1
1
  module Minimum
2
2
  module Omniauth
3
3
  module Scaffold
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum-omniauth-scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - shu0115