README in rdf-microdata-2.0.1 vs README in rdf-microdata-2.0.2
- old
+ new
@@ -28,16 +28,16 @@
## Usage
### Reading RDF data in the Microdata format
require 'rdf/microdata'
- graph = RDF::Graph.load("etc/doap.html", :format => :microdata)
+ graph = RDF::Graph.load("etc/doap.html", format: :microdata)
### Reading using content-negotation
require 'rdf/microdata'
- graph = RDF::Graph.load("etc/doap.html", :content_type => "text/html")
+ graph = RDF::Graph.load("etc/doap.html", content_type: "text/html")
## Note
This spec is based on the W3C HTML Data Task Force specification and does not support
GRDDL-type triple generation, such as for html>head>title anchor tags.
@@ -95,10 +95,10 @@
* gregg@greggkellogg.net
* <http://rubygems.org/rdf-microdata>
* <http://github.com/ruby-rdf/rdf-microdata>
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
-[RDF.rb]: http://rdf.rubyforge.org/
+[RDF.rb]: https://github.com/ruby-rdf/rdf
[YARD]: http://yardoc.org/
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[Microdata]: http://dev.w3.org/html5/md/Overview.html "HTML Microdata"
[Microdata RDF]: http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html "Microdata to RDF"