README.md in sxp-1.0.1 vs README.md in sxp-1.0.2

- old
+ new

@@ -8,11 +8,11 @@ ## Features * Parses S-expressions in universal, [Scheme][], [Common Lisp][], or [SPARQL][] syntax. * Adds a `#to_sxp` method to Ruby objects. -* Compatible with Ruby >= 2.2.2, Rubinius >= 2.0, and JRuby 9+. +* Compatible with Ruby >= 2.2.2, Rubinius >= 3.0, and JRuby 9+. ## Examples require 'sxp' @@ -73,11 +73,11 @@ Dependencies ------------ * [Ruby](http://ruby-lang.org/) (>= 2.2.2) -* [RDF.rb](http://rubygems.org/gems/rdf) (>= 2.0), only needed for SPARQL +* [RDF.rb](http://rubygems.org/gems/rdf) (~> 3.0), only needed for SPARQL S-expressions Installation ------------ @@ -89,29 +89,29 @@ Download -------- To get a local working copy of the development repository, do: - % git clone git://github.com/bendiken/sxp-ruby.git + % git clone git://github.com/dryruby/sxp.rb.git Alternatively, you can download the latest development version as a tarball as follows: - % wget http://github.com/bendiken/sxp-ruby/tarball/master + % wget http://github.com/dryruby/sxp.rb/tarball/master Resources --------- -* <http://rubydoc.info/gems/sxp> -* <http://github.com/dryruby/sxp> -* <http://rubygems.org/gems/sxp> +* <http://rubydoc.info/gems/sxp.rb> +* <http://github.com/dryruby/sxp.rb> +* <http://rubygems.org/gems/sxp.rb> Authors ------- * [Arto Bendiken](https://github.com/bendiken) - <http://ar.to/> -* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/> +* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/> Contributors ------------ * [Ben Lavender](https://github.com/bhuga) - <http://bhuga.net/> @@ -123,6 +123,6 @@ information, see <http://unlicense.org/> or the accompanying UNLICENSE file. [S-expression]: http://en.wikipedia.org/wiki/S-expression [Scheme]: http://scheme.info/ [Common Lisp]: http://en.wikipedia.org/wiki/Common_Lisp -[SPARQL]: http://openjena.org/wiki/SSE +[SPARQL]: https://jena.apache.org/documentation/notes/sse.html