summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use Rake 11 not Rake 10rspecTim Smith2016-08-241-1/+1
* Remove Travis testing on Ruby 2.0/2.1Tim Smith2016-08-231-4/+2
* Update changelog to currentTim Smith2016-08-231-1/+6
* Opscode -> ChefTim Smith2016-08-232-4/+4
* Use rspec 3.XTim Smith2016-08-233-79/+78
* Release 1.7.0v1.7.0Thom May2016-07-061-1/+1
* Merge pull request #28 from coderanger/masterThom May2016-07-062-1/+22
|\
| * Make chefstyle happy.Noah Kantrowitz2016-06-162-12/+12
| * Support two-argument procs for reducer-style arguments. This allows CLI optio...Noah Kantrowitz2016-06-162-1/+22
|/
* Release 1.6.0v1.6.0Thom May2016-05-051-1/+1
* Fix chefstyle issuesThom May2016-05-053-5/+15
* Merge pull request #13 from chrisroberts/enhancement/option-inheritanceThom May2016-05-042-1/+88
|\
| * Use the correct class when testing parent class options valuesChris Roberts2013-11-151-1/+1
| * Re-implement `#deep_dup` with better names and some commentsChris Roberts2013-11-151-12/+26
| * Include spec test with array default valueChris Roberts2013-11-151-1/+13
| * Properly pass options during inheritance. Full dup to ensure proper option is...Chris Roberts2013-04-182-1/+62
* | Merge pull request #26 from chef/jr/readme-fixLamont Granquist2016-03-301-3/+3
|\ \
| * | Fix README.md options formattingjr/readme-fixJordan Running2016-03-281-3/+3
|/ /
* | Merge pull request #25 from chef/tas50/cleanupThom May2016-03-179-129/+192
|\ \
| * | Add license section to the readmetas50/cleanupTim Smith2016-03-161-0/+19
| * | Specify 2.3.0 not 2.3Tim Smith2016-03-161-1/+1
| * | Resolve chefstyle warningsTim Smith2016-03-162-10/+10
| * | Opscode -> Chef, add chefstyle, pin rakeTim Smith2016-03-161-6/+8
| * | Add a few more files to ignoreTim Smith2016-03-161-0/+3
| * | Update travis for modern platforms and configTim Smith2016-03-161-5/+19
| * | Spell out the optionsTim Smith2016-03-161-2/+2
| * | Opscode -> ChefTim Smith2016-03-161-7/+6
| * | Update changelog to currentTim Smith2016-03-161-6/+35
| * | Convert the readme to markdownTim Smith2016-03-162-93/+90
|/ /
* | Merge pull request #24 from chef/lcg/chefrstyleLamont Granquist2016-03-167-61/+56
|\ \
| * | chefstyle fixeslcg/chefrstyleLamont Granquist2016-02-127-61/+56
|/ /
* | Merge pull request #21 from niku4i/missing-commaLamont Granquist2015-12-011-1/+1
|\ \
| * | Fix missing comma at the end of line in READMENobuhiro Nikushi2015-07-031-1/+1
* | | Merge pull request #22 from chef/ksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+2
|\ \ \
| * | | Add gemspec files to allow bundler to run from the gemKartik Null Cating-Subramanian2015-10-091-1/+2
|/ / /
* | | Ship Gemfile so tests can run from the gemJohn Keiser2015-09-301-1/+1
|/ /
* | Add basic rspec configurationdanielsdeleo2015-05-291-0/+7
* | Merge branch 'MIXLIB-30'Thom May2015-03-093-2/+43
|\ \
| * | Fix rspec tests for ruby-1.8.7Mehrez Alachheb2014-07-082-2/+2
| * | set rspec version to 2.0 in mixlib-cli.gemspecMehrez Alachheb2014-07-081-1/+1
| * | Merge branch 'master' into malachheb-1.4.0Mehrez Alachheb2014-07-089-64/+82
| |\ \
| * | | Fix code review notesMehrez Alachheb2014-06-122-10/+8
| * | | Update README.rdocAlachheb2013-06-161-1/+1
| * | | Add an example in READMEMehrez Alachheb2013-06-151-0/+2
| * | | Add option key ':in' to specifie that option value should be included in the...Mehrez Alachheb2013-06-152-2/+43
| | |/ | |/|
* | | Lock rspec to 2.xdanielsdeleo2014-07-082-2/+2
* | | gitignore Gemfile.lockdanielsdeleo2014-07-081-0/+1
| |/ |/|
* | Remove CONTRIBUTIONS.md and merge it's contents with CHANGELOG.md.sersut2014-05-232-7/+5
* | Merge pull request #12 from kachick/improve-remove_warnings_without_rspecBryan McLellan2014-05-211-1/+1
|\ \
| * | Avoid ruby-warning "instance variable @{ivar} not initialized"Kenichi Kamiya2013-02-171-1/+1
| |/