bulma_form_rails 1.0.2 → 1.0.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 +4 -4
- data/Gemfile.lock +14 -18
- data/README.md +2 -2
- data/doc/BulmaFormRails/FieldHelpers.html +2 -2
- data/doc/BulmaFormRails/FormPageHelpers.html +2 -2
- data/doc/BulmaFormRails/HeaderAndFooterHelpers.html +2 -2
- data/doc/BulmaFormRails/MessageBoxHelpers.html +2 -2
- data/doc/BulmaFormRails/SubformHelpers.html +2 -2
- data/doc/BulmaFormRails.html +2 -2
- data/doc/images/modgeosys_logo.jpg +0 -0
- data/doc/js/search_index.js +1 -1
- 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 +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5554b8077a78bdc5f72b759022b95ebe560ba1555c85a6547400c6044243abd5
|
4
|
+
data.tar.gz: 82b38344f2860c5cb1cc699fe2def1e76be7d0c12a0faf8e21ae6a827d5b1608
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 608732f62d724bd90294315c2cf42005550d3281554fb2385d1fb3da058a7c7f940d9975a0d29e8989de094832297d89829f0a20daba6171c08ce34b3dab3912
|
7
|
+
data.tar.gz: 3516fbbf87377636e023d8f7dc324b7ceab8621ae521ef746942e906fcbcb4c9cd0376857c14d01977f10bda0aa4674b01890f2131a2d0757f3fce658af4de71
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bulma_form_rails (1.0.
|
4
|
+
bulma_form_rails (1.0.3)
|
5
5
|
pagy (~> 5.10)
|
6
6
|
rails (~> 7.0.4)
|
7
7
|
rake (~> 13.0.6)
|
@@ -81,12 +81,12 @@ GEM
|
|
81
81
|
builder (3.2.4)
|
82
82
|
concurrent-ruby (1.1.10)
|
83
83
|
crass (1.0.6)
|
84
|
+
date (3.3.3)
|
84
85
|
debug (1.6.2)
|
85
86
|
irb (>= 1.3.6)
|
86
87
|
reline (>= 0.3.1)
|
87
|
-
digest (3.1.0)
|
88
88
|
erubi (1.11.0)
|
89
|
-
globalid (1.0.
|
89
|
+
globalid (1.0.1)
|
90
90
|
activesupport (>= 5.0)
|
91
91
|
i18n (1.12.0)
|
92
92
|
concurrent-ruby (~> 1.0)
|
@@ -98,26 +98,24 @@ GEM
|
|
98
98
|
loofah (2.18.0)
|
99
99
|
crass (~> 1.0.2)
|
100
100
|
nokogiri (>= 1.5.9)
|
101
|
-
mail (2.
|
101
|
+
mail (2.8.0.1)
|
102
102
|
mini_mime (>= 0.1.1)
|
103
|
+
net-imap
|
104
|
+
net-pop
|
105
|
+
net-smtp
|
103
106
|
marcel (1.0.2)
|
104
107
|
method_source (1.0.0)
|
105
108
|
mini_mime (1.1.2)
|
106
109
|
minitest (5.16.3)
|
107
|
-
net-imap (0.
|
108
|
-
|
110
|
+
net-imap (0.3.4)
|
111
|
+
date
|
109
112
|
net-protocol
|
110
|
-
|
111
|
-
net-pop (0.1.1)
|
112
|
-
digest
|
113
|
+
net-pop (0.1.2)
|
113
114
|
net-protocol
|
115
|
+
net-protocol (0.2.1)
|
114
116
|
timeout
|
115
|
-
net-
|
116
|
-
timeout
|
117
|
-
net-smtp (0.3.1)
|
118
|
-
digest
|
117
|
+
net-smtp (0.3.3)
|
119
118
|
net-protocol
|
120
|
-
timeout
|
121
119
|
nio4r (2.5.8)
|
122
120
|
nokogiri (1.13.8-x86_64-linux)
|
123
121
|
racc (~> 1.4)
|
@@ -167,12 +165,11 @@ GEM
|
|
167
165
|
reline (0.3.1)
|
168
166
|
io-console (~> 0.5)
|
169
167
|
rexml (3.2.5)
|
170
|
-
stimulus-rails (1.1.
|
168
|
+
stimulus-rails (1.1.1)
|
171
169
|
railties (>= 6.0.0)
|
172
170
|
stringio (3.0.2)
|
173
|
-
strscan (3.0.4)
|
174
171
|
thor (1.2.1)
|
175
|
-
timeout (0.3.
|
172
|
+
timeout (0.3.1)
|
176
173
|
turbo-rails (1.1.1)
|
177
174
|
actionpack (>= 6.0.0)
|
178
175
|
activejob (>= 6.0.0)
|
@@ -192,7 +189,6 @@ DEPENDENCIES
|
|
192
189
|
debug (~> 1.6.2)
|
193
190
|
jsbundling-rails (~> 1.0.3)
|
194
191
|
minitest (~> 5.0)
|
195
|
-
rake (~> 13.0)
|
196
192
|
rbs_rails (~> 0.11.0)
|
197
193
|
rdoc (~> 6.4.0)
|
198
194
|
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
<img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="147px" height="130px" alt="Logo">
|
2
2
|
|
3
|
-
https://
|
3
|
+
https://kevinweller.name
|
4
4
|
# bulma_form_rails
|
5
5
|
`bulma_form_rails` provides Rails helpers for efficiently building forms using the Bulma CSS library.
|
6
6
|
|
@@ -87,9 +87,9 @@
|
|
87
87
|
|
88
88
|
<section class="description">
|
89
89
|
|
90
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
90
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
91
91
|
|
92
|
-
<p><a href="https://
|
92
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
93
93
|
|
94
94
|
<p>This Ruby on Rails Helper module allows easy and efficient web form construction with labeled fields of different types.</p>
|
95
95
|
|
@@ -81,9 +81,9 @@
|
|
81
81
|
|
82
82
|
<section class="description">
|
83
83
|
|
84
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
84
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
85
85
|
|
86
|
-
<p><a href="https://
|
86
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
87
87
|
|
88
88
|
<p>This Ruby on Rails Helper module allows easy and efficient web form page rendering.</p>
|
89
89
|
|
@@ -81,9 +81,9 @@
|
|
81
81
|
|
82
82
|
<section class="description">
|
83
83
|
|
84
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
84
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
85
85
|
|
86
|
-
<p><a href="https://
|
86
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
87
87
|
|
88
88
|
<p>This Ruby on Rails Helper module allows easy and efficient index and form page header and footer rendering.</p>
|
89
89
|
|
@@ -81,9 +81,9 @@
|
|
81
81
|
|
82
82
|
<section class="description">
|
83
83
|
|
84
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
84
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
85
85
|
|
86
|
-
<p><a href="https://
|
86
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
87
87
|
|
88
88
|
<p>This Ruby on Rails Helper module allows easy and efficient flash and validation error box rendering.</p>
|
89
89
|
|
@@ -80,9 +80,9 @@
|
|
80
80
|
|
81
81
|
<section class="description">
|
82
82
|
|
83
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
83
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
84
84
|
|
85
|
-
<p><a href="https://
|
85
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
86
86
|
|
87
87
|
<p>This Ruby on Rails Helper module supports tabular editable multi-object subforms.</p>
|
88
88
|
|
data/doc/BulmaFormRails.html
CHANGED
@@ -71,9 +71,9 @@
|
|
71
71
|
|
72
72
|
<section class="description">
|
73
73
|
|
74
|
-
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/
|
74
|
+
<p><img src="https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true" width="146px" height="130px"></p>
|
75
75
|
|
76
|
-
<p><a href="https://
|
76
|
+
<p><a href="https://kevinweller.name">kevinweller.name</a></p>
|
77
77
|
|
78
78
|
</section>
|
79
79
|
|
Binary file
|
data/doc/js/search_index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
var search_data = {"index":{"searchIndex":["bulmaformrails","fieldhelpers","formpagehelpers","headerandfooterhelpers","messageboxhelpers","subformhelpers","bulma_check_box()","bulma_child_objects()","bulma_custom_field()","bulma_datetime_select()","bulma_edit_form_page()","bulma_form_footer()","bulma_index_header()","bulma_input()","bulma_message_box()","bulma_new_form_page()","bulma_radio_group()","bulma_select()","bulma_text_area()","bulma_time_select()","bulma_validation_box()"],"longSearchIndex":["bulmaformrails","bulmaformrails::fieldhelpers","bulmaformrails::formpagehelpers","bulmaformrails::headerandfooterhelpers","bulmaformrails::messageboxhelpers","bulmaformrails::subformhelpers","bulmaformrails::fieldhelpers#bulma_check_box()","bulmaformrails::subformhelpers#bulma_child_objects()","bulmaformrails::fieldhelpers#bulma_custom_field()","bulmaformrails::fieldhelpers#bulma_datetime_select()","bulmaformrails::formpagehelpers#bulma_edit_form_page()","bulmaformrails::headerandfooterhelpers#bulma_form_footer()","bulmaformrails::headerandfooterhelpers#bulma_index_header()","bulmaformrails::fieldhelpers#bulma_input()","bulmaformrails::messageboxhelpers#bulma_message_box()","bulmaformrails::formpagehelpers#bulma_new_form_page()","bulmaformrails::fieldhelpers#bulma_radio_group()","bulmaformrails::fieldhelpers#bulma_select()","bulmaformrails::fieldhelpers#bulma_text_area()","bulmaformrails::fieldhelpers#bulma_time_select()","bulmaformrails::messageboxhelpers#bulma_validation_box()"],"info":[["BulmaFormRails","","BulmaFormRails.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/
|
1
|
+
var search_data = {"index":{"searchIndex":["bulmaformrails","fieldhelpers","formpagehelpers","headerandfooterhelpers","messageboxhelpers","subformhelpers","bulma_check_box()","bulma_child_objects()","bulma_custom_field()","bulma_datetime_select()","bulma_edit_form_page()","bulma_form_footer()","bulma_index_header()","bulma_input()","bulma_message_box()","bulma_new_form_page()","bulma_radio_group()","bulma_select()","bulma_text_area()","bulma_time_select()","bulma_validation_box()"],"longSearchIndex":["bulmaformrails","bulmaformrails::fieldhelpers","bulmaformrails::formpagehelpers","bulmaformrails::headerandfooterhelpers","bulmaformrails::messageboxhelpers","bulmaformrails::subformhelpers","bulmaformrails::fieldhelpers#bulma_check_box()","bulmaformrails::subformhelpers#bulma_child_objects()","bulmaformrails::fieldhelpers#bulma_custom_field()","bulmaformrails::fieldhelpers#bulma_datetime_select()","bulmaformrails::formpagehelpers#bulma_edit_form_page()","bulmaformrails::headerandfooterhelpers#bulma_form_footer()","bulmaformrails::headerandfooterhelpers#bulma_index_header()","bulmaformrails::fieldhelpers#bulma_input()","bulmaformrails::messageboxhelpers#bulma_message_box()","bulmaformrails::formpagehelpers#bulma_new_form_page()","bulmaformrails::fieldhelpers#bulma_radio_group()","bulmaformrails::fieldhelpers#bulma_select()","bulmaformrails::fieldhelpers#bulma_text_area()","bulmaformrails::fieldhelpers#bulma_time_select()","bulmaformrails::messageboxhelpers#bulma_validation_box()"],"info":[["BulmaFormRails","","BulmaFormRails.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["BulmaFormRails::FieldHelpers","","BulmaFormRails/FieldHelpers.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["BulmaFormRails::FormPageHelpers","","BulmaFormRails/FormPageHelpers.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["BulmaFormRails::HeaderAndFooterHelpers","","BulmaFormRails/HeaderAndFooterHelpers.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["BulmaFormRails::MessageBoxHelpers","","BulmaFormRails/MessageBoxHelpers.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["BulmaFormRails::SubformHelpers","","BulmaFormRails/SubformHelpers.html","","<p><img src=\"https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true\"> …\n"],["bulma_check_box","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_check_box","(form_or_object, field_name, options = {})","<p>Render a labeled checkbox field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_child_objects","BulmaFormRails::SubformHelpers","BulmaFormRails/SubformHelpers.html#method-i-bulma_child_objects","(collection, name, attributes_key, add_child_path, options = {})","<p>Renders a child objects collection management UI subform, including row addition and deletion buttons …\n"],["bulma_custom_field","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_custom_field","(form_or_object, field_name, options = {}, &block)","<p>Render a labeled field with custom content.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_datetime_select","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_datetime_select","(form_or_object, field_name, options = {}, html_options = {})","<p>Render a labeled date+time selection field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_edit_form_page","BulmaFormRails::FormPageHelpers","BulmaFormRails/FormPageHelpers.html#method-i-bulma_edit_form_page","(name, model, models_path, model_path)","<p>Render a standard model edit form page.\n<p><code>name</code> - a symbol representing the model name\n<p><code>model</code> - the model object …\n"],["bulma_form_footer","BulmaFormRails::HeaderAndFooterHelpers","BulmaFormRails/HeaderAndFooterHelpers.html#method-i-bulma_form_footer","(form, models_path, options = {}, &block)","<p>Render a standard model form page footer.\n<p><code>form</code> - the form object\n<p><code>models_path</code> - the controller URL path …\n"],["bulma_index_header","BulmaFormRails::HeaderAndFooterHelpers","BulmaFormRails/HeaderAndFooterHelpers.html#method-i-bulma_index_header","(name, models_path)","<p>Render the header for a standard index page. Automatically calls <code>bulma_message_box</code>.\n<p><code>name</code> - a symbol representing …\n"],["bulma_input","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_input","(form_or_object, field_name, type = :text, options = {})","<p>Render a labeled input field. Mandatory parameters:\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a …\n"],["bulma_message_box","BulmaFormRails::MessageBoxHelpers","BulmaFormRails/MessageBoxHelpers.html#method-i-bulma_message_box","()","<p>Render a standard flash messages box. Automatically included with <code>bulma_validation_box</code> and <code>bulma_index_header</code> …\n"],["bulma_new_form_page","BulmaFormRails::FormPageHelpers","BulmaFormRails/FormPageHelpers.html#method-i-bulma_new_form_page","(name, model, models_path)","<p>Render a standard model creation form page.\n<p><code>name</code> - a symbol representing the model name\n<p><code>model</code> - the model …\n"],["bulma_radio_group","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_radio_group","(form_or_object, field_name, choices, options = {})","<p>Render a labeled radio group field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_select","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_select","(form_or_object, field_name, choices, options = {}, html_options = {})","<p>Render a labeled selection field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_text_area","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_text_area","(form_or_object, field_name, options = {})","<p>Render a labeled text area field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_time_select","BulmaFormRails::FieldHelpers","BulmaFormRails/FieldHelpers.html#method-i-bulma_time_select","(form_or_object, field_name, options = {}, html_options = {})","<p>Render a labeled time selection field.\n<p><code>form_or_object</code> - the form or object\n<p><code>field_name</code> - a symbol representing …\n"],["bulma_validation_box","BulmaFormRails::MessageBoxHelpers","BulmaFormRails/MessageBoxHelpers.html#method-i-bulma_validation_box","(model)","<p>Render a standard model validation messages box. Automatically calls <code>bulma_message_box</code>.\n<p><code>model</code> - the model …\n\n"]]}}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
require 'rexml/document'
|
2
2
|
|
3
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
3
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
4
4
|
#
|
5
5
|
# https://moderngeosystems.com
|
6
6
|
module BulmaFormRails
|
7
7
|
|
8
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
8
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
9
9
|
#
|
10
10
|
# https://moderngeosystems.com
|
11
11
|
#
|
@@ -2,7 +2,7 @@ require 'rexml/document'
|
|
2
2
|
|
3
3
|
module BulmaFormRails
|
4
4
|
|
5
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
5
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
7
|
# https://moderngeosystems.com
|
8
8
|
#
|
@@ -2,7 +2,7 @@ require 'rexml/document'
|
|
2
2
|
|
3
3
|
module BulmaFormRails
|
4
4
|
|
5
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
5
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
7
|
# https://moderngeosystems.com
|
8
8
|
#
|
@@ -2,7 +2,7 @@ require 'rexml/document'
|
|
2
2
|
|
3
3
|
module BulmaFormRails
|
4
4
|
|
5
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
5
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
7
|
# https://moderngeosystems.com
|
8
8
|
#
|
@@ -2,7 +2,7 @@ require 'rexml/document'
|
|
2
2
|
|
3
3
|
module BulmaFormRails
|
4
4
|
|
5
|
-
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/
|
5
|
+
# rdoc-image:https://github.com/modgeosys/bulma_form_rails/blob/371b651b4cf38336f85378467f15b98b5367049e/doc/images/modgeosys_logo.jpg?raw=true
|
6
6
|
#
|
7
7
|
# https://moderngeosystems.com
|
8
8
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bulma_form_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Weller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -217,6 +217,7 @@ files:
|
|
217
217
|
- doc/images/loadingAnimation.gif
|
218
218
|
- doc/images/macFFBgHack.png
|
219
219
|
- doc/images/moderngeosystems_logo.png
|
220
|
+
- doc/images/modgeosys_logo.jpg
|
220
221
|
- doc/images/package.png
|
221
222
|
- doc/images/page_green.png
|
222
223
|
- doc/images/page_white_text.png
|