tramway-landing 1.4.7.1 → 1.4.7.2

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: cd694792205ea0ed1f3b621b321de9d805fd35366c9dc7710d9d55e4f0f0e271
4
- data.tar.gz: 21725017be46d2bdf29672864fbc7bfa38d0ba515d783a58f931e76e56a8e45c
3
+ metadata.gz: 81377130413f0eab2760db8ce630066511671f3705541ce9680cb48310813d22
4
+ data.tar.gz: bec457ac55bd39571f87226b2bf6e6f4d9dc81c7f11c9f6e19e109117b920876
5
5
  SHA512:
6
- metadata.gz: 9b81223c60d1469b78b14442c96a62f112d7530aa986909343ff305d4bbe2478af4c5c3e2fb208f619f382c5f6533cedcd2b17b8acee61f0736be394f8b2e958
7
- data.tar.gz: d32e618c7ec96f5c79f305c788f6437901a1192e92cd2a03f930b7a7af23d4f212f36b29645ed1fc575f489d6a0acbd49721dda96e4c4cfdf7bb7bf25f3978f3
6
+ metadata.gz: f06f7309506916339ca0a2c2cf1f3a5bf953b84c9e541a26407eabff9646b9acc08ba16f260ca9e9fb5db6cb94c9c96bf06b9c2751db540d55d052958613fd8c
7
+ data.tar.gz: 295425e023ff98c942048f4e45050e34653b47447b695573cca054a4ef6d79a96fe2cfb7a9d5726294344b806d55dfebf618293f04cf9555d32cc0d48e02e26c
@@ -7,6 +7,8 @@ class Tramway::Landing::BlockDecorator < ::Tramway::Core::ApplicationDecorator
7
7
  def list_attributes
8
8
  [ :position, :view_state, :block_type ]
9
9
  end
10
+
11
+ delegate :human_view_state_event_name, to: :model_class
10
12
  end
11
13
 
12
14
  delegate :position, to: :object
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.4.7.1'
3
+ VERSION = '1.4.7.2'
4
4
  end
5
5
  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.4.7.1
4
+ version: 1.4.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov