tramway-core 4.0.1.1 → 4.0.1.2

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: d97bc6473e7518d3f69d5aa23b445097361723523401b62dd0c8218ab0e6f806
4
- data.tar.gz: e0c120b4e8865bbb09404330955cb038d7435cbc7fd7c13c11ca9aaefd494c6a
3
+ metadata.gz: 1e06c110cd0f30a7243f4e279aa171da53cc31f6491b42499c46773e8246f530
4
+ data.tar.gz: 478b5ace1fb571aea1c844affeee3d33f0871d31958f0c02b0740d7c3d01b313
5
5
  SHA512:
6
- metadata.gz: ff3cd1dd1a2a5ab4e441355627658f26a905005d20c77dc99ae9759037d7b2e5d6e36db2b4637c7053de21bf121e2e30af36ca42c590b2778f6df9d45acfa809
7
- data.tar.gz: aebb6bf91fa3b3ada3575d5cc38d8e2d1fbd99b82df8a6d2653b437208fa0c32f638e14fdde964eab5bb033352449318d137f06768c721f0a805daebebee7f11
6
+ metadata.gz: dac7d047d46554fc5223d73773fc9b89320fbad418f9198f7bdda46fcac62fa0f01c5aee54b348ab729855f602a698df07e152a7d23113da1dbc8fd778af824c
7
+ data.tar.gz: 8ab86f5111052e9fc2db73ba09a0fdf910fcef1ee1b6610a026edf3502cf44c4d394b790982a16434c9020dd57d108d9ad61cbe130855279ddf51420c2618cea
@@ -6,7 +6,7 @@
6
6
  - type = type[:type]
7
7
  - if type.class.in?([ Symbol, String ]) || type&.dig(:input_options)
8
8
  - type = type.to_sym
9
- - if type != :hidden && input_params.dig(:options, :label) != false
9
+ - if !type.in?([ :hidden ]) && input_params.dig(:options, :label) != false
10
10
  = form.label form_object.model.class.human_attribute_name property
11
11
  - case type
12
12
  - when :default
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Core
5
- VERSION = '4.0.1.1'
5
+ VERSION = '4.0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.1
4
+ version: 4.0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-02-09 00:00:00.000000000 Z
12
+ date: 2022-02-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: audited