Doodle 0.1.1 Released

doodle version 0.1.1 has been released!

Doodle is a gem for simplifying the definition of Ruby classes by
making attributes and their properties more declarative. Doodle is
eco-friendly: it does not globally modify Object, Class or Module.

Changes:

0.1.1 / 2008-04-28

  • changed name of #parent to #doodle_parent to avoid clash with
    ActiveSupport (thanks to Ryan Garver for reporting this)