bulma_form_rails 0.9.6 → 0.9.7

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: 6cd78deabfe8252c52991bd35ffb161fa19f4bcc520df4dcafc06cf7bf999bc6
4
+ data.tar.gz: 9b0a8435c1e1cb914a3591ff049116b2ce3dc5426bfa76993428e9af782956f4
5
5
  SHA512:
6
- metadata.gz: 07bbcc35dee71b96afef806e3cd5d0ac29b5adfc984b349efc40e964d83392f2d0bf7b6c28a05aa708580ae743cf53c7a62e98d309d1a28e99c29e11641357c2
7
- data.tar.gz: 4ac40293b084ccbf45560bdd843b52bce6fda299f9bd740db168411a375c4999b27f3468be626813035d6a3987b00a04d6ecb08c60a2f39dcdf31e2ed68b5ab0
6
+ metadata.gz: a2e437e5d1a60e41333197908afb77e97a66261db6f432ed255ad2eaceeb42e9fbf716e1505baddc25934ff89624175f2b1782357102ac537802bc6adce934b0
7
+ data.tar.gz: 486b4bbaaedac8d58d47d71d3d149719ded6acb208c6a8e0ddd6216b85aeaf25ae3d8a812c5c0958053676084bf6608be9ed43e339e58e9a27312ff951328ea7
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.7)
5
5
  pagy (~> 5.10)
6
6
  rails (~> 7.0.4)
7
7
  rake (~> 13.0.6)
data/README.md CHANGED
@@ -42,7 +42,10 @@ 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
+ You will also need to install the Pagy gem:
46
+ ```bash
47
+ $ bundle add pagy
48
+ ```
46
49
  ## Installation
47
50
  Install the gem and add to the application's Gemfile by executing:
48
51
  ```bash
@@ -1,3 +1,3 @@
1
1
  module BulmaFormRails
2
- VERSION = '0.9.6'
2
+ VERSION = '0.9.7'
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.7",
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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Weller