raindrops 0.8.0.5.g71f8 → 0.8.1
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.
- data/GIT-VERSION-GEN +1 -1
- data/ext/raindrops/linux_inet_diag.c +3 -1
- metadata +61 -62
data/GIT-VERSION-GEN
CHANGED
@@ -33,7 +33,9 @@ rb_thread_blocking_region(
|
|
33
33
|
}
|
34
34
|
#endif /* ! HAVE_RB_THREAD_BLOCKING_REGION */
|
35
35
|
|
36
|
-
#
|
36
|
+
#ifdef HAVE_RB_THREAD_IO_BLOCKING_REGION
|
37
|
+
VALUE rb_thread_io_blocking_region(rb_blocking_function_t *, void *, int);
|
38
|
+
#else
|
37
39
|
# define rb_thread_io_blocking_region(fn,data,fd) \
|
38
40
|
rb_thread_blocking_region((fn),(data),RUBY_UBF_IO,0)
|
39
41
|
#endif /* HAVE_RB_THREAD_IO_BLOCKING_REGION */
|
metadata
CHANGED
@@ -1,58 +1,51 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
2
|
-
name:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: raindrops
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 61
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 8
|
9
|
+
- 1
|
10
|
+
version: 0.8.1
|
7
11
|
platform: ruby
|
8
|
-
authors:
|
9
|
-
-
|
10
|
-
cmFpbmRyb3BzIGhhY2tlcnM=
|
12
|
+
authors:
|
13
|
+
- raindrops hackers
|
11
14
|
autorequire:
|
12
15
|
bindir: bin
|
13
16
|
cert_chain: []
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
requirement: !ruby/object:Gem::Requirement
|
20
|
-
none: false
|
21
|
-
requirements:
|
22
|
-
- - !binary |-
|
23
|
-
fj4=
|
24
|
-
- !ruby/object:Gem::Version
|
25
|
-
version: !binary |-
|
26
|
-
MS4wLjEw
|
27
|
-
type: :development
|
17
|
+
|
18
|
+
date: 2012-05-12 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: bundler
|
28
22
|
prerelease: false
|
29
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
30
24
|
none: false
|
31
|
-
requirements:
|
32
|
-
- -
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
25
|
+
requirements:
|
26
|
+
- - ~>
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 3
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 0
|
32
|
+
- 10
|
33
|
+
version: 1.0.10
|
34
|
+
type: :development
|
35
|
+
version_requirements: *id001
|
36
|
+
description: |-
|
37
|
+
Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
|
40
38
|
servers. It is designed for preforking servers such as Rainbows! and
|
41
|
-
|
42
39
|
Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
|
43
|
-
|
44
40
|
Rubinius on platforms supporting POSIX shared memory. It may also be
|
45
|
-
|
46
41
|
used as a generic scoreboard for sharing atomic counters across multiple
|
47
|
-
|
48
|
-
|
49
|
-
email: !binary |-
|
50
|
-
cmFpbmRyb3BzQGxpYnJlbGlzdC5vcmc=
|
42
|
+
processes.
|
43
|
+
email: raindrops@librelist.org
|
51
44
|
executables: []
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
extra_rdoc_files:
|
45
|
+
|
46
|
+
extensions:
|
47
|
+
- ext/raindrops/extconf.rb
|
48
|
+
extra_rdoc_files:
|
56
49
|
- README
|
57
50
|
- LICENSE
|
58
51
|
- NEWS
|
@@ -70,7 +63,7 @@ extra_rdoc_files:
|
|
70
63
|
- ext/raindrops/raindrops.c
|
71
64
|
- ext/raindrops/linux_inet_diag.c
|
72
65
|
- ext/raindrops/linux_tcp_info.c
|
73
|
-
files:
|
66
|
+
files:
|
74
67
|
- .document
|
75
68
|
- .gitignore
|
76
69
|
- .manifest
|
@@ -131,34 +124,41 @@ files:
|
|
131
124
|
- test/test_watcher.rb
|
132
125
|
homepage: http://raindrops.bogomips.org/
|
133
126
|
licenses: []
|
127
|
+
|
134
128
|
post_install_message:
|
135
|
-
rdoc_options:
|
129
|
+
rdoc_options:
|
136
130
|
- -t
|
137
131
|
- raindrops - real-time stats for preforking Rack servers
|
138
132
|
- -W
|
139
133
|
- http://bogomips.org/raindrops.git/tree/%s
|
140
|
-
require_paths:
|
134
|
+
require_paths:
|
141
135
|
- lib
|
142
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
136
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
143
137
|
none: false
|
144
|
-
requirements:
|
145
|
-
- -
|
146
|
-
- !ruby/object:Gem::Version
|
147
|
-
|
148
|
-
|
138
|
+
requirements:
|
139
|
+
- - ">="
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
hash: 3
|
142
|
+
segments:
|
143
|
+
- 0
|
144
|
+
version: "0"
|
145
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
149
146
|
none: false
|
150
|
-
requirements:
|
151
|
-
- -
|
152
|
-
- !ruby/object:Gem::Version
|
153
|
-
|
147
|
+
requirements:
|
148
|
+
- - ">="
|
149
|
+
- !ruby/object:Gem::Version
|
150
|
+
hash: 3
|
151
|
+
segments:
|
152
|
+
- 0
|
153
|
+
version: "0"
|
154
154
|
requirements: []
|
155
|
-
|
156
|
-
|
157
|
-
rubygems_version: 1.8.
|
155
|
+
|
156
|
+
rubyforge_project: rainbows
|
157
|
+
rubygems_version: 1.8.24
|
158
158
|
signing_key:
|
159
159
|
specification_version: 3
|
160
160
|
summary: real-time stats for preforking Rack servers
|
161
|
-
test_files:
|
161
|
+
test_files:
|
162
162
|
- test/test_aggregate_pmq.rb
|
163
163
|
- test/test_inet_diag_socket.rb
|
164
164
|
- test/test_last_data_recv_unicorn.rb
|
@@ -175,4 +175,3 @@ test_files:
|
|
175
175
|
- test/test_raindrops_gc.rb
|
176
176
|
- test/test_struct.rb
|
177
177
|
- test/test_watcher.rb
|
178
|
-
has_rdoc:
|