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 +4 -4
- data/lib/libuv/version.rb +1 -1
- data/spec/zen_spec.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f06971c0a992853a7bb2578061b654f5439dfe2b
|
|
4
|
+
data.tar.gz: c6126232cc2e4c9d6eeebcac01e9687c13104a84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f83c97587b83d00ed1144c19f534800c7170ac483c0f765b5a384e30ff0831abe57d9184ced77a29dd78cc167fe7f4fe875b68f153ca7c91b20322317cc14a7e
|
|
7
|
+
data.tar.gz: 6d402335bb59b306f3d1a9532bf2582abbb662352927804154cf0e237063594d73a9ca4856b51ba1ffbcbd3e44ca68fca5be5803d32ff5a8fe6a134707f09261
|
data/lib/libuv/version.rb
CHANGED
data/spec/zen_spec.rb
CHANGED
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.
|
|
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-
|
|
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:
|