spina 2.3.0 → 2.3.1

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: f1e7e4d19a62bc03781a665e09f382754210d744e8f44a381faa935a2d0c4e13
4
- data.tar.gz: 04c88a4b97d1efc04074b12eb411abd55175ebf375fb90721c58b11fc899f60f
3
+ metadata.gz: 7a23df7e3712f2819910093a7765551cb329e928be6f83d40434b04e117c32d0
4
+ data.tar.gz: b4925d0b6f8412c27953cedc1cd82b3122b9b5829462471462fc864aab02c1c2
5
5
  SHA512:
6
- metadata.gz: '031682c8e78ddb62af9eb5a556ddc1fcf093cbd503aafef22bca51769da356d7a17863e579ad85a74de2bd810ee370e0069338cbbfd1f4a242a6da381902a0a4'
7
- data.tar.gz: 3ba215dfa01aa461f0238676ec08c41dafb3e8307a1bfb12e18a29e7cca045c7be20d3b5beb95020916e910308fc57e61d742054e819d6d4d181b8b816b5b976
6
+ metadata.gz: 2fc53639cb5db565a00622bf3d026682f678fd0df5fa8840e4c3d6b7d4409f1705457d4aa7cafc1d9561d620c17a98ece911e15eff20afa3bb4313b7416cd77f
7
+ data.tar.gz: 1f8a3a9c3beaf9d92c6f42da372191a0f50dbdd66aeb4637895ff7dc642a1be7527e9f65bb7b45c72c87d4336c351cefa80e9a637553314ecd7e2e4d297cb196
data/lib/spina/engine.rb CHANGED
@@ -42,9 +42,9 @@ module Spina
42
42
  initializer "spina.importmap" do
43
43
  Spina.config.importmap.paths.tap do |paths|
44
44
  # Stimulus & Turbo
45
- paths.asset "@hotwired/stimulus", path: "stimulus"
46
- paths.asset "@hotwired/stimulus-autoloader", path: "stimulus-autoloader"
47
- paths.asset "@hotwired/turbo-rails", path: "turbo"
45
+ paths.asset "@hotwired/stimulus", path: "stimulus.js"
46
+ paths.asset "@hotwired/stimulus-autoloader", path: "stimulus-autoloader.js"
47
+ paths.asset "@hotwired/turbo-rails", path: "turbo.js"
48
48
 
49
49
  paths.assets_in Spina::Engine.root.join("app/assets/javascripts/spina"), append_base_path: true
50
50
  end
data/lib/spina/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spina
2
- VERSION = "2.3.0"
2
+ VERSION = "2.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram Jetten
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2021-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails