bulma_form_rails 0.9.5 → 0.9.6

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: 6b75f6ac8916d4f3f1a0b28acef6077ab76180cab530a0298cf8051ce41ff296
4
+ data.tar.gz: b38ceba2f14e9212668aba42d1a55a3b7a594a434efe53110e3b103a2220f2f1
5
5
  SHA512:
6
- metadata.gz: 397f523b0030415e82598cbe7b9a83dc2c7724953c19dcde2036e368df69bd427b1218bacecf8f74696cd23426f58dcd2750b2df98a56c839e511630576fdf87
7
- data.tar.gz: cb3329f0419113d8ab0014fa877edaf64f60b44cd4dc2aa5c8aad2c377bde47009942f80c607764c71f7c5b7f612086b279d986bf6fa5df113bbb9f1efa52a41
6
+ metadata.gz: 07bbcc35dee71b96afef806e3cd5d0ac29b5adfc984b349efc40e964d83392f2d0bf7b6c28a05aa708580ae743cf53c7a62e98d309d1a28e99c29e11641357c2
7
+ data.tar.gz: 4ac40293b084ccbf45560bdd843b52bce6fda299f9bd740db168411a375c4999b27f3468be626813035d6a3987b00a04d6ecb08c60a2f39dcdf31e2ed68b5ab0
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.6)
5
5
  pagy (~> 5.10)
6
6
  rails (~> 7.0.4)
7
7
  rake (~> 13.0.6)
data/README.md CHANGED
@@ -39,6 +39,7 @@ $ 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
 
@@ -1,3 +1,3 @@
1
1
  module BulmaFormRails
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
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.6",
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.6.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.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Weller