This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












I haven't ever used it with 1.9, I'll take a look.
As far as I can tell it works fine:
I did notice that you seem to be running rvm. Are you sure it's getting all the paths correct?
open_gem works to open gems, but look above: gem install/uninstall fails. Try to install a gem.
With open_gem installed, I was able to install the
jsongem just fine as an example:It unintsalled cleanly as well. I then tried to reproduce your issue by installing jeweler:
With no ill effects. Just for reference I attempted to reproduce your issue with the following configuration:
Well don't know, this is the only gem that fails out of these (on a newly installed snow leo system):
actionmailer (2.3.4, 2.3.3)
actionpack (2.3.4, 2.3.3)
activerecord (2.3.4, 2.3.3)
activeresource (2.3.4, 2.3.3)
activesupport (2.3.4, 2.3.3)
jeremymcanally-context (0.5.5)
nakajima-acts_as_fu (0.0.5)
open_gem (1.4.0) rack (1.0.0)
rails (2.3.4, 2.3.3)
rake (0.8.7)
redgreen (1.2.2)
rubygems-update (1.3.5)
sqlite3-ruby (1.2.5)
validation_reflection (0.3.5)
validatious-on-rails (0.3.5, 0.3.4)
You don't use RVM it seems? Don't recognize "gem1.9"-command
ruby1.9 and gem1.9 were install with macports, it gives them the 1.9 suffix so that it doesn't collide with the default ruby 1.8 installation.
You might try installing some other gems that provide ruby gem plugins such as tumbler, and see if they have a similar effect, though I don't want you to end up with a bad install.
Makes sense, you haven't required the module: require "open_gem/common_options", etc. That's why it can't find it.
http://github.com/adamsanderson/open_gem/blob/master/lib/rubygems/commands/open_command.rb
It's required in:
http://github.com/adamsanderson/open_gem/blob/master/lib/rubygems_plugin.rb
If you find that moving the
requirefixes the issue, or you find a different solution feel free to fork and patch, but I can't reproduce this issue on my system so I really can't fix it myself.