ruby-rdf / rdf-rdfxml

Ruby RDF/XML reader/writer for RDF.rb.
http://rubygems.org/gems/rdf-rdfxml
The Unlicense
17 stars 7 forks source link

Unsatisfiable dependency installing 1.1.0p0 #26

Closed jcoyne closed 10 years ago

jcoyne commented 10 years ago
gem install rdf-rdfxml --pre
ERROR:  While executing gem ... (Gem::UnsatisfiableDependencyError)
    Unable to resolve dependency: rdf-rdfxml (= 1.1.0p0) requires rdf (>= 1.1)
gkellogg commented 10 years ago

They're both pre-releases, so you'll need to either use bundler, or install the RDF gem with the --pre option.

Do you need something specific in the 1.1 branch? Release will await the RDF 1.1 specs all entering CR or later, which should happen fairly soon.