bulma_form_rails 1.0.3 → 1.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 +4 -4
- data/lib/bulma_form_rails/field_helpers.rb +2 -2
- data/lib/bulma_form_rails/form_page_helpers.rb +1 -1
- data/lib/bulma_form_rails/header_and_footer_helpers.rb +1 -1
- data/lib/bulma_form_rails/message_box_helpers.rb +1 -1
- data/lib/bulma_form_rails/subform_helpers.rb +1 -1
- data/lib/bulma_form_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33f4e1d29d34b8fe84a2b73bc7c825b6e72740c521c59f3d6b72e58abcd8a249
|
4
|
+
data.tar.gz: 412f38cac0d0cac7dc9f2fa2990d54441485762efb3bc431ad48e0a71228b09c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13bbe6edcb656f9e53fe5a6fcf1adce8a7a87302b1f545db39d931154c6c8e7e6e77aee480beb8fcd62a9424129348c9e261f42a3e04b74bbe3d578484993ddf
|
7
|
+
data.tar.gz: f9f843506f45dab9712232432e9d1fa2de1192b4d1ab2d5ac9e8db272b081af7f577628a91baac1acf02ea82e60a44220b86500f7566cb10e32177b8d1d28b5a
|
@@ -2,12 +2,12 @@ require 'rexml/document'
|
|
2
2
|
|
3
3
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
4
4
|
#
|
5
|
-
# https://
|
5
|
+
# https://kevinweller.name
|
6
6
|
module BulmaFormRails
|
7
7
|
|
8
8
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
9
9
|
#
|
10
|
-
# https://
|
10
|
+
# https://kevinweller.name
|
11
11
|
#
|
12
12
|
# This Ruby on Rails Helper module allows easy and efficient web form construction with labeled fields of different types.
|
13
13
|
module FieldHelpers
|
@@ -4,7 +4,7 @@ module BulmaFormRails
|
|
4
4
|
|
5
5
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
|
-
# https://
|
7
|
+
# https://kevinweller.name
|
8
8
|
#
|
9
9
|
# This Ruby on Rails Helper module allows easy and efficient web form page rendering.
|
10
10
|
module FormPageHelpers
|
@@ -4,7 +4,7 @@ module BulmaFormRails
|
|
4
4
|
|
5
5
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
|
-
# https://
|
7
|
+
# https://kevinweller.name
|
8
8
|
#
|
9
9
|
# This Ruby on Rails Helper module allows easy and efficient index and form page header and footer rendering.
|
10
10
|
module HeaderAndFooterHelpers
|
@@ -4,7 +4,7 @@ module BulmaFormRails
|
|
4
4
|
|
5
5
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
|
-
# https://
|
7
|
+
# https://kevinweller.name
|
8
8
|
#
|
9
9
|
# This Ruby on Rails Helper module allows easy and efficient flash and validation error box rendering.
|
10
10
|
module MessageBoxHelpers
|
@@ -4,7 +4,7 @@ module BulmaFormRails
|
|
4
4
|
|
5
5
|
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
|
-
# https://
|
7
|
+
# https://kevinweller.name
|
8
8
|
#
|
9
9
|
# This Ruby on Rails Helper module supports tabular editable multi-object subforms.
|
10
10
|
module SubformHelpers
|