opal-connect 0.0.15 → 0.0.16

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
  SHA1:
3
- metadata.gz: d1d9d0e4b7880c010ff5b17ff9077031ed0df2e2
4
- data.tar.gz: 592334826cfa7c6f4fafeca24cdb630967f433ae
3
+ metadata.gz: 67a94dc1a69fd5d6d70c36e25162a69912f36f93
4
+ data.tar.gz: 40fd163d3458ab5d19b09d53cf175cf1accd90ab
5
5
  SHA512:
6
- metadata.gz: 32529be9df5f1916fdad47bebd6fe9173ee93f775d63cdf809ecf5fe24d3bf8aeca84a70a47bf0c02de33ef018bfd8770e2b2e0306b703ee673be58345a2f167
7
- data.tar.gz: ebc1ccc26a4fdc011e59286632f5d0f68003380d49b9e818660f884b6cd821e4a46064c4526dfc18dca893e4dacf25939f5b8167ee527f9f3e66f437c31c9f1e
6
+ metadata.gz: 70d6c12e88ab325316a8b259645f832e5947ecbc3cbe3897299f2d7cdf4d6306573abf87abc8906babb7b390b567be52a7fc88da0dba8beec674fd62c016c750
7
+ data.tar.gz: 819932610dd6f5de5d2559b225b0a2b2ed7c71dbe373d6c9243621111c7b410b87e3e56e8dceeb448c01acec3c69c3d3fc3d3df0aee97ee4eb20a8004e06f42e
@@ -1,5 +1,5 @@
1
1
  module Opal
2
2
  module Connect
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
data/lib/opal/connect.rb CHANGED
@@ -33,7 +33,6 @@ module Opal
33
33
  def setup(&block)
34
34
  if block_given?
35
35
  instance_exec(&block)
36
-
37
36
  # make sure we include the default plugins with connect
38
37
  options[:plugins].each { |plug| Connect.plugin plug }
39
38
  end
@@ -252,6 +251,8 @@ module Opal
252
251
  options.each { |key, value| Opal::Connect.options[key] = value }
253
252
  #{entry}
254
253
  #{files}
254
+ # make sure we include the default plugins with connect
255
+ options[:plugins].each { |plug| Connect.plugin plug }
255
256
  Opal::Connect.setup
256
257
  }
257
258
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj