bulma_form_rails 0.9.6 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b75f6ac8916d4f3f1a0b28acef6077ab76180cab530a0298cf8051ce41ff296
4
- data.tar.gz: b38ceba2f14e9212668aba42d1a55a3b7a594a434efe53110e3b103a2220f2f1
3
+ metadata.gz: e74a9c610e874ef015101bab298a4c24c28657b7e4ca662e29f8cba9b3f3ed79
4
+ data.tar.gz: 032c447cc64a171f70ea601c74d05d9f967c2740e81237165e7cde6d3b94fd3b
5
5
  SHA512:
6
- metadata.gz: 07bbcc35dee71b96afef806e3cd5d0ac29b5adfc984b349efc40e964d83392f2d0bf7b6c28a05aa708580ae743cf53c7a62e98d309d1a28e99c29e11641357c2
7
- data.tar.gz: 4ac40293b084ccbf45560bdd843b52bce6fda299f9bd740db168411a375c4999b27f3468be626813035d6a3987b00a04d6ecb08c60a2f39dcdf31e2ed68b5ab0
6
+ metadata.gz: 7c768400dcd21eccd069bd74ea957d6d185c162dd941a3d4d3c516e6d255a6bbdb2648a769779245838507183cb4f2f41782c43da5cb56752855d18fd862f484
7
+ data.tar.gz: 0a8b1ed069d3a392434c2586999219b381ccce032d781f12be3cc79c7eab767d2148074115110f87e4f61738a9385379885a40596a5a9e4df7e7d10dd9b3b160
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bulma_form_rails (0.9.6)
4
+ bulma_form_rails (0.9.8)
5
5
  pagy (~> 5.10)
6
6
  rails (~> 7.0.4)
7
7
  rake (~> 13.0.6)
data/README.md CHANGED
@@ -42,7 +42,15 @@ Or for an existing application, you should install Bulma as the Rails applicatio
42
42
  $ bundle add cssbundling-rails
43
43
  $ bin/rails css:install:bulma
44
44
  ```
45
-
45
+ If you were using importmaps in an existing application, you may need to remove these lines from `app/assets/config/manifest.js`:
46
+ ```javascript
47
+ -//= link_tree ../../javascript .js
48
+ -//= link_tree ../../../vendor/javascript .js
49
+ ```
50
+ You will also need to install the Pagy gem:
51
+ ```bash
52
+ $ bundle add pagy
53
+ ```
46
54
  ## Installation
47
55
  Install the gem and add to the application's Gemfile by executing:
48
56
  ```bash
@@ -57,6 +65,7 @@ Continue your installation by executing:
57
65
  $ bin/rails bulma_form_rails:install
58
66
  $ bin/rails generate bulma_form_rails:pagy_config
59
67
  $ bin/rails generate bulma_form_rails:views
68
+ $ bin/rails assets:precompile
60
69
  ```
61
70
  `rails bulma_form_rails:install` will add required resources to your application.
62
71
  The Rails generators will create your initial implementation view and configuration templates. If you modify the generated files, you might not want to to run these generators again.
@@ -1,3 +1,3 @@
1
1
  module BulmaFormRails
2
- VERSION = '0.9.6'
2
+ VERSION = '0.9.8'
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modgeosys/bulma_form_rails",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "description": "Stimulus controllers for BulmaFormRails Gem",
5
5
  "module": "lib/javascript/controllers/index.js",
6
6
  "main": "lib/javascript/controllers/index.js",
data/yarn.lock CHANGED
@@ -29,7 +29,7 @@
29
29
 
30
30
  "bulma@^0.9.4":
31
31
  "integrity" "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
32
- "resolved" "https://registry.npmjs.org/bulma/-/bulma-0.9.6.tgz"
32
+ "resolved" "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz"
33
33
  "version" "0.9.4"
34
34
 
35
35
  "bulmahead@^1.3.0":
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma_form_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Weller