README.md in democritus-0.2.0 vs README.md in democritus-0.2.1
- old
+ new
@@ -4,11 +4,11 @@
[](./LICENSE)
[](https://codeclimate.com/github/jeremyf/democritus)
[](https://codeclimate.com/github/jeremyf/democritus)
[](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.