From: Tim Pease Date: 2012-02-28T13:52:13+09:00 Subject: [ANN] inifile 1.0.0 inifile version 1.0.0 by Tim Pease http://rubygems.org/gems/inifile == DESCRIPTION Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. More information about INI files can be found on the [Wikipedia Page](http://en.wikipedia.org/wiki/INI_file). == CHANGES Major Enhancements - Changed how multi-line values are handled [issue #7] - Added backslash escaping support for values Enhancements - Inifile merge functionality [Jens Hilligsę·”e] - Use regular expressions to find sections [issue 8] == INSTALL gem install inifile