libuv 4.0.1 → 4.0.2
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
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e5dd634ac49e1992a605d48dc6c82cc33b1d564
|
|
4
|
+
data.tar.gz: 65babf4fb27ec1dc6a36cbeef6bc04838825398e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55b41d35b78c90f827ab6a0ffd1819d637e8bbca93d2f455497d512c37c14591473aa462d2d74acac821aaca765ad17f38766af7f1e41128e96abd49f5e93439
|
|
7
|
+
data.tar.gz: 44aa53c8e06c8d1411a76699d8488c12090529ff9e2f77e7e9fe6e713557edeea83b0d5737fa2bac6d96a015acd3294efbb280230ef5dc78a441f6a52be03e77
|
data/lib/libuv/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libuv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen von Takach
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|
|
@@ -244,6 +244,7 @@ files:
|
|
|
244
244
|
- ext/libuv/include/uv-version.h
|
|
245
245
|
- ext/libuv/include/uv-win.h
|
|
246
246
|
- ext/libuv/include/uv.h
|
|
247
|
+
- ext/libuv/libuv.nsi
|
|
247
248
|
- ext/libuv/libuv.pc.in
|
|
248
249
|
- ext/libuv/m4/.gitignore
|
|
249
250
|
- ext/libuv/m4/as_case.m4
|
|
@@ -266,7 +267,6 @@ files:
|
|
|
266
267
|
- ext/libuv/src/inet.c
|
|
267
268
|
- ext/libuv/src/queue.h
|
|
268
269
|
- ext/libuv/src/threadpool.c
|
|
269
|
-
- ext/libuv/src/unix/aix-common.c
|
|
270
270
|
- ext/libuv/src/unix/aix.c
|
|
271
271
|
- ext/libuv/src/unix/android-ifaddrs.c
|
|
272
272
|
- ext/libuv/src/unix/async.c
|
|
@@ -282,7 +282,6 @@ files:
|
|
|
282
282
|
- ext/libuv/src/unix/fsevents.c
|
|
283
283
|
- ext/libuv/src/unix/getaddrinfo.c
|
|
284
284
|
- ext/libuv/src/unix/getnameinfo.c
|
|
285
|
-
- ext/libuv/src/unix/ibmi.c
|
|
286
285
|
- ext/libuv/src/unix/internal.h
|
|
287
286
|
- ext/libuv/src/unix/kqueue.c
|
|
288
287
|
- ext/libuv/src/unix/linux-core.c
|
|
@@ -319,7 +318,6 @@ files:
|
|
|
319
318
|
- ext/libuv/src/unix/udp.c
|
|
320
319
|
- ext/libuv/src/uv-common.c
|
|
321
320
|
- ext/libuv/src/uv-common.h
|
|
322
|
-
- ext/libuv/src/uv-data-getter-setters.c
|
|
323
321
|
- ext/libuv/src/version.c
|
|
324
322
|
- ext/libuv/src/win/async.c
|
|
325
323
|
- ext/libuv/src/win/atomicops-inl.h
|
|
@@ -395,7 +393,6 @@ files:
|
|
|
395
393
|
- ext/libuv/test/test-close-fd.c
|
|
396
394
|
- ext/libuv/test/test-close-order.c
|
|
397
395
|
- ext/libuv/test/test-condvar.c
|
|
398
|
-
- ext/libuv/test/test-connect-unspecified.c
|
|
399
396
|
- ext/libuv/test/test-connection-fail.c
|
|
400
397
|
- ext/libuv/test/test-cwd-and-chdir.c
|
|
401
398
|
- ext/libuv/test/test-default-loop-close.c
|
|
@@ -420,7 +417,6 @@ files:
|
|
|
420
417
|
- ext/libuv/test/test-gethostname.c
|
|
421
418
|
- ext/libuv/test/test-getnameinfo.c
|
|
422
419
|
- ext/libuv/test/test-getsockname.c
|
|
423
|
-
- ext/libuv/test/test-getters-setters.c
|
|
424
420
|
- ext/libuv/test/test-handle-fileno.c
|
|
425
421
|
- ext/libuv/test/test-homedir.c
|
|
426
422
|
- ext/libuv/test/test-hrtime.c
|
|
@@ -458,7 +454,6 @@ files:
|
|
|
458
454
|
- ext/libuv/test/test-poll-closesocket.c
|
|
459
455
|
- ext/libuv/test/test-poll-oob.c
|
|
460
456
|
- ext/libuv/test/test-poll.c
|
|
461
|
-
- ext/libuv/test/test-process-title-threadsafe.c
|
|
462
457
|
- ext/libuv/test/test-process-title.c
|
|
463
458
|
- ext/libuv/test/test-queue-foreach-delete.c
|
|
464
459
|
- ext/libuv/test/test-ref.c
|
|
@@ -524,7 +519,6 @@ files:
|
|
|
524
519
|
- ext/libuv/test/test-udp-try-send.c
|
|
525
520
|
- ext/libuv/test/test-walk-handles.c
|
|
526
521
|
- ext/libuv/test/test-watcher-cross-stop.c
|
|
527
|
-
- ext/libuv/test/test.gyp
|
|
528
522
|
- ext/libuv/tools/make_dist_html.py
|
|
529
523
|
- ext/libuv/tools/vswhere_usability_wrapper.cmd
|
|
530
524
|
- ext/libuv/uv.gyp
|