Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.1
-
Fix Version/s: JRuby 0.9.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I've tried to install camping following Ola Bini's tutorial, but when executing:
$ jruby $JRUBY_HOME/bin/gem install camping --no-ri --no-rdoc --include-dependencies
I get:
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (NoMethodError)
undefined method `rubygems_version' for 0.9.7:Gem::Version
This is using SVN revision 2232. Using 0.9.0 I get a slightly different error message but still no installation:
ERROR: While executing gem ... (NoMethodError)
undefined method `version_requirements' for #<Gem::Specification name=rdf-redland version=0.5>