Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.2 release cannot install on jruby #18

Closed
myronmarston opened this issue Oct 13, 2010 · 2 comments
Closed

2.2.2 release cannot install on jruby #18

myronmarston opened this issue Oct 13, 2010 · 2 comments

Comments

@myronmarston
Copy link
Contributor

Using jruby 1.5.1 (installed with RVM):

jruby-jruby-1.5.1 ➜ gem install addressable -v=2.2.2 --no-ri --no-rdoc
ERROR:  Error installing addressable:
        invalid gem format for /Users/mmarston/.rvm/gems/jruby-1.5.1/cache/addressable-2.2.2.gem

The 2.2.1 release installed fine on jruby:

jruby-jruby-1.5.1 ➜ gem install addressable -v=2.2.1 --no-ri --no-rdoc
Successfully installed addressable-2.2.1
1 gem installed
@bblimke
Copy link

bblimke commented Oct 13, 2010

It works for me.
$ ruby -v
jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06 f3a3480) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_20) [x86_64-java]
$ gem install addressable
Successfully installed addressable-2.2.2
1 gem installed

@myronmarston
Copy link
Contributor Author

Hmm, I just tried it again and it worked for me now, too. It must have been a temporary thing. Earlier today it failed on me 3 or 4 times in a row, so I assumed there must have been something wrong with the gem itself.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants