Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run specs properlysync | Tim Smith | 2018-07-24 | 2 | -1/+4 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Remove defaults from the gemspec | Tim Smith | 2018-07-24 | 1 | -2/+0 |
| | | | | | | has_rdoc is deprecated and platform defaults to ruby Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Fix travis ruby version config | Tim Smith | 2018-07-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | We don't need the version anymore in the Rakefile | Tim Smith | 2018-07-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Add contributing docs link | Tim Smith | 2018-07-24 | 1 | -3/+7 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Remove empty cucumber tests | Tim Smith | 2018-07-24 | 3 | -18/+0 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Update copyrights | Tim Smith | 2018-07-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Expand Ruby version testing and use new rake setup | Tim Smith | 2018-07-24 | 1 | -9/+16 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Add yard to rakefile and sync with others | Tim Smith | 2018-07-24 | 2 | -15/+11 |
| | | | | | | | | | Make the default task run style/specs Remove require on rubygems Remove rdoc task Suggest bundle install for chefstyle Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Update gitignore | Tim Smith | 2018-07-24 | 1 | -7/+21 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Expand config in rspec helper | Tim Smith | 2018-07-24 | 1 | -0/+9 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Require latest rake | Tim Smith | 2018-07-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Add yard deps to the gemfile | Tim Smith | 2018-07-24 | 1 | -0/+6 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Remove .rspec file | Tim Smith | 2018-07-24 | 1 | -2/+0 |
| | | | | | | The helper already includes this same config Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Bump version to 1.7.2 by Chef Expeditorv1.7.2 | Chef Expeditor | 2018-07-24 | 3 | -5/+6 |
| | |||||
* | Merge pull request #44 from chef/example | Tim Smith | 2018-07-24 | 1 | -1/+0 |
|\ | | | | | Remove require rubygems | ||||
| * | Remove require rubygems | Tim Smith | 2018-07-24 | 1 | -1/+0 |
|/ | | | | | | This hasn't been required for a long time Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Test on latest Ruby releases in Travis | Tim Smith | 2018-07-24 | 1 | -2/+4 |
| | | | | | | Make sure we test Ruby 2.4 and Ruby 2.5 Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Bump version to 1.7.1 by Chef Expeditorv1.7.1 | Chef Expeditor | 2018-06-26 | 3 | -5/+13 |
| | |||||
* | Merge pull request #43 from chef/lcg/remove-hashrockets | Lamont Granquist | 2018-06-26 | 4 | -54/+56 |
|\ | | | | | remove hashrockets syntax | ||||
| * | remove hashrockets syntax | Lamont Granquist | 2018-06-26 | 4 | -54/+56 |
|/ | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Merge pull request #42 from chef/tduffield/add-version | Thom May | 2018-05-09 | 1 | -0/+1 |
|\ | | | | | Add VERSION file for Expeditor | ||||
| * | Add VERSION file for Expeditor | Tom Duffield | 2018-05-09 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Tom Duffield <tom@chef.io> | ||||
* | Merge pull request #41 from chef/tduffield/enable-expeditor | Tom Duffield | 2018-05-09 | 3 | -0/+57 |
|\ | | | | | Setup Expeditor to manage releases of Mixlib::CLI | ||||
| * | Setup Expeditor to manage releases of Mixlib::CLItduffield/enable-expeditor | Tom Duffield | 2018-05-02 | 3 | -0/+57 |
|/ | | | | Signed-off-by: Tom Duffield <tom@chef.io> | ||||
* | Merge pull request #39 from yuri-zubov/master | Tom Duffield | 2018-05-02 | 4 | -9/+30 |
|\ | | | | | bugfix: if param :required is set to false and param :in is set the option is required | ||||
| * | bugfix: if param :required is set to false and param :in is set the option ↵ | Yuri Zubov | 2018-03-23 | 4 | -9/+30 |
|/ | | | | | | is required Signed-off-by: Yuri Zubov <y.zubov@sumatosoft.com> | ||||
* | Merge pull request #34 from kamaradclimber/frozen_string | Thom May | 2017-09-18 | 1 | -1/+2 |
|\ | | | | | Avoid modification on possibly frozen string | ||||
| * | Avoid modification on possibly frozen string | Grégoire Seux | 2017-09-17 | 1 | -1/+2 |
|/ | | | | | | | | | Most users are defining option description with string literal. Starting from ruby 2.3, rubocop starts advocating to set `# frozen_string_literal: true` magic comment. Before this patch, this would raise an error related to modification of frozen string. Change-Id: Ia2561296a5855e639a4972368ab00ccbccd7cb12 Signed-off-by: Grégoire Seux <g.seux@criteo.com> | ||||
* | Merge pull request #36 from chef/tm/codeowners | Thom May | 2017-08-31 | 1 | -0/+1 |
|\ | | | | | add codeowners | ||||
| * | add codeownerstm/codeowners | Thom May | 2017-08-31 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Fixing example so it runs correctly when copy-pastaed | Tyler Ball | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #35 from chef/lcg/chefstyle | Lamont Granquist | 2017-06-20 | 1 | -1/+1 |
|\ | | | | | fix chefstyle offenses | ||||
| * | fix chefstyle offenses | Lamont Granquist | 2017-06-20 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Merge pull request #32 from chef/updates | Thom May | 2016-10-13 | 1 | -1/+1 |
|\ | | | | | Don't constrain chefstyle | ||||
| * | Don't constrain chefstyleupdates | Tim Smith | 2016-10-13 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Merge pull request #31 from chef/rspec | Thom May | 2016-08-25 | 1 | -1/+1 |
|\ | | | | | Use Rake 11 not Rake 10 | ||||
| * | Use Rake 11 not Rake 10rspec | Tim Smith | 2016-08-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Merge pull request #30 from chef/rspec | Tim Smith | 2016-08-24 | 6 | -88/+90 |
|\ \ | |/ | | | Update for rspec 3.X | ||||
| * | 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 |