pxs-forms 0.0.5 → 0.0.6

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: d104c5306510402433e059fc586670ef5e5a1b74e4b9bf2c77c06b2afcb4f670
4
- data.tar.gz: d44594a3c375515f24a25b408a7823525d42ccd03825378d1cccf389b59890d1
3
+ metadata.gz: 6e83e2d9a0088755ab0b519b2495476327ad96af31addb008a8f96c82890722c
4
+ data.tar.gz: 4fd9cc083e77c243552b82ec2df6753a1fe1e05b3ab771d167a7b9efdf9c49b4
5
5
  SHA512:
6
- metadata.gz: 0d582f3edaf4ba27891152fa3559fd217ddc23a348143b35d4d8fabd4a5696448733dbede256ba1df927d8da718d4703e3d2a740a22c363dc4014762afda989c
7
- data.tar.gz: 5a48c1ae301869a9a27c797f552edff87e2aaa6587a3a28fc360a91d880865c0100ba1d0af8292d5d2c4c20e0592e7bc3be2d1f5da3189281c66d0de248caf61
6
+ metadata.gz: 4b0b7570c5fccd9bfa43aa5181edb65cd128340af8b9231e953cdb07065eb19b66fa43a98cbc55f2fe3bc57408f0fd27a3ed4c9211cc0936ec87e04ec44cdd20
7
+ data.tar.gz: '009b5107d4405b6cde9cb2910ade4c47a2f2afce001409025f95479a6df5190db366ec8a3042255e6d6bfa66d23d653bc2f4b99bd568e05d3ab3965fae3a6f04'
@@ -69,7 +69,7 @@ class ModelFormBuilder < ActionView::Helpers::FormBuilder
69
69
  end
70
70
  end
71
71
 
72
- def text_input(attriubte, options = {})
72
+ def text_input(attribute, options = {})
73
73
  field_block(attribute, options) do
74
74
  safe_join [
75
75
  (field_label(attribute, options[:label]) unless options[:label] == false),
@@ -90,7 +90,7 @@ class ModelFormBuilder < ActionView::Helpers::FormBuilder
90
90
  end
91
91
 
92
92
  def collection_input(attribute, options, &block)
93
- field_block(attribute, options) do
93
+ field_block(attribute, options) do tem
94
94
  safe_join [
95
95
  label(attribute, options[:label]),
96
96
  block.call,
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pxs
4
4
  module Forms
5
- VERSION = "0.0.5"
5
+ VERSION = "0.0.6"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxs-forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Poubelle
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: