cloudwalk_handshake 0.4.9 → 0.4.10

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: 5133ceab28d8ea6943d27936cf5d0fe5f1ee6974
4
- data.tar.gz: 6e0c04e7e842d020e51432cff5d4dc6d289acc4b
3
+ metadata.gz: 12c6d8d2ae289967a926a66dba2451f61cf949b8
4
+ data.tar.gz: 6dd6b544fe7a3cba26d365d89e9b970418ccdd76
5
5
  SHA512:
6
- metadata.gz: 97fb9ad8faa020a5ddb8cdfa4f8cc1d6eba5b8725e0d0854d29226caa25de6609c2565a29699e215ab9f57b0aab4866dd32e9c4e2dfe665a2f74ad65678e0dbd
7
- data.tar.gz: 84fa04c0ceee6b16ec01e8a2df867106ebef1f490c813738645108d4a198e7caa50b6ec017468170221bddd04375b1c7b108634ad9836167af74da68dd4dde33
6
+ metadata.gz: 2fa508718946d32ab1d8974dbff12ad3ce2ce6be8480aae4536a4842f19b3a0e78e6e3ef73e3446a8d2917d146d4d0c1b29a39ff628ca55c6256f2b7e547c751
7
+ data.tar.gz: 5083ea4d4744201e44ca93fb3b8f66b33b41baf122ec6ca0a0c00626f0daf9cb9f68032f1fc2921468f36de171193b8ee56aa52875516bd4c12501dbdab886b6
data/Gemfile.lock CHANGED
@@ -17,7 +17,7 @@ GIT
17
17
  PATH
18
18
  remote: .
19
19
  specs:
20
- cloudwalk_handshake (0.4.9)
20
+ cloudwalk_handshake (0.4.10)
21
21
 
22
22
  GEM
23
23
  remote: https://rubygems.org/
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CloudWalk Handshake
2
2
 
3
+ ### 0.4.10 - 2015-12-10 - CloudwalkSocket#bytes_available fix
4
+
5
+ - 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.
6
+
3
7
  ### 0.4.9 - 2015-12-10 - CloudwalkSocket#read improvement
4
8
 
5
9
  - Implement CloudwalkSocket#recv_nonblock.
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  class CloudwalkHandshake
3
3
  def self.version
4
- "0.4.9"
4
+ "0.4.10"
5
5
  end
6
6
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudwalk_handshake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone