pusher-client 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/pusher-client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efceb704a505a9207f749d62ebc163bc125964ba
|
4
|
+
data.tar.gz: e885980cdd01017f40ba4cff327242752af086e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fee4d49b98889801630b21e891352e37c980dc1258b3164b55da687fc7d48ff569d8bf79d43ee3548824214d269d8fc7c40d9519aac84e3a77513ed0b90eab02
|
7
|
+
data.tar.gz: a4d130d55305f2b7a757ba40d20d8c82ac6b96ca80223255ee72187fec2729a01e71a6033cbde5be63a710a605d1a6a987d4a04ec1ee7339aefb2643578e7c4e
|
data/CHANGELOG.md
CHANGED
@@ -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
|
|