README.md in jeckyl-0.2.4 vs README.md in jeckyl-0.2.5
- old
+ new
@@ -6,9 +6,15 @@
on the file to ensure the values passed in are valid. All you need to do is define a class inheriting from Jeckyl, methods for
each parameter, its default, whatever checking rules are appropriate and even a comment for generating templates etc.
This is then used to parse a Ruby config file and create the parameters hash. Jeckyl
comes complete with a utility to check a config file against a given class and to generate a default file for you to tailor.
+**GitHub:** [https://github.com/osburn-sharp/jeckyl](https://github.com/osburn-sharp/jeckyl)
+
+**RubyDoc:** [http://rubydoc.info/github/osburn-sharp/jeckyl/frames](http://rubydoc.info/github/osburn-sharp/jeckyl/frames)
+
+**RubyGems:** [https://rubygems.org/gems/jeckyl](https://rubygems.org/gems/jeckyl)
+
Jeckyl was inspired by the configuration file methods in [Unicorn](http://unicorn.bogomips.org/).
## Installation
Jeckyl comes as a gem. It can be installed in the usual way: