summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-03Merge pull request #36 from bodepd/travis_part_threeHEADmasterChris Price
2013-04-02Add travisfile and GemfileDan Bode
2013-04-02Update README.markdownChris Price
2013-04-02Merge pull request #33 from bodepd/doc_updateChris Price
2013-04-02Update Modulefile and Changelog, prepping for 0.10.0 releaseChris Price
2013-04-01Merge pull request #32 from bodepd/fix_test_failuresChris Price
2013-04-01fix unit test failuresDan Bode
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-11Merge pull request #25 from bodepd/add_purging_supportChris Price
2013-03-04Add purging support to ini fileDan Bode
2013-02-06Merge pull request #28 from supercow/masterChris Price
2013-02-05Fix test to use correct key_val_parameterJames Sweeny
2012-11-06Added license file w/Apache 2.0 licenseChris Price
2012-11-02Update Modulefile/CHANGELOG ; final commit for v0.9.0 releaseChris Price
2012-10-26Merge pull request #20 from cprice-puppet/feature/master/detect-commented-set...Chris Price
2012-10-26Add detection for commented versions of settingsChris Price
2012-10-22Merge pull request #19 from cprice-puppet/feature/master/use-existing-indenta...Chris Price
2012-10-20Refactor to clarify implementation of `save`Chris Price
2012-10-20Add example for `ensure=absent`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-17Merge pull request #18 from cprice-puppet/feature/master/tweaks-to-setting-re...Chris Price
2012-10-17Minor tweaks to handling of removing settingsChris Price
2012-10-10Add support for removing linesDan Bode
2012-10-03Merge pull request #16 from bodepd/masterChris Price
2012-10-02Make value a propertyDan Bode
2012-10-02Make ruby provider a better parent.Dan Bode
2012-10-01Merge pull request #15 from reidmv/bug/master/spacesChris Price
2012-09-29Allow values with spaces to be parsed and setReid Vandewiele
2012-09-24Updated CHANGELOG and Modulefile; final commit for 0.0.3 releaseChris Price
2012-09-20Merge pull request #9 from cprice-puppet/feature/master/allow-override-of-sep...Chris Price
2012-09-20Add validation for key_val_separatorChris Price
2012-09-19Allow overriding separator string between key/val pairsChris Price
2012-09-04Merge pull request #5 from jtopjian/jtopjian-colonChris Price
2012-09-04Added tests for sections with colonsJoe Topjian
2012-09-04Fixed spec_helper.rb so original tests can pass.Joe Topjian
2012-08-24Added support for colons in section namesJoe Topjian
2012-08-20Add CHANGELOG and update README; final commit for 0.0.2 releaseChris Price
2012-08-17Add support for "global" section at beginning of fileChris Price
2012-08-16final commit for 0.0.1 releaseChris Price
2012-08-16Add ModulefileChris Price
2012-08-14Merge pull request #4 from stephenrjohnson/miscfixesChris Price
2012-08-14make the regex less matchyStephen
2012-08-14Fixed regex to match sections and settings with non alphanumericStephen
2012-08-13Merge pull request #1 from stephenrjohnson/masterChris Price
2012-08-13fix path for require statementStephen
2012-07-28First (basic) working version of ini_setting providerChris Price