README in sxp-0.1.0 vs README in sxp-0.1.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 1.8.7+, Ruby 1.9.x, and JRuby 1.4/1.5. +* Compatible with Ruby 1.8.7+, Ruby 1.9.x, Ruby 2.0.x, and JRuby 1.4/1.5. ##Examples require 'sxp' @@ -73,11 +73,11 @@ Dependencies ------------ * [Ruby](http://ruby-lang.org/) (>= 1.8.7) or (>= 1.8.1 with [Backports][]) -* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.2.0), only needed for SPARQL +* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0.0), only needed for SPARQL S-expressions Installation ------------ @@ -110,15 +110,15 @@ Author ------ * [Arto Bendiken](https://github.com/bendiken) - <http://ar.to/> +* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/> Contributors ------------ * [Ben Lavender](https://github.com/bhuga) - <http://bhuga.net/> -* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/> License ------- SXP.rb is free and unencumbered public domain software. For more