summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run specs properlysyncTim Smith2018-07-242-1/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove defaults from the gemspecTim Smith2018-07-241-2/+0
| | | | | | has_rdoc is deprecated and platform defaults to ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix travis ruby version configTim Smith2018-07-241-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* We don't need the version anymore in the RakefileTim Smith2018-07-241-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add contributing docs linkTim Smith2018-07-241-3/+7
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove empty cucumber testsTim Smith2018-07-243-18/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update copyrightsTim Smith2018-07-242-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Expand Ruby version testing and use new rake setupTim Smith2018-07-241-9/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add yard to rakefile and sync with othersTim Smith2018-07-242-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 gitignoreTim Smith2018-07-241-7/+21
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Expand config in rspec helperTim Smith2018-07-241-0/+9
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Require latest rakeTim Smith2018-07-241-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add yard deps to the gemfileTim Smith2018-07-241-0/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove .rspec fileTim Smith2018-07-241-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.2Chef Expeditor2018-07-243-5/+6
|
* Merge pull request #44 from chef/exampleTim Smith2018-07-241-1/+0
|\ | | | | Remove require rubygems
| * Remove require rubygemsTim Smith2018-07-241-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 TravisTim Smith2018-07-241-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.1Chef Expeditor2018-06-263-5/+13
|
* Merge pull request #43 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-264-54/+56
|\ | | | | remove hashrockets syntax
| * remove hashrockets syntaxLamont Granquist2018-06-264-54/+56
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #42 from chef/tduffield/add-versionThom May2018-05-091-0/+1
|\ | | | | Add VERSION file for Expeditor
| * Add VERSION file for ExpeditorTom Duffield2018-05-091-0/+1
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Merge pull request #41 from chef/tduffield/enable-expeditorTom Duffield2018-05-093-0/+57
|\ | | | | Setup Expeditor to manage releases of Mixlib::CLI
| * Setup Expeditor to manage releases of Mixlib::CLItduffield/enable-expeditorTom Duffield2018-05-023-0/+57
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Merge pull request #39 from yuri-zubov/masterTom Duffield2018-05-024-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 Zubov2018-03-234-9/+30
|/ | | | | | is required Signed-off-by: Yuri Zubov <y.zubov@sumatosoft.com>
* Merge pull request #34 from kamaradclimber/frozen_stringThom May2017-09-181-1/+2
|\ | | | | Avoid modification on possibly frozen string
| * Avoid modification on possibly frozen stringGrégoire Seux2017-09-171-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/codeownersThom May2017-08-311-0/+1
|\ | | | | add codeowners
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Fixing example so it runs correctly when copy-pastaedTyler Ball2017-07-101-1/+1
|
* Merge pull request #35 from chef/lcg/chefstyleLamont Granquist2017-06-201-1/+1
|\ | | | | fix chefstyle offenses
| * fix chefstyle offensesLamont Granquist2017-06-201-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #32 from chef/updatesThom May2016-10-131-1/+1
|\ | | | | Don't constrain chefstyle
| * Don't constrain chefstyleupdatesTim Smith2016-10-131-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #31 from chef/rspecThom May2016-08-251-1/+1
|\ | | | | Use Rake 11 not Rake 10
| * Use Rake 11 not Rake 10rspecTim Smith2016-08-241-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #30 from chef/rspecTim Smith2016-08-246-88/+90
|\ \ | |/ | | Update for rspec 3.X
| * Remove Travis testing on Ruby 2.0/2.1Tim Smith2016-08-231-4/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update changelog to currentTim Smith2016-08-231-1/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Opscode -> ChefTim Smith2016-08-232-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use rspec 3.XTim Smith2016-08-233-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.0Thom May2016-07-061-1/+1
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #28 from coderanger/masterThom May2016-07-062-1/+22
|\ | | | | Support two-argument procs for reducer style.
| * Make chefstyle happy.Noah Kantrowitz2016-06-162-12/+12
| |
| * Support two-argument procs for reducer-style arguments. This allows CLI ↵Noah Kantrowitz2016-06-162-1/+22
|/ | | | options which can be repeated.
* Release 1.6.0v1.6.0Thom May2016-05-051-1/+1
| | | | Signed-off-by: Thom May <thom@may.lt>
* Fix chefstyle issuesThom May2016-05-053-5/+15
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #13 from chrisroberts/enhancement/option-inheritanceThom May2016-05-042-1/+88
|\ | | | | [MIXLIB-14] Option inheritance