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:
parent
88bc323f89
commit
4c33f76559
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue