tramway-landing 1.8.2.2 → 1.8.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa9325dc079d823b112596c2ff224c2b2ca00a6f89f755cb462417989731c4be
4
- data.tar.gz: e2ea7da971354e87e2ae6feea99aa9920bfbc23e1ba9eace023ce506f2d71032
3
+ metadata.gz: 49ee51f08492597f48fdd58da8843d332c107b90cd42b401fca820ee89b7012b
4
+ data.tar.gz: cd79286969f2d658f34db84e2f72749e59dbe13ebd028048cbcd595a33f7afa8
5
5
  SHA512:
6
- metadata.gz: a6a449d0709cfa64c5de861f6c603ecb2d4de9979a65166cf9d61a6cec4402c892e9410fa763546d1a100e337887a9349723c74334ad5823a293b9f0e5f7c995
7
- data.tar.gz: e5c7acf93001b2fb311005a520f5c3891f2ab79ef26734c49a93e6569ee3251e19cc234a0704fda145301d68bf57d609660b12606ebefe9a0481465d3b4391cd
6
+ metadata.gz: c8a76fff2148cc513e64c233630dd58f9e23e75f94af2bf41eff01bad8f67abe752986620bd4980eb9f74dd818ae387c6487b4b63d7496d63cbb695412461d0a
7
+ data.tar.gz: 9f855f2d7ccaa707d59722e14eaf2c6505ea2e7950102836ca08ee186cb0938076757e1095ef87b597fa28c3a03a105a9909c237e406ebaf7f5003fed628d56f
data/README.md CHANGED
@@ -117,7 +117,7 @@ How create blocks you can find here
117
117
  * [Block with text, image and button](https://github.com/ulmic/tramway-dev/blob/develop/tramway-landing/docs/block_with_text_image_and_button/main.md)
118
118
  * [Cards](https://github.com/ulmic/tramway-dev/blob/develop/tramway-landing/docs/cards/main.md)
119
119
  * [Features list](https://github.com/ulmic/tramway-dev/blob/develop/tramway-landing/docs/features/main.md)
120
- * Contacts
120
+ * [Contacts](https://github.com/ulmic/tramway-dev/blob/develop/tramway-landing/docs/contacts/main.md)
121
121
  * News
122
122
  * Block with text and button
123
123
  * View
@@ -1,19 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Tramway::Landing::Block < ::Tramway::Landing::ApplicationRecord
4
- enumerize :block_type, in: %i[
5
- header
6
- footer
7
- page
8
- cards
9
- features
10
- contacts
11
- news
12
- link
13
- page_with_button
14
- just_text
15
- view
16
- ]
4
+ enumerize :block_type, in: %i[header footer page cards features contacts link page_with_button just_text view]
17
5
  enumerize :navbar_link, in: %i[exist not_exist], default: :not_exist
18
6
  enumerize :link_object_type, in: ['Tramway::SportSchool::Document', 'Tramway::Page::Page']
19
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '1.8.2.2'
5
+ VERSION = '1.8.2.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2.2
4
+ version: 1.8.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov