pxs-forms 0.1.4.8 → 0.1.4.10

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: 5945f2e5aedbdf454e7dbd4e5e2abaa293f83274215180164e02e92503cbbf93
4
- data.tar.gz: 24cea079a00f0e9d8be354b42f3b16025c21e8c98611ff0b3fa9d8f0c35814ab
3
+ metadata.gz: 0d044935846c3816063c1ad967ea076a99937ce50b12d075a614e8577dd6d9b9
4
+ data.tar.gz: 19bc940db323d08adecc8477e0b8659a20932771d45a7cdd8554536998fa6d5b
5
5
  SHA512:
6
- metadata.gz: afe63a23ba05d23cfa0e44517ff22a745532bce1457d624029092050f87612e598f443b1ee1feae129e39702b057a43633802abeffa52cbd17b59d1920dc714d
7
- data.tar.gz: '0917a72c41b915f82cf8853a3b98bbb4f37ae1034ea5b28565ef4ede3e3dce6880eeecfdd34bdecad0ea6b2b88eaf0043c678c0680f7ca53e55fa314b8ffed93'
6
+ metadata.gz: b31e01a2b663b4614b2bf9fbb74092f0faa59dc6d212fa0390773d440ec8220e131189ff72d807278e6331078d9992fc22383e9f2a7b9db1223ffa7e73fa22f5
7
+ data.tar.gz: 464b44606220606b60112fff82c0c9cca3cf2592e73b1b92766b20abc2c1bbef19c0dc8e29dab211d6b86dcae342779c462f8dcbcc3acb72ada245c319c0c674
data/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Unofficial Release
4
4
 
5
- ## [0.1.4.8] - 2025-04-22
5
+ ## [0.1.4.8-9] - 2025-04-22
6
6
 
7
7
  - Fix `data` attribute not being passed along to `turbo_link_to`, `link_button_to`
8
8
 
@@ -86,7 +86,7 @@ module Pxs
86
86
  end
87
87
 
88
88
  # separate HTML options due to form_for parameter strucutre
89
- options[:html] = options[:html].merge{ class: options[:class] }
89
+ options[:html] = (options[:html] || {}).merge { "class" => options[:class] }
90
90
 
91
91
  args << options
92
92
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pxs
4
4
  module Forms
5
- VERSION = "0.1.4.8"
5
+ VERSION = "0.1.4.10"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxs-forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.8
4
+ version: 0.1.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Poubelle