bulma_form_rails 1.0.0 → 1.0.1

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: f0796929a5e1023883addd0b3b7b63b72d80ba02219651ce046f2c6c3ab29de3
4
- data.tar.gz: bb0e8d23a0f2363428947da24d473a6602b225f11693f9cd8a8743d510a4f1c8
3
+ metadata.gz: 0cf0d03a04587a43083e649b8f02fb0c93201213a7df769f724b06aee47fda81
4
+ data.tar.gz: 97412616fb07056df574ad6652507c1b763b0d76334e9f439ee710efd955dfe4
5
5
  SHA512:
6
- metadata.gz: 58694f5e8f84733f2c0096a5df817b6883c6d894f8fac4c44ab8c6b4025e373bd757a32951098ff17793987f139401aef9d8ccac230094c20a29356fa8842d7d
7
- data.tar.gz: a3fa5711b5396c6c57dce4f04c02d5f728db56a0284dbb3ed5e4c249ead076c707b49fe39682f0d94888f298cf5092b4cc9d8106adffb5e3e9e9823f7b91e429
6
+ metadata.gz: d4087aae8f55895088bd668d8bd4f952888c4facee3f053090afd472eab35761defae7479d8e148f0e3a75b6915c2699c332a15f94604c805ed69b9c35fe4923
7
+ data.tar.gz: 9ebcc61cd7732992fabe46e2b4a97776cc676dbffa14d0333efedbe15aa7fe590a3fd994d98634ee93339c5c601fb734e7fe840b2af45335b4f9585fbcbe9f7f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bulma_form_rails (1.0.0)
4
+ bulma_form_rails (1.0.1)
5
5
  pagy (~> 5.10)
6
6
  rails (~> 7.0.4)
7
7
  rake (~> 13.0.6)
data/README.md CHANGED
@@ -32,8 +32,11 @@ https://moderngeosystems.com
32
32
  * `bulma_new_form_page`
33
33
  * `bulma_edit_form_page`
34
34
 
35
- ## Sample Form
36
- ![Sample Form Screenshot](https://github.com/modgeosys/bulma_form_rails/blob/8fd9e8b98cc98a06625b583a121264a10d1e5cab/doc/images/bfr_form_bulma.png?raw=true)
35
+ ## Screenshots
36
+ ### Form page
37
+ ![Sample form page screenshot](https://github.com/modgeosys/bulma_form_rails/blob/8fd9e8b98cc98a06625b583a121264a10d1e5cab/doc/images/bfr_form_bulma.png?raw=true)
38
+ ### Index page
39
+ ![Sample index pager screenshot](https://github.com/modgeosys/bulma_form_rails/blob/de709a4d3badd47c2b8574da2b737f5ad655dcfb/doc/images/bfr_index_bulma.png?raw=true)
37
40
 
38
41
  ## Prerequisites
39
42
  ### Installing Bulma
@@ -79,7 +82,7 @@ The Rails generators will create your initial implementation view and configurat
79
82
 
80
83
  The final installation step is to manually `include Pagy::Backend` in your ApplicationController definition and `include Pagy::Frontend` in your ApplicationHelper module definition.
81
84
 
82
- ## Examples
85
+ ## Usage
83
86
  (for a hypothetical user management UI)
84
87
 
85
88
  ### Sample `index.html.erb` page
Binary file
@@ -1,3 +1,3 @@
1
1
  module BulmaFormRails
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modgeosys/bulma_form_rails",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Stimulus controllers for BulmaFormRails Gem",
5
5
  "module": "lib/javascript/controllers/index.js",
6
6
  "main": "lib/javascript/controllers/index.js",
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Weller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-25 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -204,6 +204,7 @@ files:
204
204
  - doc/images/add.png
205
205
  - doc/images/arrow_up.png
206
206
  - doc/images/bfr_form_bulma.png
207
+ - doc/images/bfr_index_bulma.png
207
208
  - doc/images/brick.png
208
209
  - doc/images/brick_link.png
209
210
  - doc/images/bug.png