cloudwalk_handshake 0.4.10 → 0.4.11
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 +4 -4
- data/Gemfile.lock +1 -1
- data/RELEASE_NOTES.md +4 -0
- data/lib/version.rb +1 -1
- data/out/cloudwalk_handshake/main.mrb +0 -0
- 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: 0ebcbca7a218104a738ee561af997e7694b103c5
|
4
|
+
data.tar.gz: 96eeb872c6f38966e8b5310ab945d42c66fb9ffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 908b742d75a74590410f0b592bf8b4fa7950f204db442816d281ef7fbc9ebb6aa1294ad90467eaf981dab6dfe3eeb6e95f97cf773509f24a081ccd015df124d6
|
7
|
+
data.tar.gz: b18c965d2888db277554e2dbb28dc2be3ae3f02822c770b81e62d09b6b244ccce7f0321e2b880b0f8d4294378df0300c599a7f6a9580539bea7038ab8376ac38
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# CloudWalk Handshake
|
2
2
|
|
3
|
+
### 0.4.11 - 2015-12-10 - Update binary
|
4
|
+
|
5
|
+
- Update cloudwalk_handshake binary.
|
6
|
+
|
3
7
|
### 0.4.10 - 2015-12-10 - CloudwalkSocket#bytes_available fix
|
4
8
|
|
5
9
|
- Bug fix on CloudwalkSocket#bytes_available to only call the method to the socket if previous value was 0, so avoiding a second call if it returns a value. It used to have segfault if on the second call in some platforms.
|
data/lib/version.rb
CHANGED
Binary file
|