tramway-landing 1.4.4 → 1.4.5
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: 581631f11fea187d843b2d35471cd3e2e5563e9a401441e9b852fa7d31904f30
|
4
|
+
data.tar.gz: 15fbf07dc4b090b2cf07d6d5c96e44bd540df8a39aa205de30a09fd0fa916b55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27dda1c39258c2dca027720b943ba1af1b612b2ed2f3cdb148c9ba1eddfe1e5837f124c2a77ee873dbd4b6c04c47b7a3cf2bb52f3e1fccd9931cf820e1095c5d
|
7
|
+
data.tar.gz: 4de79ff6b8f513c8cf37b4d7b3ac1e73d4454d6309da32d17b1c2bc8d1454b63e3dc2d92ac958e32fc75c0e84acd12629c8f8e4cb06b1ba26a72341d3cf5c83f
|
@@ -1,8 +1,7 @@
|
|
1
1
|
!!!
|
2
2
|
%html
|
3
3
|
%head
|
4
|
-
|
5
|
-
%meta{ content: "width=device-width, initial-scale=1, maximum-scale=0.8", name: "viewport" }
|
4
|
+
= render 'layouts/tramway/landing/meta'
|
6
5
|
%title
|
7
6
|
= yield :title
|
8
7
|
= stylesheet_link_tag 'tramway/landing/application', media: 'all'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-landing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Landing Engine for your Rails projects
|
14
14
|
email:
|
@@ -41,6 +41,7 @@ files:
|
|
41
41
|
- app/models/tramway/landing/application_record.rb
|
42
42
|
- app/models/tramway/landing/block.rb
|
43
43
|
- app/uploaders/tramway/landing/photo_versions.rb
|
44
|
+
- app/views/layouts/tramway/landing/_meta.html.haml
|
44
45
|
- app/views/layouts/tramway/landing/_yandex_metrika.html.haml
|
45
46
|
- app/views/layouts/tramway/landing/application.html.haml
|
46
47
|
- app/views/tramway/landing/blocks/block_types/_cards.html.haml
|