plezi 0.14.5 → 0.14.6

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: 7f914fd397c3ff4c119da17c2a97ad294813e7a1
4
- data.tar.gz: c8cce257a36d1ee92512ef4a38cd1432f847a4fa
3
+ metadata.gz: 3c8948c97b16b27b2927f7e312ece24486a09235
4
+ data.tar.gz: b0bbc7bc1398dbcc74e8d793bdb35012564d9e4f
5
5
  SHA512:
6
- metadata.gz: 7bdfdb162d587f8ab5f79267180d2395ca46491de8cb10d95f3db8749b4b00b2f5106229854b53cd6c3b06edf91f6f8432eb38ed212d547d7f9c3c2f208b8184
7
- data.tar.gz: 3bb3173130fa9c20e26aecb4fbae2417ba3cfd1627b35974f0b216f3fb54997bf4d418f148eea9307f07e09e8971b33b38130cf7da53d18031e03ee093386b4a
6
+ metadata.gz: 7f006cf1fe90702a3d0ab2cf0464f7e7c3b3a3eb3604b95f6cb5af3b4a3fe508288800a377863ec58f51c15a551beb563e9fad5538843e91ea58cdbe59ec3875
7
+ data.tar.gz: 527c3686b12b9e82f19ae22cbff9018d9cc08fc18df859aa48c4fcf7408ef2c7ef67065946292b48217b7027ef85760483515d9a7048683aa475f74977355f62
@@ -2,6 +2,12 @@
2
2
 
3
3
  ***
4
4
 
5
+ Change log v.0.14.6
6
+
7
+ **Fix**: Fixed Plezi client SSL URL scheme for auto-url connections.
8
+
9
+ ***
10
+
5
11
  Change log v.0.14.5
6
12
 
7
13
  **Fix**: Fixed Plezi client issues related to the code beautifier moving things around.
@@ -1,3 +1,3 @@
1
1
  module Plezi
2
- VERSION = '0.14.5'.freeze
2
+ VERSION = '0.14.6'.freeze
3
3
  end
@@ -199,7 +199,7 @@ PleziClient.prototype.___dispatch =
199
199
  }
200
200
 
201
201
  PleziClient.origin =
202
- (self.location.protocol.match(/https/) ? 'wws'
202
+ (self.location.protocol.match(/https/) ? 'wss'
203
203
  : 'ws') +
204
204
  '://' + self.location.hostname +
205
205
  (self.location.port == ''
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plezi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.5
4
+ version: 0.14.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boaz Segev