tramway-landing 3.3.0.3 → 3.3.0.4

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: ed853ff752e57dc01a921f370c1af89bfe8f16e4d520fc3c03bfe55f8275b7d7
4
- data.tar.gz: 5ddeffa8711e094ccbcb55968ebcb229d5dabce160cd666e0a702dfe44fe0ca8
3
+ metadata.gz: 6c14f6391ae112cddfc858d096b112eca375aaa6ddc7cd9da06a866693078669
4
+ data.tar.gz: f7ba024715b3c41a14c4bcd842663d5406db0534563db94c9a81e207cabe6c44
5
5
  SHA512:
6
- metadata.gz: 66d54653e8d6ee9bd37270db23ce18de5b46da8ef3f83afbd688323e7a346ea98be0c80e42f270abb5b97ffc421a1c67b0221eb9849d144706498d444f1895fb
7
- data.tar.gz: 187678afe2ba64f8c5f38126040f5096655d370b856bd94fd1fd7a24814c056403e4a320044f2f30e0b070b4178cffa9ecdf93086e232e6741c8619614b9fada
6
+ metadata.gz: 0323315717fbb03b07a3b9c14a5e0fdde3addc11f62a1fa64d44be73dd3b9470af28f978747a7573d4d837fddd48b4ee69063e4edab2c86ed17cc2cfc0639dce
7
+ data.tar.gz: 5f16ae8cea65958e08b700a7a4067629b2eef5c329668a67f1a39de80272bc2c908c9083fea65b28f8111ab03a83433d89beaefb292da6899fe5c8e1756ca852
@@ -14,7 +14,7 @@ class Admin::Tramway::Landing::BlockForm < ::Tramway::Core::ExtendedApplicationF
14
14
  position: {
15
15
  type: :numeric,
16
16
  input_options: {
17
- hint: I18n.t('hints.tramway.landing.block.position', array: ::Tramway::Landing::Block.active.on_main_page.map(&:position).join(','))
17
+ hint: I18n.t('hints.tramway.landing.block.position', array: ::Tramway::Landing::Block.on_main_page.map(&:position).join(','))
18
18
  }
19
19
  },
20
20
  block_type: :default,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.3.0.3'
5
+ VERSION = '3.3.0.4'
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.3
4
+ version: 3.3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - moshinaan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-15 00:00:00.000000000 Z
11
+ date: 2021-12-19 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.4
123
+ rubygems_version: 3.0.3.1
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Landing Engine for your Rails projects