-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm too lazy to wire up the Picard parser in C and Ruby. The http_parser gem looks good enough for me
- Loading branch information
Showing
5 changed files
with
7 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
HEAD | ||
---- | ||
* Callback system | ||
* Minor refactoring | ||
|
||
0.1.0 | ||
----- | ||
* Testing against WEBrick | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
require File.expand_path('../lib/http/version', __FILE__) | ||
|
||
Gem::Specification.new do |gem| | ||
gem.authors = ["Tony Arcieri", "Carl Lerche"] | ||
gem.authors = ["Tony Arcieri"] | ||
gem.email = ["[email protected]"] | ||
gem.description = "HTTP so awesome it will lure Catherine Zeta Jones into your unicorn petting zoo" | ||
gem.summary = "Made entirely of Ruby (and Ragel and C and Java)" | ||
gem.summary = "HTTP should be easy" | ||
gem.homepage = "https://github.com/tarcieri/http" | ||
|
||
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.