tramway-landing 3.3.0.7 → 3.3.0.8

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: 9366a68c81b5ed2ba6f6969d7d6aa072634093a0bf16e9efe9d77ea5bf3f47d3
4
- data.tar.gz: 39be7b68e3feabc9a67dbb3dab267b2fe473ce6d1a1774b0ec60d363b2dec9bd
3
+ metadata.gz: 34f2185899baf27445a519bb7fa32f77338526892d0959f0eb1a03f30766eb4f
4
+ data.tar.gz: 6742876e89fa349697fa76194c0ebbc695d75685287186c8db8164dc93fd32b1
5
5
  SHA512:
6
- metadata.gz: 1d3599743da114b2b409ecfa7fe1883e6d518f696aef1099aebbd997f8510933f45d40abf4489a3eeac6583911a964112cf49301d233bc19b29e47db7ceb4ddc
7
- data.tar.gz: 92f2ea39702c96da6dfdb3b2994306a4ab02e9cb67d3dbab8970d56cd5820905f7a0e2876099aea38cb567950d30b595e270e8d82c5ae501e7d57cc67f091c27
6
+ metadata.gz: 12e89e03f13a6144f9aba19d3a2137d168fb3440ba7b0bf718f58d4a7968fe92a7f1fd52833d271612834e21d6fad77dacf590967de5a250ea3a5010ca7a2898
7
+ data.tar.gz: 82ca79395ec2aa9a29d982e69b1ff7bd3ac233ffc535b80fb74e08f9ee6edf4902358905c81ba184749f10c45b36ced84c1c71b75d2e753120df0ff5339d1712
@@ -1,3 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ::Tramway.set_available_models(::Tramway::Landing::Block, project: :landing)
3
+ Rails.application.config.after_initialize do
4
+ Tramway.set_available_models(Tramway::Landing::Block, project: :landing)
5
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.3.0.7'
5
+ VERSION = '3.3.0.8'
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.7
4
+ version: 3.3.0.8
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-16 00:00:00.000000000 Z
11
+ date: 2023-01-30 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.4.1
123
+ rubygems_version: 3.1.6
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Landing Engine for your Rails projects