delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
235 stars 32 forks source link

Missing rye binary #9

Closed utgarda closed 14 years ago

utgarda commented 14 years ago
> sudo gem install rye
Successfully installed rye-0.9.0
1 gem installed
Installing ri documentation for rye-0.9.0...
Installing RDoc documentation for rye-0.9.0...

> rye
/usr/lib64/ruby/vendor_ruby/1.8/rubygems.rb:335:in `bin_path': can't find executable rye for rye-0.9.0 (Gem::Exception)
        from /usr/bin/rye:19
> ls /usr/lib64/ruby/gems/1.8/gems/rye-0.9.0/bin/
try

> uname -a
Linux linux-nehb 2.6.34-12-desktop \#1 SMP PREEMPT 2010-06-29 02:39:08 +0200 x86_64 x86_64 x86_64 GNU/Linux
> gem --version
1.3.7
> ruby --version
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]
utgarda commented 14 years ago

Ah... It was removed on purpose. Nevermind :D

delano commented 14 years ago

Ya, there were some significant issues with authorize and authorize_local so I took them out for this release.