tramway-landing 1.1.1 → 1.1.2

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: ce8a0946e2951036a5e13b00dd2d7ef9530049898ace4830ffa5e9ac9877fb4e
4
- data.tar.gz: 6594f97171b832057482d751a704b449d74b69a0561bd6220ea5b9c195a32a00
3
+ metadata.gz: e9f3599c6a57716b3eb063df62923a7cb27f0203232f6c3a988aac1663cf66da
4
+ data.tar.gz: c952f33e71555eb173b56c66b6287ef07ea2512f16ab3b43bcd3148509e50228
5
5
  SHA512:
6
- metadata.gz: 13d1c8fd12f4aa1131b7bad9a9d7672b21f5c6f2167867d9375a17840e8773f3875b7bf3b2a2093b73414d2e241792d526d4e81cdfda2b8cdaa8d95dbd6832a5
7
- data.tar.gz: a3e27939d728b673c0d3d9b30d317d9664e9f5c2fc95137f287e65e2aca2897b9ebbc03a0883b5834301fbb2e5fc67f09440c13cffa00a85558e1997bef70864
6
+ metadata.gz: a4bdc6201d9b55c36ed1aa91781171d4d1a3bbef691f6aa2fc1536d422da4610178e0aee2736e26345a5e2e55d7e2f1b71912231e36320a9ec801e8986e0b12b
7
+ data.tar.gz: 567b3452261acaaf660ad5ba3e2b17bbaed155a51e13fa2cd515cee1448bc9ac88ca2022ef65294aa9381794c14884680bed6f97138eb315cd6f7fbeda48dfbb
@@ -18,7 +18,7 @@
18
18
  %h4.card-title
19
19
  = item.title
20
20
  %p.card-text
21
- = item.description
21
+ = strip_tags item.description
22
22
  - if item.button.present?
23
23
  = link_to item.button.text, item.button.url, class: 'btn btn-primary'
24
24
  - else
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.1.1'
3
+ VERSION = '1.1.2'
4
4
  end
5
5
  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: 1.1.1
4
+ version: 1.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: 2018-03-17 00:00:00.000000000 Z
11
+ date: 2018-03-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email:
@@ -25,7 +25,7 @@ files:
25
25
  - app/assets/javascripts/tramway/landing/application.js.coffee
26
26
  - app/assets/javascripts/tramway/landing/footer.js.coffee
27
27
  - app/assets/javascripts/tramway/landing/smooth-scroll.js
28
- - app/assets/stylesheets/tramway/landing/application.css.sass
28
+ - app/assets/stylesheets/tramway/landing/application.sass
29
29
  - app/assets/stylesheets/tramway/landing/collage.css.sass
30
30
  - app/assets/stylesheets/tramway/landing/justified.css
31
31
  - app/controllers/tramway/landing/application_controller.rb