lookbook 0.2.2 → 0.2.3

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: 6e8a93baa87f47304f68676fd5884b61eb32782f552e89316e4abb702373003f
4
- data.tar.gz: ada4f4b935bc63066b980a8faf7fcf81f4f7a594790f4f4ddd8a01a630b880f5
3
+ metadata.gz: c35cb307d0756229c0ef4be7e46fcdaa9815abc1988d78e48390c2b7fe7b470a
4
+ data.tar.gz: '01179fd9cb5d1949b04882565f5d2288f3a8575e0164dfd901951b51e7069557'
5
5
  SHA512:
6
- metadata.gz: 8cc694ae333a50382654e9c36f52a9cfe964a20bd6715ce365dd55adcca44c564e1a742c053625286dad9f929bf9640919d961277d4c426ab7c9584cb57fd5da
7
- data.tar.gz: ef0fc829bf1528cc521f2cd98887fc67476ed1d0a316e8ebefd9813e744714a0145b897091f7cc6768c2b459b1c3e5bf3982b2ee7ae451f2b2e512fa35e67b4a
6
+ metadata.gz: 7ca421666db35f1c09076e4c6a0699c958ef64e9c7a35cdcc47122d734695d4df5913230860f1c1885a0b658f2274a0268e846dafce18ea27995317610be8823
7
+ data.tar.gz: 2c35614a77dba59d2c4e5d3f5ab490ec44d3e3af065ba1dd5004ec0cfedcc1b8ab99fc7bacf3060efb80d50c7965c50110149967ffc189284810eb67b5e6557d
@@ -36,8 +36,7 @@ module Lookbook
36
36
 
37
37
  initializer "lookbook.cable.config" do |app|
38
38
  if app.config.lookbook.auto_refresh
39
- config_path = Lookbook::Engine.root.join("config", "lookbook_cable.yml")
40
- Lookbook::Engine.cable.cable = app.config_for(config_path).with_indifferent_access
39
+ Lookbook::Engine.cable.cable = {adapter: "async"}.with_indifferent_access
41
40
  Lookbook::Engine.cable.mount_path = "/cable"
42
41
  Lookbook::Engine.cable.connection_class = -> { Lookbook::Connection }
43
42
  end
@@ -1,3 +1,3 @@
1
1
  module Lookbook
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lookbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Perkins
@@ -200,7 +200,6 @@ files:
200
200
  - app/views/lookbook/partials/nav/_label.html.erb
201
201
  - app/views/lookbook/partials/nav/_nav.html.erb
202
202
  - app/views/lookbook/partials/nav/_preview.html.erb
203
- - config/lookbook_cable.yml
204
203
  - config/routes.rb
205
204
  - lib/lookbook.rb
206
205
  - lib/lookbook/collection.rb
@@ -1,8 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: async