tramway-landing 3.3.0.8 → 3.3.0.9

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: ae25a08050f6e16999011caba3a0e6a93dcc0132d0befa1f3136faff0c100a3b
4
+ data.tar.gz: 863385edaf5c94afa7449782b0455660b95e38f84bde68fb7d1f7b17d25c0c6a
5
5
  SHA512:
6
- metadata.gz: 12e89e03f13a6144f9aba19d3a2137d168fb3440ba7b0bf718f58d4a7968fe92a7f1fd52833d271612834e21d6fad77dacf590967de5a250ea3a5010ca7a2898
7
- data.tar.gz: 82ca79395ec2aa9a29d982e69b1ff7bd3ac233ffc535b80fb74e08f9ee6edf4902358905c81ba184749f10c45b36ced84c1c71b75d2e753120df0ff5339d1712
6
+ metadata.gz: 8ece62357fe2c982cf7b3867fbcf6c42e5eef27c89f90cf7f48a6c56b8be7b47d5b8d38ddf79beb9ecbb7ccee342653b885635894824156479bafc1c7077414b
7
+ data.tar.gz: 824b1c1205d137e6f66811166effe8a3d77d70cde8dc68095b8640576e12847063765e278bd59bd9015ea300e5a5719beb693161a04ffe81782110bf32018852
@@ -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.9'
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.9
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-09 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