raindrops 0.19.1 → 0.19.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.olddoc.yml +3 -3
- data/GIT-VERSION-GEN +1 -1
- data/README +1 -1
- data/ext/raindrops/linux_inet_diag.c +1 -0
- data/pkg.mk +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e1444bc6e35e67993745b3627e848537490fd3b02a67e12be9721b031e22e70
|
4
|
+
data.tar.gz: 9ed2dff40418e89a71ecf18cfb74b72d28d9570ceef314ee1c81bdff19ed832a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccb15ce6a96c1619d53d6090851ef8152ebd673b2db8aed9c6d4bb42757de2d9d051888d3f105d6d3461683eb33575d343e7d31a1ddb91a8f9914bb4e6abcb81
|
7
|
+
data.tar.gz: ce265e39bf3217f3b62931ead0fff78e7e118785466bc0eecff1858f9d808982c12b14f2645ecfffd96c8cb8e0a1a72ac03c0d6ad220c84950dfd2fe05d7f258
|
data/.olddoc.yml
CHANGED
@@ -4,10 +4,10 @@ rdoc_url: https://yhbt.net/raindrops/
|
|
4
4
|
public_email: raindrops-public@yhbt.net
|
5
5
|
ml_url:
|
6
6
|
- https://yhbt.net/raindrops-public/
|
7
|
-
- http://
|
7
|
+
- http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops-public
|
8
8
|
nntp_url:
|
9
9
|
- nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
|
10
|
-
- nntp://
|
10
|
+
- nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.raindrops
|
11
11
|
source_code:
|
12
12
|
- git clone https://yhbt.net/raindrops.git
|
13
|
-
- torsocks git clone http://
|
13
|
+
- torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops.git
|
data/GIT-VERSION-GEN
CHANGED
data/README
CHANGED
@@ -95,7 +95,7 @@ mailto:raindrops-public@yhbt.net
|
|
95
95
|
Mailing list archives are available over HTTPS and NNTP:
|
96
96
|
|
97
97
|
* https://yhbt.net/raindrops-public/
|
98
|
-
* http://
|
98
|
+
* http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops-public/
|
99
99
|
* nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
|
100
100
|
|
101
101
|
Since archives are public, scrub sensitive information and
|
@@ -696,6 +696,7 @@ void Init_raindrops_linux_inet_diag(void)
|
|
696
696
|
rb_define_singleton_method(cIDSock, "new", ids_s_new, 0);
|
697
697
|
|
698
698
|
cListenStats = rb_const_get(cRaindrops, rb_intern("ListenStats"));
|
699
|
+
rb_gc_register_mark_object(cListenStats); /* pin */
|
699
700
|
|
700
701
|
rb_define_module_function(mLinux, "tcp_listener_stats",
|
701
702
|
tcp_listener_stats, -1);
|
data/pkg.mk
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raindrops
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- raindrops hackers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aggregate
|