tramway-landing 3.3.0.8 → 3.3.0.10

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: 34f2185899baf27445a519bb7fa32f77338526892d0959f0eb1a03f30766eb4f
4
- data.tar.gz: 6742876e89fa349697fa76194c0ebbc695d75685287186c8db8164dc93fd32b1
3
+ metadata.gz: 239cf3fdfa60a74d53a889452a7bf2491144e5c01010585cb4232e0e015cb34e
4
+ data.tar.gz: eefcd282f211addb00f6d6ead09e83cde61d0038fecfaaba095f4cf96f305975
5
5
  SHA512:
6
- metadata.gz: 12e89e03f13a6144f9aba19d3a2137d168fb3440ba7b0bf718f58d4a7968fe92a7f1fd52833d271612834e21d6fad77dacf590967de5a250ea3a5010ca7a2898
7
- data.tar.gz: 82ca79395ec2aa9a29d982e69b1ff7bd3ac233ffc535b80fb74e08f9ee6edf4902358905c81ba184749f10c45b36ced84c1c71b75d2e753120df0ff5339d1712
6
+ metadata.gz: a164909b039504e0ddbd336e868f15d25273c4dd6d5cd20e16af54dd011c1da760556616c4988b1d638aa8620636c1888eb97f911357087019fcf3c2bfcd651f
7
+ data.tar.gz: e37e51a91357506708c9c63c3e6c224423dbbcadacc35e340d85c85e0b687483bc5e63611f4ce13d237e14258d77debdecc2652a19439086b0d4179aae73f30e
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Landing::PageWithButtonDecorator < ::Tramway::ApplicationDecorator
3
+ class Tramway::Landing::BlockTypes::PageWithButtonDecorator < Tramway::ApplicationDecorator
4
4
  end
@@ -1,5 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Rails.application.config.after_initialize do
4
- Tramway.set_available_models(Tramway::Landing::Block, project: :landing)
4
+ Tramway.set_available_models(
5
+ [
6
+ Tramway::Landing::Block
7
+ ],
8
+ project: :landing
9
+ )
5
10
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.3.0.8'
5
+ VERSION = '3.3.0.10'
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: 3.3.0.8
4
+ version: 3.3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2023-02-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email:
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubygems_version: 3.1.6
123
+ rubygems_version: 3.4.1
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Landing Engine for your Rails projects