http_spew 0.4.1 → 0.5.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4fd13985e428bbd4458fcc60262b983807ab0a0c
4
+ data.tar.gz: d720311ced1ecc3899c10f17a5eef2583dfc6c8e
5
+ SHA512:
6
+ metadata.gz: fb2f4f6f99b181b6e3d6f3e4d4a4bb6a9889dc15a972429c29b712dbb581a3a36a94b59a0af9a5083c8c603d23a50d3c54b4fa0722a4e6db8368ce775f171b16
7
+ data.tar.gz: dd46766d426b0f6de9164bd30e0b72492ac355f68bf0293ad0b0b8d94d80aa2c446ae5c7af793366762229fc54f23f93c400a127cf5d0dd5769c448d98ad776e
data/.document CHANGED
@@ -2,5 +2,4 @@ LICENSE
2
2
  README
3
3
  NEWS
4
4
  LATEST
5
- ChangeLog
6
5
  lib
data/.gitignore CHANGED
@@ -1,11 +1,8 @@
1
1
  /pkg
2
- /NEWS
3
- /ChangeLog
2
+ /NEWS*
4
3
  /LATEST
5
4
  /doc
6
5
  /tmp
7
6
  /GIT-VERSION-FILE
8
7
  /.manifest
9
8
  /lib/http_spew/version.rb
10
- # http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
11
- /Gemfile.lock
data/.manifest CHANGED
@@ -1,17 +1,17 @@
1
1
  .document
2
2
  .gitignore
3
3
  .manifest
4
- .wrongdoc.yml
4
+ .olddoc.yml
5
5
  COPYING
6
- ChangeLog
7
6
  GIT-VERSION-FILE
8
7
  GIT-VERSION-GEN
9
8
  GNUmakefile
10
- Gemfile
11
9
  LATEST
12
10
  LICENSE
13
11
  NEWS
14
12
  README
13
+ benchmark/bm_content_md5.rb
14
+ benchmark/bm_content_md5_input_spray.rb
15
15
  http_spew.gemspec
16
16
  lib/http_spew.rb
17
17
  lib/http_spew/chunky_pipe.rb
data/.olddoc.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ cgit_url: https://bogomips.org/http_spew.git
3
+ git_url: git://bogomips.org/http_spew.git
4
+ rdoc_url: https://bogomips.org/http_spew/
5
+ ml_url: https://bogomips.org/http_spew-public/
6
+ private_email: kcar@bogomips.org
7
+ public_email: http_spew-public@bogomips.org