Commit History

Author SHA1 Message Date
  Morgan Haskel 15f972d092 Rebase/fix the flexible k/v separator. 9 years ago
  Igor Galić 3288d415e9 WIP: Allow changing key value separator beyond indentation 10 years ago
  Pete Johns c6dcad2657 Simplify COMMENTED_SETTING_REGEX to match SETTING_REGEX 10 years ago
  Pete Johns e65be6fb4b Simplify SECTION_REGEX 10 years ago
  Huan Do f343c41cd8 modify test to compare to a hash which better tests the state of each setting 10 years ago
  Huan Do 681f5c0cb4 fix issue where single characters settings were not being saved. 10 years ago
  Pete Johns 49960e1c5e Handle quotation marks in section names 10 years ago
  Rob Braden 76ad4c47fe Fix the regex t fix a bad match 10 years ago
  Rob Braden e779d12d86 Update settings regexes to support settings with "[", "]" in them 10 years ago
  Jesse Newland c058ee5d40 support spaces in sections 11 years ago
  Anthony Roy 86c57aa480 Adding whitespace capability to section header regex 11 years ago
  Ashley Penney 32e4b1f2e9 support for whitespaces in settings names (need for smb.conf) 11 years ago
  Terry Wilson 5904c6f7b4 Allow empty values 11 years ago
  Chris Price 6b198641ea Change constants to class variables 11 years ago
  Chris Price 8064df6d00 Merge pull request #30 from bodepd/fix_nil_indentation 11 years ago
  Dan Bode 5f71d7f0bd guard against nil indentation values 11 years ago
  Dan Bode 2f22483c87 Add purging support to ini file 11 years ago
  Chris Price a45ab65930 Add detection for commented versions of settings 12 years ago
  Chris Price f0d443fed0 Refactor to clarify implementation of `save` 12 years ago
  Chris Price 845fa707be Better handling of whitespace lines at ends of sections 12 years ago
  Chris Price c2c26de9b1 Respect indentation / spacing for existing sections and settings 12 years ago
  Chris Price cda30a6ab9 Minor tweaks to handling of removing settings 12 years ago
  Dan Bode 1106d70e88 Add support for removing lines 12 years ago
  Reid Vandewiele 3829e20c49 Allow values with spaces to be parsed and set 12 years ago
  Chris Price 8d1fdc5c29 Allow overriding separator string between key/val pairs 12 years ago
  Joe Topjian 63ddc0c926 Added support for colons in section names 12 years ago
  Chris Price c57dab4903 Add support for "global" section at beginning of file 12 years ago
  Chris Price 4f0e7264e3 final commit for 0.0.1 release 12 years ago
  Stephen 8d2a8c859d make the regex less matchy 12 years ago
  Stephen d2c1e07e80 Fixed regex to match sections and settings with non alphanumeric 12 years ago