hotsock-turbo 0.8.0 → 0.9.0

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: 9e0c4f17c8d5a1de4293baf2a18161370c42dda911b960c826c1feb7389d09e6
4
- data.tar.gz: 2bb1a931c63f385a146edc83ee1c2c999ccf32bf630c6494d263ee92c9118be7
3
+ metadata.gz: 11b3bd4105b078863464df86b45f2ebfca454df149792e0c85cf0e7e228670e7
4
+ data.tar.gz: 9814e0a43666600e57db6ba0668e2bbb4497d0bd3d06d160685dd0b6578dded3
5
5
  SHA512:
6
- metadata.gz: fcd31ac1f6d52ce280b8f282e3d84f97963be0330d9fd5544ff406c406a124eced6669f7ba63afc524b2a3fb2ada3ac6cae28de5b122df469c4b869376aea066
7
- data.tar.gz: c293c5a55e8fa202dfb40aa2738cc6e8b8996215ccf90996177e4fcb06603de6993a8caf30d0a98dcbdc5de4b91c82cae3822285bae2402544b675f9bf006193
6
+ metadata.gz: 06556ce7abe66b4140501f83d478e39c41a556d7122ccb079a62c122917301cf963dd799ac8106b02e86e1019a9e4f920dd0f49d808074ee59fc12f5763698ed
7
+ data.tar.gz: 7422f0cc5990a220926e2a4f8205785d0d3d5796d54bcdce7a7ea643ac3e1d8607b99c597dc7159b6feb5cc702c5224f31db5d0abcff617feefdcb54ed854289
data/config/routes.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Hotsock::Turbo::Engine.routes.draw do
4
- post "connect", to: "tokens#connect"
4
+ post "connect", to: "hotsock/turbo/tokens#connect"
5
5
  end
@@ -3,8 +3,6 @@
3
3
  module Hotsock
4
4
  module Turbo
5
5
  class Engine < Rails::Engine
6
- isolate_namespace Hotsock::Turbo
7
-
8
6
  initializer "hotsock.turbo.helpers" do
9
7
  ActiveSupport.on_load(:action_view) do
10
8
  include Hotsock::Turbo::StreamsHelper
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hotsock
4
4
  module Turbo
5
- VERSION = "0.8.0"
5
+ VERSION = "0.9.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotsock-turbo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Miller