cloudwalk_handshake 0.4.8 → 0.4.9
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 +10 -4
- data/lib/version.rb +1 -1
- data/out/cloudwalk_handshake/main.mrb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5133ceab28d8ea6943d27936cf5d0fe5f1ee6974
|
4
|
+
data.tar.gz: 6e0c04e7e842d020e51432cff5d4dc6d289acc4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97fb9ad8faa020a5ddb8cdfa4f8cc1d6eba5b8725e0d0854d29226caa25de6609c2565a29699e215ab9f57b0aab4866dd32e9c4e2dfe665a2f74ad65678e0dbd
|
7
|
+
data.tar.gz: 84fa04c0ceee6b16ec01e8a2df867106ebef1f490c813738645108d4a198e7caa50b6ec017468170221bddd04375b1c7b108634ad9836167af74da68dd4dde33
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
@@ -1,11 +1,17 @@
|
|
1
1
|
# CloudWalk Handshake
|
2
2
|
|
3
|
+
### 0.4.9 - 2015-12-10 - CloudwalkSocket#read improvement
|
4
|
+
|
5
|
+
- Implement CloudwalkSocket#recv_nonblock.
|
6
|
+
- Turn CloudwalkSocket#read blocking checking if socket tcp has bytes to peek.
|
7
|
+
- CloudwalkSocket#recv_nonblock and CloudwalkSocket#read returns empty if socket was closed.
|
8
|
+
|
3
9
|
### 0.4.8 - 2015-12-08 - Update da_funk version
|
4
10
|
|
5
|
-
-
|
6
|
-
-
|
7
|
-
-
|
8
|
-
-
|
11
|
+
- Update da_funk to version 0.4.19.
|
12
|
+
- Return 0 on Socket#write if buffer is nil or empty.
|
13
|
+
- Clear timezone if a problem on TOTP authentication is returned.
|
14
|
+
- Add debug false to not compile the code with debugs.
|
9
15
|
|
10
16
|
### 0.4.7 - 2015-12-04 - Refactoring
|
11
17
|
|
data/lib/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudwalk_handshake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Scalone
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|