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

Better RubyGems support thanks to added env she-bang.

This commit is contained in:
Luis Lavena 2009-07-07 01:42:54 -03:00
parent 3970b8ad44
commit ac98b93ea1
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
* Compile extension using rake-compiler
* Upgraded http11_parser to work with Ragel 6.2
* Ruby 1.9 early compatbility: Merged commits form Eric Wong.
* Better RubyGems support thanks to added env she-bang to mongrel_rails executable.
=== 1.1.5 / 2008-05-22

View file

@ -1,3 +1,5 @@
#!/usr/bin/env ruby
#
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#