tramway-landing 2.0.0.3 → 2.0.1

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: cb7ff2c18621d485d64331523204dbde6342c71289c28fa1681f3e1406183618
4
- data.tar.gz: b333b1409699d895920fb65e138406e20f50677df597692616f6a196ba67e4e4
3
+ metadata.gz: 807b449769610f0f42c3427fdec2645b54e28f2eee76e8aba433169292d1b2e9
4
+ data.tar.gz: cbbebd53432938ab4b21800e4bdf7b859e21f025743b1b0f1af3586c33aa6e5c
5
5
  SHA512:
6
- metadata.gz: 9fc7b4f399cce7ff1270271b5b54ac7674bef1cbd1ae2869bc54a68de0fd0e01fe82472ca491f854f94f44bc422386daf2d7b0445f03263944b517bf4bb9a901
7
- data.tar.gz: c81a4e4d6074292f093db418e9b62f98f668ae6190ddb8659203a9a3468d6df8a86100801c4c7508f1e8d05b8771c6f1618f5df44424c1718d939d3acf33b2db
6
+ metadata.gz: 9d5cee1dc27c2ce2b103907ec7d1c2e87f0a78a2cfb3e6c2ca080b403020a90046854f6851549b81e2375e509ff76f6c49852b01c1da9c06a348276a6b352774
7
+ data.tar.gz: '092372a21cbeee37531049f3685889d10d94287d03a477b7e370c215a4714e15d0150dcd70da8e36bf83c5ff9b2997388effd1a9e9e72c195b6435ee5f9820de'
@@ -0,0 +1,2 @@
1
+ class Tramway::Landing::PageWithButtonDecorator < ::Tramway::Core::ApplicationDecorator
2
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '2.0.0.3'
5
+ VERSION = '2.0.1'
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.0.3
4
+ version: 2.0.1
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-02-01 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email:
@@ -33,6 +33,7 @@ files:
33
33
  - app/decorators/tramway/landing/block_link_decorator.rb
34
34
  - app/decorators/tramway/landing/block_types/cards_decorator.rb
35
35
  - app/decorators/tramway/landing/block_types/features_decorator.rb
36
+ - app/decorators/tramway/landing/block_types/page_with_button_decorator.rb
36
37
  - app/decorators/tramway/landing/link_decorator.rb
37
38
  - app/decorators/tramway/landing/navbar_decorator.rb
38
39
  - app/forms/tramway/landing/block_form.rb