Skip to content

Commit

Permalink
Remove the Picard parser :(
Browse files Browse the repository at this point in the history
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
tarcieri committed Feb 10, 2012
1 parent eb3b3e3 commit 3b33264
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 303 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,3 +1,8 @@
HEAD
----
* Callback system
* Minor refactoring

0.1.0
-----
* Testing against WEBrick
Expand Down
4 changes: 2 additions & 2 deletions http.gemspec
Expand Up @@ -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 = ["tony.arcieri@gmail.com"]
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) }
Expand Down
40 changes: 0 additions & 40 deletions parser/common.rl

This file was deleted.

220 changes: 0 additions & 220 deletions parser/http.rl

This file was deleted.

41 changes: 0 additions & 41 deletions parser/multipart.rl

This file was deleted.

0 comments on commit 3b33264

Please sign in to comment.