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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c5318918bfd5808ecc840404c67ed59f80019c6a705ef434b10ae92da78ba06
4
- data.tar.gz: 1f25061c601aab07e3eb041cc9c2fd005438a1527994e0696b5eafc8dc148650
3
+ metadata.gz: 1e1444bc6e35e67993745b3627e848537490fd3b02a67e12be9721b031e22e70
4
+ data.tar.gz: 9ed2dff40418e89a71ecf18cfb74b72d28d9570ceef314ee1c81bdff19ed832a
5
5
  SHA512:
6
- metadata.gz: df8be08761d8444a8599da3a5885efc806df935820753f5b000f27ab408171438b0f6ff4650810b5096e648904f5993bbc2a1303b9571df213201919b4b7f565
7
- data.tar.gz: 250b7236881f06fdd684b22f4844cacb7a0d2ca43703220fe3f0f4ebc49e51faf2015864ef6776edc0d66c7dfd2762e08145548a5dd06b55c2193e989f21a3fd
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://ou63pmih66umazou.onion/raindrops-public
7
+ - http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops-public
8
8
  nntp_url:
9
9
  - nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
10
- - nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops
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://ou63pmih66umazou.onion/raindrops.git
13
+ - torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops.git
data/GIT-VERSION-GEN CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v0.19.1
4
+ DEF_VER=v0.19.2
5
5
 
6
6
  LF='
7
7
  '
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://ou63pmih66umazou.onion/raindrops-public/
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
@@ -127,7 +127,8 @@ publish_doc:
127
127
  -git set-file-times
128
128
  $(MAKE) doc
129
129
  $(MAKE) doc_gz
130
- $(RSYNC) -av doc/ $(RSYNC_DEST)/
130
+ $(RSYNC) -av doc/ $(RSYNC_DEST)/ \
131
+ --exclude index.html* --exclude created.rid*
131
132
  git ls-files | xargs touch
132
133
  endif
133
134
 
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.1
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: 2020-01-08 00:00:00.000000000 Z
11
+ date: 2021-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aggregate