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:
parent
3970b8ad44
commit
ac98b93ea1
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
* Compile extension using rake-compiler
|
* Compile extension using rake-compiler
|
||||||
* Upgraded http11_parser to work with Ragel 6.2
|
* Upgraded http11_parser to work with Ragel 6.2
|
||||||
* Ruby 1.9 early compatbility: Merged commits form Eric Wong.
|
* 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
|
=== 1.1.5 / 2008-05-22
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env ruby
|
||||||
|
#
|
||||||
# Copyright (c) 2005 Zed A. Shaw
|
# Copyright (c) 2005 Zed A. Shaw
|
||||||
# You can redistribute it and/or modify it under the same terms as Ruby.
|
# You can redistribute it and/or modify it under the same terms as Ruby.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue