summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from chef/poorndm/IPACK-117-Test-Ruby-3.1HEADmainJeremiah Snapp2022-04-083-14/+47
|\ | | | | Test Ruby 3.0/3.1
| * Add ruby tests on windowspoorndm/IPACK-117-Test-Ruby-3.1poornima2022-04-082-1/+16
| | | | | | | | Signed-off-by: poornima <poorndm@progress.com>
| * Test Ruby 3.0/3.1poornima2022-04-082-14/+32
|/ | | | Signed-off-by: poornima <poorndm@progress.com>
* Update CHANGELOG.md to reflect the promotion of 1.0.7Chef Expeditor2022-03-311-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 1.0.7 by Chef Expeditorv1.0.7Chef Expeditor2022-03-313-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #17 from chef/jfm/wmi_updateJohn McCrae2022-03-313-25/+25
|\
| * updated pipleline to test against Ruby 3.x and narrowed down the list of OS ↵John McCrae2022-03-311-8/+0
| | | | | | | | | | | | variables to compare, dropped Ruby 2.4 testing over outdated dependencies Signed-off-by: John McCrae <john.mccrae@progress.com>
| * updated pipleline to test against Ruby 3.x and narrowed down the list of OS ↵John McCrae2022-03-311-1/+0
| | | | | | | | | | | | variables to compare Signed-off-by: John McCrae <john.mccrae@progress.com>
| * updated pipleline to test against Ruby 3.x and narrowed down the list of OS ↵John McCrae2022-03-311-3/+0
| | | | | | | | | | | | variables to compare Signed-off-by: John McCrae <john.mccrae@progress.com>
| * updated pipleline to test against Ruby 3.x and narrowed down the list of OS ↵John McCrae2022-03-312-15/+27
| | | | | | | | | | | | variables to compare Signed-off-by: John McCrae <john.mccrae@progress.com>
| * updating the gem for Ruby 3.1John McCrae2022-03-311-1/+1
|/ | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Merge pull request #15 from chef/bundler_deprecated_warningTom Duffield2021-09-022-3/+4
|\ | | | | Replace deprecated --without flag with bundle config
| * pin simplecov to 0.18.5bundler_deprecated_warningjayashri garud2021-09-011-1/+1
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
| * pin docile to 1.3.5jayashri garud2021-09-011-0/+1
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
| * Remove pry-stack_explorer dependencyjayashri garud2021-09-011-1/+0
| | | | | | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
| * Replace deprecated --without flag with bundle configjayashri garud2021-09-011-1/+2
|/ | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Updating references of master to main as part of Expeditor agent rename.chef-expeditor[bot]2021-08-240-0/+0
|
* Merge pull request #14 from chef/jgarud/update-expeditor-configurationmasterTom Duffield2021-06-301-17/+19
|\ | | | | Updating expeditor configuration
| * Updating expeditor configurationjayashri garud2021-06-301-17/+19
|/ | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Bump version to 1.0.6 by Chef Expeditorv1.0.6Chef Expeditor2020-07-313-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #13 from chef/spellingTim Smith2020-07-306-7/+5
|\ | | | | Minor spelling mistakes & remove github lock config
| * Pin pry-stack_explorer for older rubyspellingTim Smith2020-07-281-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix chefstyle warning and pin to allow dependabot to bumpTim Smith2020-07-282-2/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Minor spelling mistakes & remove github lock configTim Smith2020-07-284-4/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update README.mdTim Smith2019-12-291-1/+1
| |
* | Update CHANGELOG.md to reflect the promotion of 1.0.5Chef Expeditor2019-12-301-12/+9
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Test on Ruby 2.7Tim Smith2019-12-291-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2019-12-292-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.0.5 by Chef Expeditorv1.0.5Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10 from chef/relativeTim Smith2019-12-294-8/+8
|\ | | | | Substitute require for require_relative
| * Substitute require for require_relativeTim Smith2019-12-294-8/+8
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.0.4 by Chef Expeditorv1.0.4Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #12 from chef/testingTim Smith2019-12-2910-147/+171
|\ | | | | Add necessary dev deps to the Gemfile + Chefstyle autocorrect
| * Add testing on WindowstestingTim Smith2019-12-202-2/+17
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Apply ChefstyleTim Smith2019-12-208-142/+147
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add all the dev deps we need for testingTim Smith2019-12-202-5/+9
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.0.3 by Chef Expeditorv1.0.3Chef Expeditor2019-12-213-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #11 from chef/testingTim Smith2019-12-2017-45/+229
|\ | | | | Migrate testing to Buildkite
| * Migrate testing to BuildkiteTim Smith2019-12-2017-45/+229
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 1.0.2Chef Expeditor2019-01-161-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 1.0.2 by Chef Expeditorv1.0.2Chef Expeditor2019-01-163-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9 from chef/unpin_bundlerTim Smith2019-01-163-4/+4
|\ | | | | Unpin bundler dev dep
| * Unpin bundler dev depTim Smith2019-01-163-4/+4
|/ | | | | | | This allows us to test this gem on Bundler 2.x installs. I also updated the travis and expeditor configs a bit while I was in here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix the version file to match the promotionTim Smith2018-12-101-1/+1
| | | | | | Without the double quotes expeditor didn't bump this Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a code of conduct fileTim Smith2018-12-071-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 1.0.1Chef Expeditor2018-12-041-13/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 1.0.1 by Chef Expeditorv1.0.1Chef Expeditor2018-12-042-3/+5
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8 from chef/slimTim Smith2018-12-041-3/+1
|\ | | | | Slim the files we ship in the gem
| * Slim the files we ship in the gemslimTim Smith2018-12-031-3/+1
| | | | | | | | | | | | Only ship the license the the lib dir in the artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update Travis config for new rubiesTim Smith2018-12-031-2/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>