From: Tim Pease Date: 2012-08-30T03:34:39+09:00 Subject: [ANN] inifile 2.0.0 inifile version 2.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 - Can now initialize from Strings [issue #9] - Quoted multi-line values are supported - Comments can appear at the end of a line Enhancements - TomDoc documentation - Parity between read/write methods