importmap-rails 0.1.1 → 0.1.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: b283cbeb91cfc32169687652f221e43cc9c7a5c789a2bd170726c0cd0c57f6a9
4
- data.tar.gz: ad7cf03dda4149f895bf5168422c9b08259ce6c506c103bc701d46e33590f0d6
3
+ metadata.gz: cffa11ad049d46f3ef56fab7da90f3af2327a939798919d99a5947c686182c62
4
+ data.tar.gz: c5e5e51d1b31390d829eb3597d0edb6baa1b2f47a6927819be7010f5051902bf
5
5
  SHA512:
6
- metadata.gz: 61c4c1787c73c9d18f6c987fff819c32731a649d411493d4e06bac4e41b026f528eaac96f4ddd8fd648637ee1e9854d98bb989a2256c9aa22de17730350c2712
7
- data.tar.gz: 3bf962788a9188be9df18b228c829c53239711632e787efc12b433135ff0e41d10e1d7e9cd7531e5a2f9b1be0e952e749e0751b87f97dbdd05dfc1c7394c6f3e
6
+ metadata.gz: 616fde8d62bf12df6a978db064d6a0dfa6df81738952fab605edf5642d860b555e9f2e533fc0a3856dffd4342cc76e6223b1c66174fbdcb3f56c045e041a3478
7
+ data.tar.gz: 44080fa546f79169abbc7fde3717df239e5cc0c7765d238762710cb1c62eb9ddb6f8cf33d63cc4abd69c750297714ae42e04ddb29ac44637fe2f27b83cc227e0
@@ -1,3 +1,3 @@
1
1
  module Importmap
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -23,7 +23,7 @@ say "Configure importmap paths in config/initializers/assets.rb"
23
23
  append_to_file Rails.root.join("config/initializers/assets.rb") do <<-RUBY
24
24
 
25
25
  # Configure importmap paths in addition to having all files in app/assets/javascripts mapped.
26
- Rails.application.config.importmap.paths do |paths|
26
+ Rails.application.config.importmap.paths.tap do |paths|
27
27
  # Match libraries with their NPM package names for possibility of easy later porting.
28
28
  # Ensure that libraries listed in the path have been linked in the asset pipeline manifest or precompiled.
29
29
  paths.asset "@rails/actioncable", path: "actioncable.esm.js"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: importmap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-10 00:00:00.000000000 Z
11
+ date: 2021-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails