summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-02Update Modulefile and Changelog, prepping for 0.10.0 releaseChris Price
2013-03-25Merge pull request #29 from kbrezina/subsettingChris Price
2013-03-25Added 'ini_subsetting' custom resource typeKarel Brezina
2013-03-12Merge pull request #30 from bodepd/fix_nil_indentationChris Price
2013-03-11guard against nil indentation valuesDan Bode
2013-03-04Add purging support to ini fileDan Bode
2012-10-26Add detection for commented versions of settingsChris Price
2012-10-20Refactor to clarify implementation of `save`Chris Price
2012-10-20Better handling of whitespace lines at ends of sectionsChris Price
2012-10-20Respect indentation / spacing for existing sections and settingsChris Price
2012-10-17Minor tweaks to handling of removing settingsChris Price
2012-10-10Add support for removing linesDan Bode
2012-10-02Make value a propertyDan Bode
2012-10-02Make ruby provider a better parent.Dan Bode
2012-09-29Allow values with spaces to be parsed and setReid Vandewiele
2012-09-20Add validation for key_val_separatorChris Price
2012-09-19Allow overriding separator string between key/val pairsChris Price
2012-08-24Added support for colons in section namesJoe Topjian
2012-08-17Add support for "global" section at beginning of fileChris Price
2012-08-16final commit for 0.0.1 releaseChris Price
2012-08-14make the regex less matchyStephen
2012-08-14Fixed regex to match sections and settings with non alphanumericStephen
2012-08-13fix path for require statementStephen
2012-07-28First (basic) working version of ini_setting providerChris Price
2012-06-14Started writing some tests, work has been puntedChris Price