pages_core 3.4.2 → 3.4.3

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
  SHA1:
3
- metadata.gz: b0fbfc0b4b4d5d7f4011f6d6ce1a4b786051a1fd
4
- data.tar.gz: 9b31fa93b74f08ebdadb887cb859348f5b459383
3
+ metadata.gz: 200e34fe559ba502528e3090ca7586c9f69bca8f
4
+ data.tar.gz: 4a35d1688c4acbd7bf05fd7d5d723f8709d1629c
5
5
  SHA512:
6
- metadata.gz: e436fceb1b8a7e4cf07ce0860e7a8c893746cf85f5f9b4d1f150a6aeb83d8a2f862bc2d1ee347a90f74d22363413e3958384ac10b696bf641aba0a87519c8ef3
7
- data.tar.gz: 5322e782217334bc3d991aee10ee3a68d0fc142646c390ceb3e283921f96b4d07a06af0bba318d64e76abb8e910723d3f81da3bd279e2d05269735345f02b5cb
6
+ metadata.gz: 7a4ad5e9d16d73460d1f2140dd46338cd5f2c2fedc4e2db874a4f5bf54193a055bfba6b49342c284ced382a581acb2411ab524b205ce1a29ee71c91db923e4d0
7
+ data.tar.gz: 993c77ec2473ac90dfad7deb9c851367cd1ef1456fc6dc1fccfe86b78d6604dfb72f4034869145c5823b5489e53eaa3247f0b02c7400a034daff492aff97270e
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- class ErrorsController < ApplicationController
3
+ class ErrorsController < ::ApplicationController
4
4
  layout "errors"
5
5
 
6
6
  skip_before_action :verify_authenticity_token
@@ -3,7 +3,7 @@
3
3
  # All admin controllers inherit Admin::AdminController, which provides layout,
4
4
  # authorization and other common code for the Admin set of controllers.
5
5
  module PagesCore
6
- class AdminController < ApplicationController
6
+ class AdminController < ::ApplicationController
7
7
  before_action :set_i18n_locale
8
8
  before_action :require_authentication
9
9
  before_action :restore_persistent_params
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Abstract controller for all frontend controllers.
4
4
  module PagesCore
5
- class FrontendController < ApplicationController
5
+ class FrontendController < ::ApplicationController
6
6
  include ApplicationHelper
7
7
 
8
8
  before_action :set_i18n_locale
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module PagesCore
4
- class ImagesController < ApplicationController
4
+ class ImagesController < ::ApplicationController
5
5
  include DynamicImage::Controller
6
6
 
7
7
  caches_page :show, :uncropped, :original
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- class SessionsController < ApplicationController
3
+ class SessionsController < ::ApplicationController
4
4
  def create
5
5
  user = find_user(params[:username], params[:password])
6
6
  authenticate!(user) if user
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module PagesCore
4
- VERSION = "3.4.2" unless PagesCore.const_defined?("VERSION")
4
+ VERSION = "3.4.3" unless PagesCore.const_defined?("VERSION")
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pages_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inge Jørgensen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-02 00:00:00.000000000 Z
11
+ date: 2017-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mysql2
@@ -683,7 +683,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
683
683
  version: '0'
684
684
  requirements: []
685
685
  rubyforge_project: "."
686
- rubygems_version: 2.4.5
686
+ rubygems_version: 2.5.1
687
687
  signing_key:
688
688
  specification_version: 4
689
689
  summary: Pages Core