README.md in democritus-0.2.0 vs README.md in democritus-0.2.1

- old
+ new

@@ -4,11 +4,11 @@ [![APACHE 2 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE) [![Code Climate](https://codeclimate.com/github/jeremyf/democritus.png)](https://codeclimate.com/github/jeremyf/democritus) [![Test Coverage](https://codeclimate.com/github/jeremyf/democritus/badges/coverage.svg)](https://codeclimate.com/github/jeremyf/democritus) [![Documentation Status](http://inch-ci.org/github/jeremyf/democritus.svg?branch=master)](http://inch-ci.org/github/jeremyf/democritus) -Democritus is a plugin for building class from reusable components. +Democritus is library for building classes from reusable components. Democritus is inspired as followup of a common pattern that I saw in the development of [Sipity's](https://github.com/ndlib/sipity/) form objects. It also aims to address the needs of Sipity's yet to be developed sibling application; The dissemination of processed data. I'm looking to apply the ideas put forward in Avdi Grimm's [Naught gem](https://github.com/avdi/naught). @@ -55,7 +55,7 @@ - [x] Rudimentary plugin command behavior - [x] [Command::Attribute](./lib/democritus/class_builder/commands/attribute.rb) - [x] [Command::Attirubtes](./lib/democritus/class_builder/commands/attributes.rb) - [ ] Create the commands that build a Sipity processing form - [X] Build class from JSON configuration - - [ ] Basic case for nested commands - - [ ] Allow for "constantization" of command_namespaces option. + - [X] Basic case for nested commands + - [X] Allow for "constantization" of command_namespaces option.