RubyCocoa an RubyGems broken after last Ruby update
Hey all, after last ruby update (to 1.8.5) i get RubyGems broken. even a simple gem command as : ~%> gem list -l fails to : /opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:52:in `initialize': uninitialized constant Gem::CommandManager::HelpCommand (NameError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:46:in `new' from /opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:46:in `instance' from /opt/local/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:25:in `run' from /opt/local/bin/gem:23 someone knows a workaround. is rubygems available from macport ? best, Yvon
On 10/26/06, Yvon Thoraval <yvon_thoraval@mac.com> wrote:
Hey all,
after last ruby update (to 1.8.5) i get RubyGems broken.
even a simple gem command as :
~%> gem list -l
fails to :
/opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:52:in `initialize': uninitialized constant Gem::CommandManager::HelpCommand (NameError) from /opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:46:in `new' from /opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:46:in `instance' from /opt/local/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:25:in `run' from /opt/local/bin/gem:23
someone knows a workaround.
hmm - that does not sound good, you could always revert back to 1.8.4 using the port activate/deactivate commands.
is rubygems available from macport ?
it is: % sudo port install rb-rubygems which gem command are you using if not via macports? cheers, jean-pierre
Le 29 oct. 06 à 20:27, jeanpierre@gmail.com a écrit :
hmm - that does not sound good, you could always revert back to 1.8.4
yes that's a possibility, another one is to become less dependant of darwinports|Macport by buiding my own "one click installer" for the "full" ruby setup including rubycocoa rubygems and rb-appscript. notice my first post on this subject is from 21 october...
using the port activate/deactivate commands.
is rubygems available from macport ?
it is: % sudo port install rb-rubygems
which gem command are you using if not via macports?
sorry i was mistakendly thinking rubygems wasn't installed using darwinports, but it was. i've wiped out. eveything related to ruby and coming from dp install.. best, Yvon
On 10/29/06, Yvon Thoraval <yvon_thoraval@mac.com> wrote:
Le 29 oct. 06 à 20:27, jeanpierre@gmail.com a écrit :
hmm - that does not sound good, you could always revert back to 1.8.4
yes that's a possibility, another one is to become less dependant of darwinports|Macport by buiding my own "one click installer" for the "full" ruby setup including rubycocoa rubygems and rb-appscript.
notice my first post on this subject is from 21 october...
indeed, reverting is not optimal but sometimes it is an easy fix if you' had just destabilized your development machine. strange though, i hadn't run into any issues upgrading from ruby 1.8.4 after installing rubycocoa. rubyosa is another promising ruby <-> apple event bridge =) http://rubyosa.rubyforge.com cheers, jean-pierre
On Oct 30, 2006, at 6:17 AM, jeanpierre@gmail.com wrote:
rubyosa is another promising ruby <-> apple event bridge =) http://rubyosa.rubyforge.com
You might want to have a look at rb-appscript. The python version (by the same author) works great and the author is knows a lot about the arcana of OSA and apple-scripting. Ronald
Le 30 oct. 06 à 06:17, jeanpierre@gmail.com a écrit :
rubyosa is another promising ruby <-> apple event bridge =) http://rubyosa.rubyforge.com
yes i know thanks, Yvon
Le 30 oct. 06 à 07:42, Ronald Oussoren a écrit :
You might want to have a look at rb-appscript. The python version (by the same author) works great and the author is knows a lot about the arcana of OSA and apple-scripting.
exactly, that's why i've choosen rb-appscript... best, Yvon
participants (3)
-
jeanpierre@gmail.com
-
Ronald Oussoren
-
Yvon Thoraval