Posted By: BJ Dierkes
Date: 2010-02-28 03:36
Summary: Stable Release 0.5.2 Now Available
Project: rb-parseconfig
The latest version of the Ruby ParseConfig library 0.5.2 is now available. The following changes have been applied:
The latest version of Ruby ParseConfig library is now available. This release has the following changes:
Sat Feb 27, 2010 - v0.5.2
- Re-releasing under MIT License.
- Fixed issue with the add() method where if you added a group outside
of the import_config() method, the group would not be properly added to
self.groups[].
- Added feature that if you attempt to add a group that already exists, the
groups will be merged together. Any existing params in the original
group will be overwritten by the new ones.
- Fully deprecated override_value() and nil_value(). Anything using
'instance_variable*' has been removed as well as it wasn't working properly
anyway.
- If you attempt to add_to_group() to a group that doesn't exist, the group
is added automatically. |
|