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

16 commits

Author SHA1 Message Date
Evan Phoenix
559101dcb7 Fix hoe/test + rake-compiler bug
hoe/test injects .gemtest into the spec.files, but rake-compiler tries
to invoke that as a task and doesn't find it. Presumably because
hoe/test injects the .gemtest file directly into the pkg/ directory and
rake-compiler assumes that the spec.files are available in the project
toplevel directory.
2011-11-28 11:04:28 -08:00
Evan Phoenix
7b9efe3f63 Bump to version 0.8.2 2011-11-22 15:42:05 -08:00
Evan Phoenix
c4d29698c4 Add rack as a dep 2011-10-25 15:07:54 -07:00
Christopher Rigor
4c33f76559 rename to puma_http11 2011-10-22 07:42:54 +08:00
Evan Phoenix
a8d5077472 Tell hoe to use README.md 2011-10-07 12:03:34 -07:00
Evan Phoenix
4b38e0ef6b Prune gem deps and conditionalize cross compiling 2011-09-23 20:54:38 -07:00
Evan Phoenix
052c456d81 Runs a rack app! 2011-09-23 20:24:32 -07:00
Evan Phoenix
190a81c55a Name change: Mongrel => Puma 2011-09-22 19:24:43 -07:00
Luis Lavena
01342b8ead Small tweaks to gem generation. 2010-01-17 14:08:35 -03:00
Evan Weaver
57ba52a795 Fix require for 1.9. 2009-07-07 16:52:03 -07:00
Luis Lavena
967f7dd821 Added 'daemons' requirement note and tweaks to RDoc.
No longer forces daemons gem installation.
2009-07-07 04:31:03 -03:00
Luis Lavena
0fe8ec9769 Improved RDoc generator options. 2009-07-07 04:11:09 -03:00
Luis Lavena
80142a47ea Clean temporary log files (and exclude from Gem) 2009-07-06 23:31:02 -03:00
Luis Lavena
7e76225480 Proper format README for gem generation.
Also, include LICENSE to RDoc options.
2009-07-06 22:55:45 -03:00
Luis Lavena
b72ba2d43d Build http11 extension using rake-compiler. 2009-07-06 22:46:03 -03:00
Luis Lavena
b3ebbc2d9d Spinoff: Rework project structure using Hoe.
The goal is simplification and less duplication. Previous
defined task are commented and specific pieces are going to
be added to tasks folder.

This was requires since Echoe do not let us remove the compilation
steps that rake-compiler needs to hook in.
2009-07-06 22:33:28 -03:00