mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
don't hard code various version strings
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@815 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
5c0f94fc30
commit
8405fcf9f3
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -191,7 +191,7 @@ namespace :site do
|
|||
FileList["**/*.tgz"].each {|tgz| mv tgz, "pkg/tars" }
|
||||
|
||||
# XXX Hack, because only Luis can package for Win32 right now
|
||||
sh "cp ~/Downloads/mongrel-1.0.2-mswin32.gem pkg/gems/"
|
||||
sh "cp ~/Downloads/mongrel-#{e.version}-mswin32.gem pkg/gems/"
|
||||
sh "cp ~/Downloads/mongrel_service-0.3.3-mswin32.gem pkg/gems/"
|
||||
sh "rm -rf pkg/mongrel*"
|
||||
sh "gem generate_index -d pkg"
|
||||
|
|
Loading…
Add table
Reference in a new issue