cloudwalk_handshake 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12c6d8d2ae289967a926a66dba2451f61cf949b8
4
- data.tar.gz: 6dd6b544fe7a3cba26d365d89e9b970418ccdd76
3
+ metadata.gz: 0ebcbca7a218104a738ee561af997e7694b103c5
4
+ data.tar.gz: 96eeb872c6f38966e8b5310ab945d42c66fb9ffd
5
5
  SHA512:
6
- metadata.gz: 2fa508718946d32ab1d8974dbff12ad3ce2ce6be8480aae4536a4842f19b3a0e78e6e3ef73e3446a8d2917d146d4d0c1b29a39ff628ca55c6256f2b7e547c751
7
- data.tar.gz: 5083ea4d4744201e44ca93fb3b8f66b33b41baf122ec6ca0a0c00626f0daf9cb9f68032f1fc2921468f36de171193b8ee56aa52875516bd4c12501dbdab886b6
6
+ metadata.gz: 908b742d75a74590410f0b592bf8b4fa7950f204db442816d281ef7fbc9ebb6aa1294ad90467eaf981dab6dfe3eeb6e95f97cf773509f24a081ccd015df124d6
7
+ data.tar.gz: b18c965d2888db277554e2dbb28dc2be3ae3f02822c770b81e62d09b6b244ccce7f0321e2b880b0f8d4294378df0300c599a7f6a9580539bea7038ab8376ac38
data/Gemfile.lock CHANGED
@@ -17,7 +17,7 @@ GIT
17
17
  PATH
18
18
  remote: .
19
19
  specs:
20
- cloudwalk_handshake (0.4.10)
20
+ cloudwalk_handshake (0.4.11)
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.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
@@ -1,6 +1,6 @@
1
1
 
2
2
  class CloudwalkHandshake
3
3
  def self.version
4
- "0.4.10"
4
+ "0.4.11"
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.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone