Replace -rubygems with -rrubygems

The old one was a thing before Ruby 2.0.
This commit is contained in:
Sebastian Celis 2019-02-24 11:07:01 -06:00
parent 5a5a263fec
commit ac5573ca7a

2
twine
View file

@ -1,3 +1,3 @@
#!/bin/sh
BASEDIR=$(dirname $0)
ruby -rubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@"
ruby -rrubygems -I $BASEDIR/lib $BASEDIR/bin/twine "$@"