tramway-page 1.6.0.4 → 1.6.0.6

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: 8b08352b6774686c9eb4a1f89eac5d1f1e5653e9ee9ef9c24ecd5a189e1b6a81
4
- data.tar.gz: 3bded23189dc7669514126205092b7c44f6e31d070ffa7e84cb031f32af46a1f
3
+ metadata.gz: 2f46de17c144d66b93ff44415fa569c81d3ec502ea7e3b0aadc48bb4da14f0f1
4
+ data.tar.gz: 12f4a6b03e4a0ef1003d9fedc4be6802a5d8ae98fc19dbf3ebb0fecf92ba9cbe
5
5
  SHA512:
6
- metadata.gz: fe2bfe4ec2cee6833cecf2601aa0911abae323a63c46cbad4bcc9e843abb750eeee29241616d5a72c4eb1ce0124e18d435512defa1972c03c7cf1c5995b98175
7
- data.tar.gz: 3e872a51a9807600fe65f2a6cd20300436a1ffa7e1f023ccf5d149adee6479da23a9a2cdfe82001bbcc4dac080747b08893025f0da7ee59bd4a223ca9bcaf2e8
6
+ metadata.gz: 91ba1f9d56bb0313cd9949cedb0aa3104bd751dea491df5132d1770f22f1392b552534c5a4d8bba3c21f8df93eea41142e1fdaa5fe9fb373a8a193a7b49953b8
7
+ data.tar.gz: b34c76b997a612127fac6ce5c9e1d71b512dcddede8d0dd33438b57cdf98f6bc37860c90828fdb74a3923dc7165923c36db9658a53cf76848f26d84c9d2fb286
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ::Tramway::Page::PreviewsController < ::Tramway::Page::ApplicationController
4
- include Tramway::AuthManagement
4
+ include Tramway::Concerns::AuthManagement
5
5
  layout 'tramway/landing/application'
6
6
 
7
7
  before_action :authenticate_admin!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Page
5
- VERSION = '1.6.0.4'
5
+ VERSION = '1.6.0.6'
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.6.0.4
4
+ version: 1.6.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Description of Tramway::Page.
14
14
  email:
@@ -20,9 +20,6 @@ files:
20
20
  - MIT-LICENSE
21
21
  - README.md
22
22
  - Rakefile
23
- - app/assets/config/tramway_page_manifest.js
24
- - app/assets/javascripts/tramway/page/application.js
25
- - app/assets/stylesheets/tramway/page/application.css
26
23
  - app/controllers/tramway/page/application_controller.rb
27
24
  - app/controllers/tramway/page/pages_controller.rb
28
25
  - app/controllers/tramway/page/previews_controller.rb
@@ -68,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
67
  requirements: []
71
- rubygems_version: 3.4.1
68
+ rubygems_version: 3.4.6
72
69
  signing_key:
73
70
  specification_version: 4
74
71
  summary: Summary of Tramway::Page.
@@ -1,2 +0,0 @@
1
- //= link_directory ../javascripts/tramway/page .js
2
- //= link_directory ../stylesheets/tramway/page .css
@@ -1,13 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require_tree .
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */