libuv 2.0.5 → 2.0.6

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: 27622406373dfaa50285260000947a5ca542a94f
4
- data.tar.gz: 5e4a0f834f31f3548494b038e6aee6e92fbc0056
3
+ metadata.gz: f06971c0a992853a7bb2578061b654f5439dfe2b
4
+ data.tar.gz: c6126232cc2e4c9d6eeebcac01e9687c13104a84
5
5
  SHA512:
6
- metadata.gz: 185772719e0b5f577d275713c30ccb7feb684536852006302f3f6114837dd2d96c7ff4053c37e3d764e7b1715e53abe1147faeecdcc974c07e2653db1c8a66c1
7
- data.tar.gz: 60b3074e501d3561ab301a6456a9d785417987106df52123404769813355eec5cbbb6f59bfa94c4df598f6407f78fd6884240429709a4bb30ea9c5f43c79dd98
6
+ metadata.gz: f83c97587b83d00ed1144c19f534800c7170ac483c0f765b5a384e30ff0831abe57d9184ced77a29dd78cc167fe7f4fe875b68f153ca7c91b20322317cc14a7e
7
+ data.tar.gz: 6d402335bb59b306f3d1a9532bf2582abbb662352927804154cf0e237063594d73a9ca4856b51ba1ffbcbd3e44ca68fca5be5803d32ff5a8fe6a134707f09261
@@ -1,3 +1,3 @@
1
1
  module Libuv
2
- VERSION = '2.0.5'
2
+ VERSION = '2.0.6'
3
3
  end
@@ -2,7 +2,7 @@ require 'libuv'
2
2
 
3
3
 
4
4
  describe Libuv::Listener do
5
- it "should ensure there are no remaining object references in callbacks" do
5
+ it "should ensure there are no remaining object references in callbacks", network: true do
6
6
  require 'objspace'
7
7
 
8
8
  checked = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libuv
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bulat Shakirzyanov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-22 00:00:00.000000000 Z
12
+ date: 2015-10-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -277,6 +277,7 @@ files:
277
277
  - ext/libuv/src/win/req-inl.h
278
278
  - ext/libuv/src/win/req.c
279
279
  - ext/libuv/src/win/signal.c
280
+ - ext/libuv/src/win/snprintf.c
280
281
  - ext/libuv/src/win/stream-inl.h
281
282
  - ext/libuv/src/win/stream.c
282
283
  - ext/libuv/src/win/tcp.c
@@ -370,8 +371,10 @@ files:
370
371
  - ext/libuv/test/test-pipe-bind-error.c
371
372
  - ext/libuv/test/test-pipe-close-stdout-read-stdin.c
372
373
  - ext/libuv/test/test-pipe-connect-error.c
374
+ - ext/libuv/test/test-pipe-connect-multiple.c
373
375
  - ext/libuv/test/test-pipe-connect-prepare.c
374
376
  - ext/libuv/test/test-pipe-getsockname.c
377
+ - ext/libuv/test/test-pipe-pending-instances.c
375
378
  - ext/libuv/test/test-pipe-sendmsg.c
376
379
  - ext/libuv/test/test-pipe-server-close.c
377
380
  - ext/libuv/test/test-pipe-set-non-blocking.c
@@ -527,3 +530,4 @@ test_files:
527
530
  - spec/tcp_spec.rb
528
531
  - spec/udp_spec.rb
529
532
  - spec/zen_spec.rb
533
+ has_rdoc: