Sha256: 7988dab312d5e3a2d7689c3160199d81108b2d19d6489e3765b47e1746971d9d
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
== 2.2.0 released 2010-09-21 * better stacktrace info for injected methods * support for numeric keys (by Ignacio Carrera) * tests pass on active_support 3 * tests pass on ruby 1.9.2 == 2.1.1 released 2010-05-03 * removed name method due to conflict with ZenTest == 2.1.0 released 2010-03-15 * Added key_by_path (e.g. Settings.key_by_path "some.nested.setting") * Default namespace support (defaults are merged) == 2.0.2 released 2009-08-22 * Define methods during method_missing instead of during initialization. Allows for modification on the fly. == 2.0.0 released 2009-08-22 * Less magic, instead of automatically defining a Settings constant, you should define your own constant. See the readme for an example. == 1.0.3 released 2009-04-23 * Fix Settings initialized with a Hash to work with both symbol and string hash keys. == 1.0.2 released 2009-04-09 * Call key? off of the self in the class level name method. == 1.0.1 released 2009-04-02 * Inherit from hash. == 1.0.0 released 2008-12-05 * Only define methods if we have settings. == 0.9.0 released 2008-10-30 * Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cubus-settingslogic-2.2.0 | CHANGELOG.rdoc |