aports/testing/ruby-rack/ruby-rack.post-install
Matt Smith 9acdc65f3e testing/ruby-rack: new aport
Rack is a Ruby Webserver Interface
http://rack.rubyforge.org/
2011-04-14 01:43:21 -05:00

11 lines
219 B
Bash

#!/bin/sh
_gembindir="$(ruby -rubygems -e'puts Gem.default_dir')/bin"
echo "*" >&2
echo "* If necessary, don't forget to add the Ruby Gems bin directory to PATH:" >&2
echo "* $_gembindir" >&2
echo "*" >&2
exit 0