README.rdoc in scaffolder-0.4.4 vs README.rdoc in scaffolder-0.5.0
- old
+ new
@@ -13,25 +13,31 @@
plain text files.
* A simple and extensible Ruby API to traverse the scaffold.
== Installing
-Ruby and RubyGems are required to use scaffolder. Scaffolder is installed on
-the command line using:
+Ruby and RubyGems are required to use scaffolder. Scaffolder is compatible with
+at least Ruby versions 1.8.7 and 1.9.2. The {last stable version of the
+RubyGems package manager}[https://rubygems.org/pages/download] is recommended
+for installing scaffolder.
+Scaffolder is installed on the command line using:
+
$ gem install scaffolder
== Documentation
See the Scaffolder[http://rubydoc.info/gems/scaffolder/Scaffolder] class for
getting started with Scaffolder.
== Contact
-Scaffolder was developed by Michael Barton (www.michaelbarton.me.uk). Pull
-requests, patches and bug reports are welcome. The source code is available on
-github[http://github.com/scaffolder/scaffolder]. Bug reports and feature
-requests may also be made there.
+Scaffolder was developed by Michael Barton (www.michaelbarton.me.uk). The
+website for scaffolder is at http://next.gs and a {twitter feed for
+updates}[http://twitter.com/nxtgs] is available. There is a {Google
+group}[http://groups.google.com/group/scaffolder] for questions and comments.
+The source code is available on github[http://github.com/scaffolder]. Bug
+reports and feature requests may also be made there.
== Copyright
Scaffolder © 2010 by Michael Barton. Scaffolder is licensed under the MIT
license. Please see the LICENSE document for more information.