symphonia 6.1.2 → 6.1.3

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: 9b92e12f23f37c95b69bff324a3a7a3ddb125bb1eb250d93449238ff49338e62
4
- data.tar.gz: 5743136bba0122466f82830e11c9a01e5fb038c23659e6f6e77c907f30e946e3
3
+ metadata.gz: c8bb8a9cc7b27ac91983ef2f0db28e9b96cb0c004fa91a40d3e0a2357963af4c
4
+ data.tar.gz: 9fd1475c5efe01fc9a159d8c78b1e4322a6324025c0299881fabbfc2f2138402
5
5
  SHA512:
6
- metadata.gz: 59c7b8255d6fb8d45446a8c7bf8e6fc9c321a2b3135c862024a2de0e23375bbb9d1aa068f85969ff6c074be4839ab4f88e5690a9f5102ea495e2751407dc50d3
7
- data.tar.gz: 117ee18d56d6afd2a94269e7993206916373e33b816dff9eeb18bea9657613d44e1f1499c1c170eeda37bda9bedd4597a24f952577a678b25a8936c5fbcc0b34
6
+ metadata.gz: 1ee1613347bcdba0c5453a105cc72e9b7381ac2b78ba43913ebb0a4093246eee5beaa9a5b10d073f6dfe44f969bac60cf49864f9536574e66c66776176b0d0aa
7
+ data.tar.gz: b53e42395182ad7bd86eb591df08e9740e6fdf4db951705bbb232b988e6f3fa6aac92a808685c8d3b5a89e30d578fe899af4530fa6084d35ad581e8c52a6f8d4
data/CHANGELOG.md CHANGED
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ## [6.1.3] - 2026-05-26
9
+ ### Fixed
10
+ - bootstrap_form cross-compatibility patch
8
11
 
9
12
  ## [6.1.2] - 2026-01-10
10
13
 
@@ -83,13 +83,7 @@ module Symphonia
83
83
  # end
84
84
 
85
85
  def label_text(name, options)
86
- name = name.to_s.remove(/_id$/)
87
-
88
- if label_errors && error?(name)
89
- (options[:text] || object.class.human_attribute_name(name)).to_s.concat(" #{get_error_messages(name)}")
90
- else
91
- options[:text]
92
- end
86
+ super(name.to_s.remove(/_id$/), options)
93
87
  end
94
88
 
95
89
  # def generate_label(id, name, options, custom_label_col, group_layout)
@@ -1,5 +1,5 @@
1
1
  module Symphonia
2
2
 
3
- VERSION = "6.1.2"
3
+ VERSION = "6.1.3"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: symphonia
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.2
4
+ version: 6.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Pokorny
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-10 00:00:00.000000000 Z
11
+ date: 2026-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: api-pagination