README in gecoder-0.8.3 vs README in gecoder-0.9.0
- old
+ new
@@ -1,11 +1,15 @@
-== Gecode/R
+= Gecode/R
+Website: http://gecoder.org
+
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.
+
== 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
@@ -45,10 +49,10 @@
cd ext
ruby extconf.rb
make
mv gecode.so ../lib/
-== Running the tests
+=== Running the tests
rake specs
Requires RSpec (1.0.5, but other version should hopefully work).