minimum-omniauth-scaffold 0.4.8 → 0.4.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05100abd0df53d8d13621d91d3fe4cdecedd64f73bc4e115604562326cebc1c9
4
- data.tar.gz: b3d7ca5734438849908a77372c13fbe4534f010f8d96a0eb2a4cc3feb8b79b81
3
+ metadata.gz: e8219334e1c3e57ee0043aa00f3b2f581b46a2ada1d6eaae4d3d7057b7af348f
4
+ data.tar.gz: cbdcfd0dcdc028479035e1ce3054b9d03bdee2466ab1ae16f4e168be0419f96a
5
5
  SHA512:
6
- metadata.gz: 8bf59472dc093664a859c822121fd30e845d89134f1436bb9a6ea34e72af29e24304681c686f69eb1c5e046d9e00250003ff54f6e299b92a1c2b5e7bae7c01a9
7
- data.tar.gz: 05b87254ed5696a7c0dffc2c12e2d09936a3524319fa5d735fd258b4832cc54bbfac29ac19a2c2f6c7ad8f821cf7b0ab566fb09e658520ab318142ddfa793154
6
+ metadata.gz: 8d0bcf6dc748489fa9486b9dbaffa5780ed6c787d1f33173c11f26a726526e22e52fb28ced0f97a4e8f736de4007a23fec35e299f642465bc16b677b0c5e8dc4
7
+ data.tar.gz: 0fd4cf2551255821a52ad7a7793fcf65c9ee73191deec2a5a63d598ecf2df5c6ec4f16c53a6706abb169045e13178b8786b3c4b6173d0278dada7d2ad739694a
@@ -50,8 +50,9 @@ module Minimum
50
50
 
51
51
  # controllers
52
52
  content = File.read("#{@@template_path}/controllers/application_controller.rb", encoding: Encoding::UTF_8)
53
- # insert_into_file "app/controllers/application_controller.rb", content.force_encoding('ASCII-8BIT'), after: "protect_from_forgery with: :exception\n"
54
- insert_into_file "app/controllers/application_controller.rb", content.force_encoding('ASCII-8BIT'), after: "class ApplicationController < ActionController::Base\n"
53
+ insert_into_file "app/controllers/application_controller.rb", content.force_encoding('ASCII-8BIT'), after: "protect_from_forgery with: :exception\n"
54
+ # insert_into_file "app/controllers/application_controller.rb", content.force_encoding('ASCII-8BIT'), after: "class ApplicationController < ActionController::Base\n"
55
+
55
56
  copy_file "#{@@template_path}/controllers/sessions_controller.rb", "app/controllers/sessions_controller.rb"
56
57
  copy_file "#{@@template_path}/controllers/top_controller.rb", "app/controllers/top_controller.rb"
57
58
 
@@ -1,7 +1,7 @@
1
1
  module Minimum
2
2
  module Omniauth
3
3
  module Scaffold
4
- VERSION = '0.4.8'
4
+ VERSION = '0.4.9'
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.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - shu0115