hotwire-spark 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ export class StimulusReloader {
94
94
  }
95
95
 
96
96
  #registerController(name, module) {
97
- this.#deregisterController(name)
97
+ this.application.unload(name)
98
98
  this.application.register(name, module.default)
99
99
  }
100
100
 
@@ -1,5 +1,5 @@
1
1
  module Hotwire
2
2
  module Spark
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire-spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Manrubia