File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#documenter> <http://ar.to/#self> .
3232<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#documenter> <http://bhuga.net/#ben> .
3333<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#documenter> <http://greggkellogg.net/foaf#me> .
34- <http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#download-page> <http://github.com/ruby-rdf /rdf/> .
34+ <http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#download-page> <http://rubygems.org/gems /rdf/> .
3535<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid1 .
3636<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid2 .
3737<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#helper> _:genid3 .
Original file line number Diff line number Diff line change 1111<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/rdf11-concepts/> .
1212<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/n-quads/> .
1313<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/n-triples/> .
14- <http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#download-page> <http://http://github.com/ruby-rdf /rdf/> .
14+ <http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#download-page> <http://rubygems.org/gems /rdf/> .
1515<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#bug-database> <http://github.com/ruby-rdf/rdf/issues> .
1616<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <http://ar.to/> .
1717<http://rubygems.org/gems/rdf> <http://usefulinc.com/ns/doap#blog> <http://blog.datagraph.org/> .
Original file line number Diff line number Diff line change 1818 doap:implements <http://www.w3.org/TR/rdf11-concepts/> ,
1919 <http://www.w3.org/TR/n-quads/> ,
2020 <http://www.w3.org/TR/n-triples/> ;
21- doap:download-page <http://http://github.com/ruby-rdf /rdf/> ;
21+ doap:download-page <http://rubygems.org/gems /rdf/> ;
2222 doap:bug-database <http://github.com/ruby-rdf/rdf/issues> ;
2323 doap:blog <http://ar.to/> , <http://blog.datagraph.org/> ;
2424 doap:vendor <http://datagraph.org/> ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Gem::Specification.new do |gem|
1010 gem . license = 'Unlicense'
1111 gem . summary = 'A Ruby library for working with Resource Description Framework (RDF) data.'
1212 gem . description = 'RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.'
13- gem . rubyforge_project = 'rdf'
1413
1514 gem . authors = [ 'Arto Bendiken' , 'Ben Lavender' , 'Gregg Kellogg' ]
1615 gem . email = 'public-rdf-ruby@w3.org'
You can’t perform that action at this time.
0 commit comments