hotwire-rails 0.1.1 → 0.1.2

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: e7527dd380badfa048ea5ca0d1fae2c7f1b5d36863e029b64362285c03771c35
4
- data.tar.gz: fca60a57d33cf8dfda30838a4c1bde131ec7ee58de529a497a816cddbfa143b2
3
+ metadata.gz: 469628f37c6137389fbb9af6f078d2b2e3e13d153b880ec56e342510393f0d2d
4
+ data.tar.gz: 2cb85d3a6f0300be26b9a0bcec442c2b8bfc398ada846b90b0173bdcb8fb7afa
5
5
  SHA512:
6
- metadata.gz: 818727c454fae3f2a31e369e829026b59073bc30c87add47b5cdefac4091df5d6fc7ba35df868dd3185090b0e43ba0950e6018ae0d1fc45fdcb61f7cebce0fa9
7
- data.tar.gz: 75b7a9467358868f412bc5940727394865b03a9a6158018b061891946f3d046ab46162a565023051e0fd0f669412c982592f1b15eb552255106661708a534a11
6
+ metadata.gz: 71acfa268a19edeec7741209d1b75bcf31a1161b810a13448f829e61e55e7a89fafd9e5ec7bb74f0f7a26d87096fabb94b87bd8e1621c7779689eee9a9135d03
7
+ data.tar.gz: f5b08564089d765085734c14d5a54dab7476da59ef9a11f287ddc34275b7cb2bcc4336bdc90df2b994f78ab6b19497229ed608ec2dd2f2de136c92097170ff53
data/README.md CHANGED
@@ -23,4 +23,4 @@ See https://github.com/hotwired/turbo-rails and https://github.com/hotwired/stim
23
23
 
24
24
  ## License
25
25
 
26
- Stimulus for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
26
+ Hotwire for Rails is released under the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,8 +1,8 @@
1
+ module Hotwire
2
+ end
3
+
1
4
  require "hotwire/version"
2
5
  require "hotwire/engine"
3
6
 
4
7
  require "turbo-rails"
5
8
  require "stimulus-rails"
6
-
7
- module Hotwire
8
- end
@@ -1,6 +1,4 @@
1
1
  module Hotwire
2
2
  class Engine < ::Rails::Engine
3
- isolate_namespace Hotwire
4
- config.eager_load_namespaces << Hotwire
5
3
  end
6
4
  end
@@ -1,3 +1,3 @@
1
1
  module Hotwire
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire-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
  - Sam Stephenson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2020-12-23 00:00:00.000000000 Z
13
+ date: 2020-12-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: turbo-rails