tramway-page 1.3.1.1 → 1.3.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 352c8fff69216736da625c664efdbd4d47b97065ed4590f2135f33119cb9e853
|
|
4
|
+
data.tar.gz: af446ae307ed4f30b545463d4f30c4f92cf0db0beeff90a66a00d5a9b8d520f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e2aa019706803074048129cd23ef01892881f08441f9deb6a0c16764a96ceffb5bad98dc0f70be641e567fcf6873471e4834e905a9fac36216e4f1ad5bac0b0
|
|
7
|
+
data.tar.gz: 559d06baab8cd6fc5e2d4fb63147afc3113cbb1e4105db8f6d603e506363064a4f8573a702f55fa191cf32fd71a294d75883cdb3a8557d38d1cbba3d9417ac6e
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
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
|
data/lib/tramway/page/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
65
|
+
rubygems_version: 3.1.2
|
|
66
66
|
signing_key:
|
|
67
67
|
specification_version: 4
|
|
68
68
|
summary: Summary of Tramway::Page.
|