Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integrate nuo's class instance variable with attribute setter changesclass_instance_variable | Christopher Brown | 2009-08-26 | 1 | -13/+18 |
|\ | |||||
| * | fixed the @@configuration class variable bug, using class instance variable | Nuo Yan | 2009-08-20 | 1 | -14/+17 |
| | | |||||
* | | added config_attr_writerinternal_set_fix | Christopher Brown | 2009-08-24 | 1 | -2/+21 |
| | | |||||
* | | Fix internal_set regression from v1.0.10 | AJ Christensen | 2009-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
* | | remove the rescue stuff, because ruby'll do that for us | James Golick | 2009-08-23 | 1 | -5/+1 |
| | | |||||
* | | stop rescuing from exception, because exception is an ancestor of *any ↵ | James Golick | 2009-08-23 | 1 | -1/+1 |
|/ | | | | 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 | ||||
* | fixing setting values in property/attribute form | Christopher Brown | 2009-08-13 | 1 | -13/+11 |
| | |||||
* | Broke []= with internal_set, fixed | AJ Christensen | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Fix the method_missing internal_set mechanism | AJ Christensen | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Rework from_file | AJ Christensen | 2009-05-14 | 1 | -3/+3 |
| | |||||
* | Convert mixlib-config to jeweler | AJ Christensen | 2009-05-12 | 1 | -7/+48 |
| | | | | | Add internal_set method, specs Clarify some behaviour | ||||
* | Initial commit | Adam Jacob | 2009-03-11 | 1 | -0/+118 |