Can't yank jruby version of bson-1.6.3
I'm trying to yank the jruby version of bson-1.6.3 by running the following command:
gem yank bson -v 1.6.3 -p jruby
Yet it gives me the following error: "The version 1.6.3 does not exist."
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Luis Lavena on 24 Jul, 2012 03:43 PM
Hello,
This will require some manual yanking, adding Nick Quaranto into the request.
Please note that "jruby" is not a platform. The valid platform for JRuby implementation is "java".
Nick, can you handle this?
Thank you.
3 Posted by Tyler Brock on 24 Jul, 2012 03:44 PM
That doesn't work either, I tried that as well and got the same error.
4 Posted by Tyler Brock on 24 Jul, 2012 03:45 PM
Thanks for the quick response by the way Luis. Your help is much appreciated.
Support Staff 5 Posted by Luis Lavena on 24 Jul, 2012 03:54 PM
Sorry for the lack of clarity: the manual yanking mention was for Nick Quaranto to look at.
As for the platform, you need to know that
RUBY_PLATFORMis `java" under JRuby, you should not be using a hardcoded platform when publishing gems.That you you here in the first place.
6 Posted by Tyler Brock on 24 Jul, 2012 03:58 PM
We need to be able to build the java gem from outside of jruby, which is why that is hard coded. Should I change it to 'java' from jruby?
Support Staff 7 Posted by Nick Quaranto on 04 Aug, 2012 05:42 PM
Yanked. Holy crap how did this not get fixed yet :( Sorry about this guys.
Nick Quaranto closed this discussion on 04 Aug, 2012 06:16 PM.