tramway-page 1.3.1.1 → 1.3.1.2

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
  SHA256:
3
- metadata.gz: 8fffa8ab256692ba964955e0b348ba33ab4cf74dfac8b7c9b8d2c01541a7c851
4
- data.tar.gz: 35beac088d886ba3c82a881b6d53ab8598ce3500a116736186f06a451ddbe106
3
+ metadata.gz: 352c8fff69216736da625c664efdbd4d47b97065ed4590f2135f33119cb9e853
4
+ data.tar.gz: af446ae307ed4f30b545463d4f30c4f92cf0db0beeff90a66a00d5a9b8d520f7
5
5
  SHA512:
6
- metadata.gz: f5bdd7f47f0ee6d6bf1c92a16e9e4b22157a9d55ac87d4e0704c9abf580771ede1570bd6cb68ee794d077f0652ad90b80d7745d01a5b65b07e08db26fdfbf2d8
7
- data.tar.gz: f29546f0ae2b9dbb39f675cb5f4b41f616c4357f369528dd169d51c55c40c0f600313b0758c17fe8dbdd829db052ab9e78edec35f2f0026a37e6f8ab6e9d40ed
6
+ metadata.gz: 2e2aa019706803074048129cd23ef01892881f08441f9deb6a0c16764a96ceffb5bad98dc0f70be641e567fcf6873471e4834e905a9fac36216e4f1ad5bac0b0
7
+ data.tar.gz: 559d06baab8cd6fc5e2d4fb63147afc3113cbb1e4105db8f6d603e506363064a4f8573a702f55fa191cf32fd71a294d75883cdb3a8557d38d1cbba3d9417ac6e
@@ -1,9 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Tramway
4
- module Page
5
- class ApplicationController < ActionController::Base
6
- protect_from_forgery with: :exception
7
- end
8
- end
3
+ class Tramway::Page::ApplicationController < Tramway::Core::ApplicationController
4
+ protect_from_forgery with: :exception
9
5
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Page
5
- VERSION = '1.3.1.1'
5
+ VERSION = '1.3.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1.1
4
+ version: 1.3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-11 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Description of Tramway::Page.
14
14
  email:
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.0.3
65
+ rubygems_version: 3.1.2
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: Summary of Tramway::Page.