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

5 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
a3fc7ec951 Simplify, remove GemPlugin usage 2011-09-27 09:23:03 -07:00
Evan Phoenix
2303cb87f0 Make our GemPlugin namespaced 2011-09-23 23:43:39 -07:00
Evan Phoenix
f5ecd5dca6 More cleanup and removal 2011-09-23 20:46:33 -07:00
Evan Phoenix
052c456d81 Runs a rack app! 2011-09-23 20:24:32 -07:00
Renamed from bin/puma_rails (Browse further)