tramway-landing 2.0.1.2 → 2.0.1.3

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: 60e8dc5855814eb2761e9dfff2135310458382cf84302a4545694d00a86a0130
4
- data.tar.gz: 43d15831ee5fae4d2a0a5321d883687f0e62f85552fb5865694ee69edb93d2a6
3
+ metadata.gz: 2f09a437f02e3931d02d1dc3f5bd340c0cd37323ba865ed1fd09b685705e13ee
4
+ data.tar.gz: e5af4801b9f6c5761fc2183885d496495e303ee17e550d41ba1e045cf37bb83e
5
5
  SHA512:
6
- metadata.gz: 7102c3b6501d02b1edfac4d389b2da9ad20b42aa361bd2ed68db5ee9892f58c5123302503a60852f5398a44c7eacfce421abbbbb23253e0116e8152f3276d226
7
- data.tar.gz: 57643b2e8c6123712cb7d62de63779afa258b35f7189860a3e0b86fc2bfb28797fc3321d331a4897746af293918570eeac6ce2adfd9fec4d9692edd0aeffad0b
6
+ metadata.gz: 794e14bcfcbeadc33e739fddc3cd2251f088157c5db724356104a0a833b3882e1e696d1ca0d3a4bb21387a896d8902ca724da212f56589194751da3a82a1c6ae
7
+ data.tar.gz: f96a9a4cfaaf7c09608379f62ad874003ec25faa92d4113dc1cb7dac13936676c361980626f4f4f21ea4964127ac4a9ae1d9cacb8abdb91d484c0e494273ec30
@@ -1,24 +1,24 @@
1
- #= require justified_images
1
+ //= require justified_images
2
2
 
3
- #$(document).ready ->
4
- # $('.logo_collage1').empty().justifiedImages
5
- # images: photos
6
- # rowHeight: 200
7
- # maxRowHeight: 400
8
- # thumbnailPath: (photo, width, height) ->
9
- # purl = photo.url_s
10
- # if photo.url_n and (width > photo.width_s * 1.2 or height > photo.height_s * 1.2)
11
- # purl = photo.url_n
12
- # if photo.url_m and (width > photo.width_n * 1.2 or height > photo.height_n * 1.2)
13
- # purl = photo.url_m
14
- # if photo.url_z and (width > photo.width_m * 1.2 or height > photo.height_m * 1.2)
15
- # purl = photo.url_z
16
- # if photo.url_l and (width > photo.width_z * 1.2 or height > photo.height_z * 1.2)
17
- # purl = photo.url_l
18
- # purl
19
- # getSize: (photo) ->
20
- # {
21
- # width: photo.width_s
22
- # height: photo.height_s
23
- # }
24
- # margin: 1
3
+ //$(document).ready ->
4
+ // $('.logo_collage1').empty().justifiedImages
5
+ // images: photos
6
+ // rowHeight: 200
7
+ // maxRowHeight: 400
8
+ // thumbnailPath: (photo, width, height) ->
9
+ // purl = photo.url_s
10
+ // if photo.url_n and (width > photo.width_s * 1.2 or height > photo.height_s * 1.2)
11
+ // purl = photo.url_n
12
+ // if photo.url_m and (width > photo.width_n * 1.2 or height > photo.height_n * 1.2)
13
+ // purl = photo.url_m
14
+ // if photo.url_z and (width > photo.width_m * 1.2 or height > photo.height_m * 1.2)
15
+ // purl = photo.url_z
16
+ // if photo.url_l and (width > photo.width_z * 1.2 or height > photo.height_z * 1.2)
17
+ // purl = photo.url_l
18
+ // purl
19
+ // getSize: (photo) ->
20
+ // {
21
+ // width: photo.width_s
22
+ // height: photo.height_s
23
+ // }
24
+ // margin: 1
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  class Tramway::Landing::BlockLinkDecorator < ::Tramway::Landing::LinkDecorator
2
4
  delegate :title, to: :object
3
5
 
@@ -1,2 +1,4 @@
1
+ # frozen_string_literal: true
2
+
1
3
  class Tramway::Landing::PageWithButtonDecorator < ::Tramway::Core::ApplicationDecorator
2
4
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '2.0.1.2'
5
+ VERSION = '2.0.1.3'
6
6
  end
7
7
  end
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: 2.0.1.2
4
+ version: 2.0.1.3
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-03-05 00:00:00.000000000 Z
11
+ date: 2020-03-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email: