tramway-page 1.6.0.5 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f46de17c144d66b93ff44415fa569c81d3ec502ea7e3b0aadc48bb4da14f0f1
|
4
|
+
data.tar.gz: 12f4a6b03e4a0ef1003d9fedc4be6802a5d8ae98fc19dbf3ebb0fecf92ba9cbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91ba1f9d56bb0313cd9949cedb0aa3104bd751dea491df5132d1770f22f1392b552534c5a4d8bba3c21f8df93eea41142e1fdaa5fe9fb373a8a193a7b49953b8
|
7
|
+
data.tar.gz: b34c76b997a612127fac6ce5c9e1d71b512dcddede8d0dd33438b57cdf98f6bc37860c90828fdb74a3923dc7165923c36db9658a53cf76848f26d84c9d2fb286
|
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.6.0.
|
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-
|
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.
|
68
|
+
rubygems_version: 3.4.6
|
72
69
|
signing_key:
|
73
70
|
specification_version: 4
|
74
71
|
summary: Summary of Tramway::Page.
|
@@ -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
|
-
*/
|