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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 471f5f6c73e83e7f266973144bf4f9c2bd3694a2
4
- data.tar.gz: 8ae2650f09ff505fdafb88ae1199296e9be7a437
3
+ metadata.gz: 5133ceab28d8ea6943d27936cf5d0fe5f1ee6974
4
+ data.tar.gz: 6e0c04e7e842d020e51432cff5d4dc6d289acc4b
5
5
  SHA512:
6
- metadata.gz: 15361026036745796c6f1a479900863cd962f40393829fb7c2106ceeb592130ce3d3ad4517812d2f48f244b6efb9918054361cd30cd3df42324fbf9b73d01c76
7
- data.tar.gz: b4faca2b42bd7a62c85e4bc0d73838a28138ce3a6478d872f00f95ea779b6119455d507ab82875d1b821edecd4e976acc4db3379bffa2769c3f3df95dc80d046
6
+ metadata.gz: 97fb9ad8faa020a5ddb8cdfa4f8cc1d6eba5b8725e0d0854d29226caa25de6609c2565a29699e215ab9f57b0aab4866dd32e9c4e2dfe665a2f74ad65678e0dbd
7
+ data.tar.gz: 84fa04c0ceee6b16ec01e8a2df867106ebef1f490c813738645108d4a198e7caa50b6ec017468170221bddd04375b1c7b108634ad9836167af74da68dd4dde33
data/Gemfile.lock CHANGED
@@ -17,7 +17,7 @@ GIT
17
17
  PATH
18
18
  remote: .
19
19
  specs:
20
- cloudwalk_handshake (0.4.8)
20
+ cloudwalk_handshake (0.4.9)
21
21
 
22
22
  GEM
23
23
  remote: https://rubygems.org/
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
- - Update da_funk to version 0.4.19.
6
- - Return 0 on Socket#write if buffer is nil or empty.
7
- - Clear timezone if a problem on TOTP authentication is returned.
8
- - Add debug false to not compile the code with debugs.
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  class CloudwalkHandshake
3
3
  def self.version
4
- "0.4.8"
4
+ "0.4.9"
5
5
  end
6
6
  end
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.8
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-08 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler