minimum-omniauth-scaffold 0.4.7 → 0.4.8

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
- SHA1:
3
- metadata.gz: c624606511bf2958af350d298162be5dd9859dc5
4
- data.tar.gz: 72dec58811495d0c3dc60a701df832e59c3d0f18
2
+ SHA256:
3
+ metadata.gz: 05100abd0df53d8d13621d91d3fe4cdecedd64f73bc4e115604562326cebc1c9
4
+ data.tar.gz: b3d7ca5734438849908a77372c13fbe4534f010f8d96a0eb2a4cc3feb8b79b81
5
5
  SHA512:
6
- metadata.gz: b06907ed03723777eed9bb01a81b2afec74e0bb8784fab3412414ddc52795b124ca8d8621cb713a4d1380a7e4cc245c217df61a5a55ae62c14c5726498e82464
7
- data.tar.gz: 7fcc2c88175fc71e14236bfb411c8ec2acbe42ed1249e60e9bc187ea53e5c104bb2fbcc48c2b9a982b4795b39b59c4988b9fea03c3c53ac346e8e13def1058c3
6
+ metadata.gz: 8bf59472dc093664a859c822121fd30e845d89134f1436bb9a6ea34e72af29e24304681c686f69eb1c5e046d9e00250003ff54f6e299b92a1c2b5e7bae7c01a9
7
+ data.tar.gz: 05b87254ed5696a7c0dffc2c12e2d09936a3524319fa5d735fd258b4832cc54bbfac29ac19a2c2f6c7ad8f821cf7b0ab566fb09e658520ab318142ddfa793154
@@ -50,7 +50,8 @@ 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"
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"
54
55
  copy_file "#{@@template_path}/controllers/sessions_controller.rb", "app/controllers/sessions_controller.rb"
55
56
  copy_file "#{@@template_path}/controllers/top_controller.rb", "app/controllers/top_controller.rb"
56
57
 
@@ -1,7 +1,7 @@
1
1
  module Minimum
2
2
  module Omniauth
3
3
  module Scaffold
4
- VERSION = '0.4.7'
4
+ VERSION = '0.4.8'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimum-omniauth-scaffold
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - shu0115
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.6.11
167
+ rubygems_version: 2.7.3
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Minimum OmniAuth Scaffold