README in sparql-client-1.0.4.1 vs README in sparql-client-1.1.0
- old
+ new
@@ -72,15 +72,14 @@
* {SPARQL::Client::Query}
* {SPARQL::Client::Repository}
##Dependencies
-* [Ruby](http://ruby-lang.org/) (>= 1.8.7) or (>= 1.8.1 with [Backports][])
-* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0)
+* [Ruby](http://ruby-lang.org/) (>= 1.9.3)
+* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.1)
* [Net::HTTP::Persistent](http://rubygems.org/gems/net-http-persistent) (>= 1.4)
-* [JSON](http://rubygems.org/gems/json_pure) (>= 1.4)
-* Soft dependency on [SPARQL](http://rubygems.org/gems/sparql) (>= 1.0)
+* Soft dependency on [SPARQL](http://rubygems.org/gems/sparql) (>= 1.1)
##Installation
The recommended installation method is via [RubyGems](http://rubygems.org/).
To install the latest official release of the `SPARQL::Client` gem, do:
@@ -104,11 +103,11 @@
##Authors
* [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>
* [Ben Lavender](http://github.com/bhuga) - <http://bhuga.net/>
-* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>
+* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
##Contributors
* [Christoph Badura](http://github.com/b4d) - <http://github.com/b4d>
* [James Hetherington](http://github.com/jamespjh) - <http://twitter.com/jamespjh>
@@ -120,9 +119,10 @@
* [Michael Sokol](http://github.com/mikaa123) - <http://sokolmichael.com/>
* [Yves Raimond](http://github.com/moustaki) - <http://moustaki.org/>
* [Thomas Feron](http://github.com/thoferon) - <http://github.com/thoferon>
##Contributing
+This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
* Do your best to adhere to the existing coding conventions and idioms.
* Don't use hard tabs, and don't leave trailing whitespace on any line.
* Do document every method you add using [YARD][] annotations. Read the
[tutorial][YARD-GS] or just look at the existing code for examples.