Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Rake 11 not Rake 10rspec | Tim Smith | 2016-08-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Remove Travis testing on Ruby 2.0/2.1 | Tim Smith | 2016-08-23 | 1 | -4/+2 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Update changelog to current | Tim Smith | 2016-08-23 | 1 | -1/+6 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Opscode -> Chef | Tim Smith | 2016-08-23 | 2 | -4/+4 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Use rspec 3.X | Tim Smith | 2016-08-23 | 3 | -79/+78 |
| | | | | | | This could be further fixed, but this gets us on 3.X without deprecation warnings Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Release 1.7.0v1.7.0 | Thom May | 2016-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Merge pull request #28 from coderanger/master | Thom May | 2016-07-06 | 2 | -1/+22 |
|\ | | | | | Support two-argument procs for reducer style. | ||||
| * | Make chefstyle happy. | Noah Kantrowitz | 2016-06-16 | 2 | -12/+12 |
| | | |||||
| * | Support two-argument procs for reducer-style arguments. This allows CLI ↵ | Noah Kantrowitz | 2016-06-16 | 2 | -1/+22 |
|/ | | | | options which can be repeated. | ||||
* | Release 1.6.0v1.6.0 | Thom May | 2016-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Fix chefstyle issues | Thom May | 2016-05-05 | 3 | -5/+15 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Merge pull request #13 from chrisroberts/enhancement/option-inheritance | Thom May | 2016-05-04 | 2 | -1/+88 |
|\ | | | | | [MIXLIB-14] Option inheritance | ||||
| * | Use the correct class when testing parent class options values | Chris Roberts | 2013-11-15 | 1 | -1/+1 |
| | | |||||
| * | Re-implement `#deep_dup` with better names and some comments | Chris Roberts | 2013-11-15 | 1 | -12/+26 |
| | | |||||
| * | Include spec test with array default value | Chris Roberts | 2013-11-15 | 1 | -1/+13 |
| | | |||||
| * | Properly pass options during inheritance. Full dup to ensure proper option ↵ | Chris Roberts | 2013-04-18 | 2 | -1/+62 |
| | | | | | | | | isolation. | ||||
* | | Merge pull request #26 from chef/jr/readme-fix | Lamont Granquist | 2016-03-30 | 1 | -3/+3 |
|\ \ | | | | | | | Fix README.md options formatting | ||||
| * | | Fix README.md options formattingjr/readme-fix | Jordan Running | 2016-03-28 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #25 from chef/tas50/cleanup | Thom May | 2016-03-17 | 9 | -129/+192 |
|\ \ | | | | | | | Various updates | ||||
| * | | Add license section to the readmetas50/cleanup | Tim Smith | 2016-03-16 | 1 | -0/+19 |
| | | | |||||
| * | | Specify 2.3.0 not 2.3 | Tim Smith | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | RVM doesn't have an alias for 2.3 yet | ||||
| * | | Resolve chefstyle warnings | Tim Smith | 2016-03-16 | 2 | -10/+10 |
| | | | |||||
| * | | Opscode -> Chef, add chefstyle, pin rake | Tim Smith | 2016-03-16 | 1 | -6/+8 |
| | | | |||||
| * | | Add a few more files to ignore | Tim Smith | 2016-03-16 | 1 | -0/+3 |
| | | | |||||
| * | | Update travis for modern platforms and config | Tim Smith | 2016-03-16 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | Cache the bundler gems, add chefstyle, only run on master branch, and run in the containers | ||||
| * | | Spell out the options | Tim Smith | 2016-03-16 | 1 | -2/+2 |
| | | | |||||
| * | | Opscode -> Chef | Tim Smith | 2016-03-16 | 1 | -7/+6 |
| | | | |||||
| * | | Update changelog to current | Tim Smith | 2016-03-16 | 1 | -6/+35 |
| | | | | | | | | | | | | Some of this has been moved out of the readme | ||||
| * | | Convert the readme to markdown | Tim Smith | 2016-03-16 | 2 | -93/+90 |
|/ / | |||||
* | | Merge pull request #24 from chef/lcg/chefrstyle | Lamont Granquist | 2016-03-16 | 7 | -61/+56 |
|\ \ | | | | | | | chefstyle fixes | ||||
| * | | chefstyle fixeslcg/chefrstyle | Lamont Granquist | 2016-02-12 | 7 | -61/+56 |
|/ / | |||||
* | | Merge pull request #21 from niku4i/missing-comma | Lamont Granquist | 2015-12-01 | 1 | -1/+1 |
|\ \ | | | | | | | Fix missing comma at the end of line in README | ||||
| * | | Fix missing comma at the end of line in README | Nobuhiro Nikushi | 2015-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #22 from chef/ksubrama/gemspec | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Add gemspec files to allow bundler to run from the gem | ||||
| * | | | Add gemspec files to allow bundler to run from the gem | Kartik Null Cating-Subramanian | 2015-10-09 | 1 | -1/+2 |
|/ / / | |||||
* | | | Ship Gemfile so tests can run from the gem | John Keiser | 2015-09-30 | 1 | -1/+1 |
|/ / | |||||
* | | Add basic rspec configuration | danielsdeleo | 2015-05-29 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'MIXLIB-30' | Thom May | 2015-03-09 | 3 | -2/+43 |
|\ \ | | | | | | | | | | This closes #30, thanks to @malachheb | ||||
| * | | Fix rspec tests for ruby-1.8.7 | Mehrez Alachheb | 2014-07-08 | 2 | -2/+2 |
| | | | |||||
| * | | set rspec version to 2.0 in mixlib-cli.gemspec | Mehrez Alachheb | 2014-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into malachheb-1.4.0 | Mehrez Alachheb | 2014-07-08 | 9 | -64/+82 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/mixlib/cli.rb | ||||
| * | | | Fix code review notes | Mehrez Alachheb | 2014-06-12 | 2 | -10/+8 |
| | | | | |||||
| * | | | Update README.rdoc | Alachheb | 2013-06-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add an example in README | Mehrez Alachheb | 2013-06-15 | 1 | -0/+2 |
| | | | | |||||
| * | | | Add option key ':in' to specifie that option value should be included in ↵ | Mehrez Alachheb | 2013-06-15 | 2 | -2/+43 |
| | |/ | |/| | | | | | | | the given list | ||||
* | | | Lock rspec to 2.x | danielsdeleo | 2014-07-08 | 2 | -2/+2 |
| | | | |||||
* | | | gitignore Gemfile.lock | danielsdeleo | 2014-07-08 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Remove CONTRIBUTIONS.md and merge it's contents with CHANGELOG.md. | sersut | 2014-05-23 | 2 | -7/+5 |
| | | |||||
* | | Merge pull request #12 from kachick/improve-remove_warnings_without_rspec | Bryan McLellan | 2014-05-21 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Avoid ruby-warning "instance variable @{ivar} not initialized" Obvious fix. | ||||
| * | | Avoid ruby-warning "instance variable @{ivar} not initialized" | Kenichi Kamiya | 2013-02-17 | 1 | -1/+1 |
| |/ |