README in gecoder-0.9.1 vs README in gecoder-1.0.0

- old
+ new

@@ -4,19 +4,12 @@ Gecode/R is a Ruby interface to the Gecode constraint programming library. Gecode/R is intended for people with no previous experience of constraint programming, aiming to be easy to pick up and use. -See Gecode::Model to get started. +See Gecode::Mixin to get started. -== Warning - -Gecode/R is still in a development stage, the syntax is by no means final -and backwards compatibility will be broken time and time again. Don't use -Gecode/R in production-code yet, it's merely available at this point to allow -people to play with it and give feedback. - == Installation Gecode/R requires Gecode 2.2.0, which can be downloaded from http://www.gecode.org/download.html . See http://www.gecode.org/gecode-doc-latest/PageComp.html for the installation @@ -36,10 +29,10 @@ gem install gecoder-with-gecode === Installing from source using gem rake gem - gem install pkg/gecoder-0.x.x.gem + gem install pkg/gecoder-1.x.x.gem === Installing from source without using gem "gecode.so" might have another extension depending on which platform it's generated on (replace the extension in the following commands with whatever