summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run specs properlysyncTim Smith2018-07-242-1/+4
* Remove defaults from the gemspecTim Smith2018-07-241-2/+0
* Fix travis ruby version configTim Smith2018-07-241-4/+4
* We don't need the version anymore in the RakefileTim Smith2018-07-241-1/+0
* Add contributing docs linkTim Smith2018-07-241-3/+7
* Remove empty cucumber testsTim Smith2018-07-243-18/+0
* Update copyrightsTim Smith2018-07-242-2/+2
* Expand Ruby version testing and use new rake setupTim Smith2018-07-241-9/+16
* Add yard to rakefile and sync with othersTim Smith2018-07-242-15/+11
* Update gitignoreTim Smith2018-07-241-7/+21
* Expand config in rspec helperTim Smith2018-07-241-0/+9
* Require latest rakeTim Smith2018-07-241-2/+2
* Add yard deps to the gemfileTim Smith2018-07-241-0/+6
* Remove .rspec fileTim Smith2018-07-241-2/+0
* 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 rubygemsTim Smith2018-07-241-1/+0
|/
* Test on latest Ruby releases in TravisTim Smith2018-07-241-2/+4
* 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 syntaxLamont Granquist2018-06-264-54/+56
|/
* Merge pull request #42 from chef/tduffield/add-versionThom May2018-05-091-0/+1
|\
| * Add VERSION file for ExpeditorTom Duffield2018-05-091-0/+1
|/
* Merge pull request #41 from chef/tduffield/enable-expeditorTom Duffield2018-05-093-0/+57
|\
| * Setup Expeditor to manage releases of Mixlib::CLItduffield/enable-expeditorTom Duffield2018-05-023-0/+57
|/
* 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...Yuri Zubov2018-03-234-9/+30
|/
* Merge pull request #34 from kamaradclimber/frozen_stringThom May2017-09-181-1/+2
|\
| * Avoid modification on possibly frozen stringGrégoire Seux2017-09-171-1/+2
|/
* Merge pull request #36 from chef/tm/codeownersThom May2017-08-311-0/+1
|\
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/
* 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 offensesLamont Granquist2017-06-201-1/+1
|/
* Merge pull request #32 from chef/updatesThom May2016-10-131-1/+1
|\
| * Don't constrain chefstyleupdatesTim Smith2016-10-131-1/+1
|/
* Merge pull request #31 from chef/rspecThom May2016-08-251-1/+1
|\
| * Use Rake 11 not Rake 10rspecTim Smith2016-08-241-1/+1
* | Merge pull request #30 from chef/rspecTim Smith2016-08-246-88/+90
|\ \ | |/
| * 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
|\