bulma_form_rails 0.9.5 → 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: 9003b9765e70a72452e9d25be05bd176610c9aa4903fc74f6da0ce140533b30b
4
- data.tar.gz: c3e1b5a91e6890194edd64eec2a12c16b3dc0f1f4451b2a7950f5716c0264c94
3
+ metadata.gz: 6cd78deabfe8252c52991bd35ffb161fa19f4bcc520df4dcafc06cf7bf999bc6
4
+ data.tar.gz: 9b0a8435c1e1cb914a3591ff049116b2ce3dc5426bfa76993428e9af782956f4
5
5
  SHA512:
6
- metadata.gz: 397f523b0030415e82598cbe7b9a83dc2c7724953c19dcde2036e368df69bd427b1218bacecf8f74696cd23426f58dcd2750b2df98a56c839e511630576fdf87
7
- data.tar.gz: cb3329f0419113d8ab0014fa877edaf64f60b44cd4dc2aa5c8aad2c377bde47009942f80c607764c71f7c5b7f612086b279d986bf6fa5df113bbb9f1efa52a41
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.5)
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
@@ -39,9 +39,13 @@ $ rails new -c bulma app_name
39
39
  ```
40
40
  Or for an existing application, you should install Bulma as the Rails application generator would have. Something like this might be enough:
41
41
  ```bash
42
+ $ bundle add cssbundling-rails
42
43
  $ bin/rails css:install:bulma
43
44
  ```
44
-
45
+ You will also need to install the Pagy gem:
46
+ ```bash
47
+ $ bundle add pagy
48
+ ```
45
49
  ## Installation
46
50
  Install the gem and add to the application's Gemfile by executing:
47
51
  ```bash
@@ -1,3 +1,3 @@
1
1
  module BulmaFormRails
2
- VERSION = '0.9.5'
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.5",
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",
@@ -14,7 +14,7 @@
14
14
  "@hotwired/turbo": "^7.1.0",
15
15
  "stimulus": "^3.0.1",
16
16
  "@rails/request.js": "^0.0.6",
17
- "bulma": "^0.9.5",
17
+ "bulma": "^0.9.4",
18
18
  "bulma-popover": "^1.1.1",
19
19
  "bulmahead": "^1.3.0"
20
20
  },
data/yarn.lock CHANGED
@@ -27,10 +27,10 @@
27
27
  "resolved" "https://registry.npmjs.org/bulma-popover/-/bulma-popover-1.1.1.tgz"
28
28
  "version" "1.1.1"
29
29
 
30
- "bulma@^0.9.5":
30
+ "bulma@^0.9.4":
31
31
  "integrity" "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
32
- "resolved" "https://registry.npmjs.org/bulma/-/bulma-0.9.5.tgz"
33
- "version" "0.9.5"
32
+ "resolved" "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz"
33
+ "version" "0.9.4"
34
34
 
35
35
  "bulmahead@^1.3.0":
36
36
  "integrity" "sha512-WOTKlNsPglCIrTDLHsrqYJXwtPfCDlSHi4RDs4DsCICzEwyRlQxD/KUzyjjvYiKG7+4cFYTLOcFIg/o2S7yHRg=="
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.5
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Weller