pusher-client 0.6.1 → 0.6.2

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: ca0b6841ec8088d1414317b0c1c632480120de91
4
- data.tar.gz: 1ea3ba5948397e263dd3a941a4093638933abf24
3
+ metadata.gz: efceb704a505a9207f749d62ebc163bc125964ba
4
+ data.tar.gz: e885980cdd01017f40ba4cff327242752af086e0
5
5
  SHA512:
6
- metadata.gz: 351e96ba78075a7ca23cad3d561b0246344775c2d53d009ac39ce5dc098bbd3b88a595e632789bf794de659f37770c66e8b5b29e08f86c37e5df0c6d55b42ead
7
- data.tar.gz: 6096c73347065726af44d9242fb945a055646f3225ccb98dfe84d80646cc9544dc8271c37c5f456442337572abc09edef39587c749de1c9bdd57ac1e5384a74b
6
+ metadata.gz: fee4d49b98889801630b21e891352e37c980dc1258b3164b55da687fc7d48ff569d8bf79d43ee3548824214d269d8fc7c40d9519aac84e3a77513ed0b90eab02
7
+ data.tar.gz: a4d130d55305f2b7a757ba40d20d8c82ac6b96ca80223255ee72187fec2729a01e71a6033cbde5be63a710a605d1a6a987d4a04ec1ee7339aefb2643578e7c4e
@@ -1,4 +1,16 @@
1
1
 
2
+ 0.6.2 / 2015-05-14
3
+ ==================
4
+
5
+ * DOC FIX: Add secure hash key in addition to encrypted
6
+ * FIX: Make sure to read all messages received
7
+ * FIX: Don't hide IOError when reading from the socket
8
+
9
+ 0.6.1 / 2015-05-14
10
+ ==================
11
+
12
+ Same release as above but with missing changelog
13
+
2
14
  0.6.0 / 2014-04-23
3
15
  ==================
4
16
 
@@ -1,3 +1,3 @@
1
1
  module PusherClient
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pusher-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pusher