README.md in sparql-1.0.5 vs README.md in sparql-1.0.6
- old
+ new
@@ -1,9 +1,13 @@
-# SPARQL for RDF.rb [![Build Status](https://travis-ci.org/ruby-rdf/sparql.png?branch=master)](http://travis-ci.org/ruby-rdf/sparql)
+# SPARQL for RDF.rb
This is a [Ruby][] implementation of [SPARQL][] for [RDF.rb][].
+[![Gem Version](https://badge.fury.io/rb/sparql.png)](http://badge.fury.io/rb/sparql)
+
+[![Build Status](https://travis-ci.org/ruby-rdf/sparql.png?branch=master)](http://travis-ci.org/ruby-rdf/sparql)
+
## Features
* 100% free and unencumbered [public domain](http://unlicense.org/) software.
* [SPARQL 1.0][] query parsing and execution
* SPARQL results as [XML][SPARQL XML], [JSON][SPARQL JSON] or HTML.
@@ -11,11 +15,11 @@
using available RDF Writers (see [Linked Data][])
* SPARQL Client for accessing remote SPARQL endpoints.
* [Rack][] and [Sinatra][] middleware to perform [HTTP content negotiation][conneg] for result formats
* Compatible with any [Rack][] or [Sinatra][] application and any Rack-based framework.
* Helper method for describing [SPARQL Service Description][SSD]
-* Compatible with Ruby >= 1.9.3.
+* Compatible with Ruby >= 1.9.2.
* Compatible with older Ruby versions with the help of the [Backports][] gem.
* Supports Unicode query strings both on all versions of Ruby.
## Description
@@ -183,11 +187,11 @@
* {Rack::SPARQL}
* {Rack::SPARQL::ContentNegotiation}
## Dependencies
-* [Ruby](http://ruby-lang.org/) (>= 1.9) or (>= 1.8.1 with [Backports][])
+* [Ruby](http://ruby-lang.org/) (>= 1.9.2)
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0)
* [SPARQL::Client](https://rubygems.org/gems/sparql-client) (>= 1.0)
* [SXP](https://rubygems.org/gems/sxp) (>= 0.1.0)
* [Builder](https://rubygems.org/gems/builder) (>= 3.0.0)
* [JSON](https://rubygems.org/gems/json) (>= 1.5.1)
@@ -255,12 +259,9 @@
[SSE]: http://openjena.org/wiki/SSE
[SXP]: http://sxp.rubyforge.org/
[grammar]: http://www.w3.org/TR/rdf-sparql-query/#grammar
[RDF 1.1]: http://www.w3.org/TR/rdf11-concepts
[RDF.rb]: http://rdf.rubyforge.org/
-[YARD]: http://yardoc.org/
-[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
-[PDD]: http://unlicense.org/#unlicensing-contributions
[Backports]: http://rubygems.org/gems/backports
[Linked Data]: http://rubygems.org/gems/linkeddata
[SPARQL doc]: http://rubydoc.info/github/ruby-rdf/sparql/frames
[SPARQL XML]: http://www.w3.org/TR/rdf-sparql-XMLres/
[SPARQL JSON]: http://www.w3.org/TR/rdf-sparql-json-res/