summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* integrate nuo's class instance variable with attribute setter changesclass_instance_variableChristopher Brown2009-08-264-19/+54
|\
| * fixed the @@configuration class variable bug, using class instance variableNuo Yan2009-08-204-20/+53
| |
* | Regenerated gemspec for version 1.0.12v1.0.12alpha_deploy_1AJ Christensen2009-08-261-2/+2
| |
* | Version bump to 1.0.12AJ Christensen2009-08-261-1/+1
| |
* | added config_attr_writerinternal_set_fixChristopher Brown2009-08-242-5/+32
| |
* | Fix internal_set regression from v1.0.10AJ Christensen2009-08-252-3/+14
| | | | | | | | | | | | | | | | | | Re-enables the 'configuration_option value' DSL syntax used by chef, for things such as log_location. Additional poorly placed specs to show all of the class method overrider behaviours working in all forms of attribute setting (directly, method missing, instance eval, from_file)
* | Regenerated gemspec for version 1.0.11v1.0.11AJ Christensen2009-08-241-21/+12
| |
* | Version bump to 1.0.11AJ Christensen2009-08-241-1/+1
| |
* | remove the rescue stuff, because ruby'll do that for usJames Golick2009-08-231-5/+1
| |
* | stop rescuing from exception, because exception is an ancestor of *any ↵James Golick2009-08-232-3/+10
|/ | | | possible error that could get thrown in ruby, including SyntaxError*. also, when the file actually fails to read, raise Errno::ENOENT, because that's what actually gets raised by ruby
* Regenerated gemspec for version 1.0.10Christopher Brown2009-08-181-13/+22
|
* Version bump to 1.0.10Christopher Brown2009-08-181-1/+1
|
* fixing setting values in property/attribute formChristopher Brown2009-08-131-13/+11
|
* Regenerated gemspec for version 1.0.9v1.0.9AJ Christensen2009-06-251-2/+2
|
* Version bump to 1.0.9AJ Christensen2009-06-251-1/+1
|
* Broke []= with internal_set, fixedAJ Christensen2009-06-251-1/+1
|
* Regenerated gemspec for version 1.0.8v1.0.8AJ Christensen2009-06-241-4/+4
|
* Version bump to 1.0.8AJ Christensen2009-06-241-1/+1
|
* Fix the method_missing internal_set mechanismAJ Christensen2009-06-242-2/+7
|
* catch up to master & add internal_set to configChristopher Brown2009-05-1812-97/+168
|\
| * Add spec optionsAJ Christensen2009-05-152-0/+5
| |
| * Regenerated gemspec for version 1.0.7v1.0.7AJ Christensen2009-05-141-2/+2
| |
| * Version bump to 1.0.7AJ Christensen2009-05-141-1/+1
| |
| * Rework from_fileAJ Christensen2009-05-141-3/+3
| |
| * Regenerated gemspec for version 1.0.6v1.0.6AJ Christensen2009-05-121-1/+1
| |
| * Version bump to 1.0.6AJ Christensen2009-05-121-1/+1
| |
| * Regenerated gemspec for version 1.0.5v1.0.5AJ Christensen2009-05-121-1/+1
| |
| * Version bump to 1.0.5AJ Christensen2009-05-121-1/+1
| |
| * Convert mixlib-config to jewelerAJ Christensen2009-05-1211-103/+190
| | | | | | | | | | Add internal_set method, specs Clarify some behaviour
* | extra hash methods and ability to dup & return the inner hashChristopher Brown2009-04-021-1/+24
| |
* | treating config like hash for non-existent config optionChristopher Brown2009-03-311-5/+1
| |
* | added clean task and merge! methodChristopher Brown2009-03-252-1/+10
|/
* Initial commitAdam Jacob2009-03-1115-0/+698