bulma_form_rails 0.9.6 → 0.9.7
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 +1 -1
- data/README.md +4 -1
- data/lib/bulma_form_rails/version.rb +1 -1
- data/package.json +1 -1
- data/yarn.lock +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: 6cd78deabfe8252c52991bd35ffb161fa19f4bcc520df4dcafc06cf7bf999bc6
|
|
4
|
+
data.tar.gz: 9b0a8435c1e1cb914a3591ff049116b2ce3dc5426bfa76993428e9af782956f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2e437e5d1a60e41333197908afb77e97a66261db6f432ed255ad2eaceeb42e9fbf716e1505baddc25934ff89624175f2b1782357102ac537802bc6adce934b0
|
|
7
|
+
data.tar.gz: 486b4bbaaedac8d58d47d71d3d149719ded6acb208c6a8e0ddd6216b85aeaf25ae3d8a812c5c0958053676084bf6608be9ed43e339e58e9a27312ff951328ea7
|
data/Gemfile.lock
CHANGED
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
|
data/package.json
CHANGED
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.
|
|
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":
|