http_spew 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/.document ADDED
@@ -0,0 +1,6 @@
1
+ LICENSE
2
+ README
3
+ NEWS
4
+ LATEST
5
+ ChangeLog
6
+ lib
data/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /pkg
2
+ /NEWS
3
+ /ChangeLog
4
+ /LATEST
5
+ /doc
6
+ /tmp
7
+ /GIT-VERSION-FILE
8
+ /.manifest
data/.manifest ADDED
@@ -0,0 +1,33 @@
1
+ .document
2
+ .gitignore
3
+ .manifest
4
+ .wrongdoc.yml
5
+ COPYING
6
+ ChangeLog
7
+ GIT-VERSION-FILE
8
+ GIT-VERSION-GEN
9
+ GNUmakefile
10
+ LATEST
11
+ LICENSE
12
+ NEWS
13
+ README
14
+ http_spew.gemspec
15
+ lib/http_spew.rb
16
+ lib/http_spew/chunky_pipe.rb
17
+ lib/http_spew/content_md5.rb
18
+ lib/http_spew/headers.rb
19
+ lib/http_spew/hit_n_run.rb
20
+ lib/http_spew/input_spray.rb
21
+ lib/http_spew/request.rb
22
+ pkg.mk
23
+ setup.rb
24
+ test/content-md5.ru
25
+ test/helper.rb
26
+ test/mirror.ru
27
+ test/sha1.ru
28
+ test/test_content_md5.rb
29
+ test/test_hit_n_run.rb
30
+ test/test_input_spray.rb
31
+ test/test_mirror.rb
32
+ test/test_request.rb
33
+ test/test_upload.rb
data/.wrongdoc.yml ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ cgit_url: http://bogomips.org/http_spew.git
3
+ git_url: git://bogomips.org/http_spew.git
4
+ rdoc_url: http://bogomips.org/http_spew/