Tested with this procedure and it worked $ cat > cli.rb <<EOF require
'rubygems' require 'thor' class MyCLI < Thor desc "hello NAME", "say
hello to NAME" def hello(name) puts "Hello #{name}" end end
MyCLI.start(ARGV) EOF $ sudo yum install rubygem-thor
--enablerepo=epel-testing $ ruby ./cli.rb hello you Hello you
This update has been submitted for testing by axelvvd.
This update is currently being pushed to the Fedora EPEL 6 testing updates repository.
This update has been pushed to testing
Tested with this procedure and it worked $ cat > cli.rb <<EOF require 'rubygems' require 'thor' class MyCLI < Thor desc "hello NAME", "say hello to NAME" def hello(name) puts "Hello #{name}" end end MyCLI.start(ARGV) EOF $ sudo yum install rubygem-thor --enablerepo=epel-testing $ ruby ./cli.rb hello you Hello you
Working standalone and with Bundler.
This update has been submitted for stable by axelvvd.
This update has been pushed to stable