1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

rename to puma_http11

This commit is contained in:
Christopher Rigor 2011-10-22 07:42:54 +08:00
parent 88bc323f89
commit 4c33f76559
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ examples/webrick_compare.rb
ext/puma_http11/Http11Service.java
ext/puma_http11/ext_help.h
ext/puma_http11/extconf.rb
ext/puma_http11/http11.c
ext/puma_http11/puma_http11.c
ext/puma_http11/http11_parser.c
ext/puma_http11/http11_parser.h
ext/puma_http11/http11_parser.java.rl

View file

@ -5,7 +5,7 @@ HOE = Hoe.spec 'puma' do
self.readme_file = "README.md"
developer 'Evan Phoenix', 'evan@phx.io'
spec_extras[:extensions] = ["ext/http11/extconf.rb"]
spec_extras[:extensions] = ["ext/puma_http11/extconf.rb"]
spec_extras[:executables] = ['puma']
extra_dev_deps << ['rake-compiler', "~> 0.7.0"]