stimulus-rails 0.7.1 → 0.7.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63f1ea42f0eeb825e1a28d89950006f2685c58d981e19c17d5615c929a9d9fe3
4
- data.tar.gz: 4f7077ba81c123dd387299d23768e70f326a3b2cd34bdf635fa94b4b8d9c80e0
3
+ metadata.gz: a394227aa508c3626226dfc459efb1d264dcd310d90077d9f446605407f8f778
4
+ data.tar.gz: 267e9e6e0429f0d2cb9a46befac52e319055e05f316ddf68f618cc4b59b2def8
5
5
  SHA512:
6
- metadata.gz: d18480d7c43ae4f7dd36b012bbff3484bd302ca8288d52d77d8f1df70aedb1fb5d929cafe6f732c82e5f4df1be9257fc93356ff753df4579a4de4f0193c84eae
7
- data.tar.gz: 58922b530cf09f41bbd6f38bf7bf7a374c67305ea9802ccb3cfb5af1590689cf4d3827ebd9afbd8fef64260db178c438997606b1648e73d8ffcd9f25b74831c7
6
+ metadata.gz: 4ffd9d3864592dea0e364690f3d19dff2469b68e6318884c02e1af4ef110244fe193568003139b198df5a69da8e4194cd71bc96746ba004664460fc83a72908a
7
+ data.tar.gz: c70a8be0745b25ac1de92456309ee11e74930c265ef6fb1cf5f9df0ae474beb295b5d06dd37f844b76d399b096424f0ebd41ea2598d21c2f69e7b55005001de2
@@ -12,8 +12,8 @@ append_to_file "app/javascript/application.js", %(import "controllers"\n)
12
12
 
13
13
  say "Pin Stimulus"
14
14
  append_to_file "config/importmap.rb" do <<-RUBY
15
- pin "@hotwired/stimulus", to: "stimulus.js"
16
- pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
15
+ pin "@hotwired/stimulus", to: "stimulus.js", preload: true
16
+ pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
17
17
  pin_all_from "app/javascript/controllers", under: "controllers"
18
18
  RUBY
19
19
  end
@@ -1,3 +1,3 @@
1
1
  module Stimulus
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stephenson
8
8
  - Javan Mahkmali
9
9
  - David Heinemeier Hansson
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-10-14 00:00:00.000000000 Z
13
+ date: 2021-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -26,7 +26,7 @@ dependencies:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  version: 6.0.0
29
- description:
29
+ description:
30
30
  email: david@loudthinking.com
31
31
  executables: []
32
32
  extensions: []
@@ -60,7 +60,7 @@ licenses:
60
60
  metadata:
61
61
  homepage_uri: https://stimulus.hotwired.dev
62
62
  source_code_uri: https://github.com/hotwired/stimulus-rails
63
- post_install_message:
63
+ post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
66
66
  - lib
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.1.4
79
- signing_key:
78
+ rubygems_version: 3.2.22
79
+ signing_key:
80
80
  specification_version: 4
81
81
  summary: A modest JavaScript framework for the HTML you already have.
82
82
  test_files: []