Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Test Kitchen

Testing For Infrastructure as Code
Collective - Host: opensource - https://opencollective.com/test-kitchen - Website: https://kitchen.ci - Code: https://github.com/test-kitchen

fix file encoding for windows service.config

github.com/test-kitchen/kitchen-habitat - 741a50108f9b03125b2443d3bd2e37ecd942a917 authored over 4 years ago by James Massardo <[email protected]>
fix sup service config and add minor delay

github.com/test-kitchen/kitchen-habitat - fe95511888b9ed953b675eccb0e24be6791f3b22 authored over 4 years ago by James Massardo <[email protected]>
fixed plg loading issues

github.com/test-kitchen/kitchen-habitat - 49392ba46103acdee09007374eb50390ea83370e authored over 4 years ago by James Massardo <[email protected]>
Don't crash upon destroy if instance is already dead

On some environment, instances are automatically destroyed after a while
(to avoid leaking test ...

github.com/test-kitchen/kitchen-ec2 - f843e08fd2cf2f47bf1741d3d6553e6db0c33286 authored over 4 years ago by Grégoire Seux <[email protected]>
Added warning when using the last_artifact_name option

github.com/test-kitchen/kitchen-habitat - d3afa58f4aa100b28691dc13557d2fbb50206605 authored over 4 years ago by James Massardo <[email protected]>
Merge pull request #48 from splatteredbits/bugfix/issue-47

Fix for issue 47: When Pester tests fail, it should fail the build.

github.com/test-kitchen/kitchen-pester - 0c082ac86b38cdc1ef7f6509cd864a7a183dceb6 authored over 4 years ago by Steven Murawski <[email protected]>
Update chefstyle requirement from = 0.14.0 to = 0.14.1

Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest ...

github.com/test-kitchen/kitchen-ec2 - 1737f537a4c5da6cff2bbff2775149eddde3b59c authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
refactored for new hab and added windows support

github.com/test-kitchen/kitchen-habitat - 88adc0c1e053e83bb83795dc99b8ceffba21e6bf authored over 4 years ago by James Massardo <[email protected]>
Figured out a better way to correctly indicate failure to the Test

Kitchen. It wraps this verifier's PowerShell script so that the last
line is `$host.SetShouldExit...

github.com/test-kitchen/kitchen-pester - 35f8e1cc427aeeed6729c75e4de440341087e57a authored over 4 years ago by Aaron Jensen <[email protected]>
rubocop fixes

github.com/test-kitchen/test-kitchen - b6e97736107d4e470f9f9c6888c243324bab6712 authored over 4 years ago by Jason Field <[email protected]>
Fix Package build step

Signed-off-by: Jason Field <[email protected]>

github.com/test-kitchen/test-kitchen - ba5d253c33d0e42b3ce209a8ac222a7bf1977da7 authored over 4 years ago by Jason Field <[email protected]>
Merge pull request #1 from test-kitchen/master

master merge

github.com/test-kitchen/test-kitchen - 1939d34ee228d0f291247df70f1a1d93f1c80bdc authored over 4 years ago by Xorima <[email protected]>
When Pester tests fail, it should fail the build.

github.com/test-kitchen/kitchen-pester - 81b0792783f6c55fe916a8d5bfe7bf38a849fbba authored over 4 years ago by Aaron Jensen <[email protected]>
Merge pull request #60 from kdoores/bug_user_directories_with_spaces

Added quotes around variable for Get-DefaultVMSwitch

github.com/test-kitchen/kitchen-hyperv - 1424525db4f51990652a1d98cef2defe2e3341af authored over 4 years ago by Tim Smith <[email protected]>
Add hyper-v installation instruction to the readme

github.com/test-kitchen/kitchen-hyperv - 87f97887c9d8b32e0fc427d86a114a77ca926fee authored over 4 years ago by Tim Smith <[email protected]>
Merge pull request #1625 from Xorima/feature/fix-tests

I like green builds

github.com/test-kitchen/test-kitchen - 23f476358975d039a92998c079be0494bf8ec00c authored over 4 years ago by Tim Smith <[email protected]>
Hard code version to minor patch for Windows only

It appears that the build agent cannot find the correct version of ruby and is looking for 2.5.5...

github.com/test-kitchen/test-kitchen - c2a3d3e9b0bec0ce4053ce65650c0365b3ab9728 authored over 4 years ago by Jason Field <[email protected]>
Try with full version number

github.com/test-kitchen/test-kitchen - 2b45d5651d24448781b53f69e684304aaad410bf authored over 4 years ago by Jason Field <[email protected]>
See all rubys on the agent

github.com/test-kitchen/test-kitchen - bccc5d4861cf000b95efa462d729644baf9ae1bc authored over 4 years ago by Jason Field <[email protected]>
Check for ruby

github.com/test-kitchen/test-kitchen - 25c37c0b0c471a414749443a50a1856496e7bcc4 authored over 4 years ago by Jason Field <[email protected]>
Force the path

github.com/test-kitchen/test-kitchen - 6fcca9e2647bdb55f0c9885735c0d4a1e399461b authored over 4 years ago by Jason Field <[email protected]>
Rake directly, maybe?

github.com/test-kitchen/test-kitchen - 1924382a3a82271d6039eef338fc5a2ded9b53a6 authored over 4 years ago by Jason Field <[email protected]>
Where be rake?

github.com/test-kitchen/test-kitchen - 2fb86d63f915073390447e34edb221df6d0c2e81 authored over 4 years ago by Jason Field <[email protected]>
Fix architecture not matching any version in Agent.ToolsDirectory

Resolves error of:
Version spec 2.5.5 for architecture %s did not match any version in Agent.Too...

github.com/test-kitchen/test-kitchen - 24b0c06dfad89a6217fdfc1341d8a87422f249fb authored over 4 years ago by Jason Field <[email protected]>
I like green builds

Signed-off-by: Jason Field <[email protected]>

github.com/test-kitchen/test-kitchen - ca17031a5ba645beecf6b80325c729f714431841 authored over 4 years ago by Jason Field <[email protected]>
Frozen string fix

github.com/test-kitchen/test-kitchen - 4c0ba5fa1624d590b7b964701a94085a094d582e authored over 4 years ago by Jason Field <[email protected]>
Additional env vars

This commit will add the ability to push in additional env vars from the host to the client, it ...

github.com/test-kitchen/test-kitchen - a8fcf8eb541e3f73ab5a8ae4d9064362b4e46fbf authored over 4 years ago by Jason Field <[email protected]>
Merge pull request #126 from DataDog/kserrania/fix-deployment-ssh-key

Only add password to deployment template if ssh_key is not set

github.com/test-kitchen/kitchen-azurerm - b5222e09f643f2c07cd418be45865eafd6937051 authored over 4 years ago by Stuart Preston <[email protected]>
Merge pull request #1613 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/test-kitchen - 67d45d983f15fd5146507357aa1eb106701f624e authored over 4 years ago by Tim Smith <[email protected]>
Merge pull request #359 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-docker - 9b66340126fa15f480277f386d2ebd7d0d9b9d03 authored over 4 years ago by Tim Smith <[email protected]>
Merge pull request #39 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-dsc - ed57b6e45ad0aa486a3dbb5b39522b9669b89ffa authored over 4 years ago by Tim Smith <[email protected]>
Merge pull request #202 from test-kitchen/newer_fog

Allow fog-openstack 1.x

github.com/test-kitchen/kitchen-openstack - a0d8a38204d14ca217b7cfbd81060f3e2522ec49 authored over 4 years ago by Tim Smith <[email protected]>
Only add password to deployment parameters if set

github.com/test-kitchen/kitchen-azurerm - c007b78c810b123bf65cb5a8d001bf3e5ddfeb49 authored over 4 years ago by Kylian Serrania <[email protected]>
Merge pull request #125 from DataDog/albertvaka/retries-upstream

Add retry logic when checking deployment state

github.com/test-kitchen/kitchen-azurerm - d2bc92b4c29a3bcffe626cc3425931784e77d8af authored over 4 years ago by Stuart Preston <[email protected]>
Add retry logic when checking deployment state

Adds retry logic when using the Azure API. The number of retries is configurable in the kitchen....

github.com/test-kitchen/kitchen-azurerm - f8996b02a04a6f2cdcefb5d2a3dbb1faf8d69e8c authored over 4 years ago by Kylian Serrania <[email protected]>
Merge pull request #72 from test-kitchen/testing

Test on the latest ruby releases

github.com/test-kitchen/kitchen-digitalocean - 5b968974a260a2536ffbcdc3895846111179585a authored almost 5 years ago by gregf <[email protected]>
Merge pull request #124 from test-kitchen/generatedpw

Default password is now generated rather than hard-coded (breaking change)

github.com/test-kitchen/kitchen-azurerm - a81ecf245a336bc0996062023716cd742fbd6b6c authored almost 5 years ago by Stuart Preston <[email protected]>
Switch to generated password

Signed-off-by: Stuart Preston <[email protected]>

github.com/test-kitchen/kitchen-azurerm - 4956523e0147e38098bccc359722c6688c949ec7 authored almost 5 years ago by Stuart Preston <[email protected]>
Use require_relative instead of require

require_relative is faster

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-dsc - fb8d1052adb71af630a7fd8c901f8740d760c915 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #86 from test-kitchen/require_relative

Switch from require to require_relative

github.com/test-kitchen/kitchen-hyperv - 6dcd5e954b4ff4360408951fbb83f7e6b5bb619b authored almost 5 years ago by Steven Murawski <[email protected]>
Merge pull request #85 from test-kitchen/dependabot/bundler/minitest-tw-5.3-and-lt-5.15

Update minitest requirement from ~> 5.3, < 5.14 to ~> 5.3, < 5.15

github.com/test-kitchen/kitchen-hyperv - 80493b9c129f6e8dc2eb7902d858121a247ae7b2 authored almost 5 years ago by Steven Murawski <[email protected]>
Merge pull request #38 from test-kitchen/chefstyle

Switch from finstyle to chefstyle

github.com/test-kitchen/kitchen-dsc - d19db4230b5e01386408239b2d2471ba5a81ce6d authored almost 5 years ago by Steven Murawski <[email protected]>
bump version, fix changelog, and fix some chefstyle errors

github.com/test-kitchen/kitchen-pester - 4c3f8c908064af2ecd4cccc0ca81a2cec74762ff authored almost 5 years ago by Steven Murawski <[email protected]>
Merge pull request #46 from test-kitchen/enable_downloads

Enable downloads

github.com/test-kitchen/kitchen-pester - 53c176343a6156c9cbc7376042624bb5d68a7981 authored almost 5 years ago by Steven Murawski <[email protected]>
remove conditional test case

github.com/test-kitchen/kitchen-pester - c2de5c502004ea4f62c85843baf769abf5aefab2 authored almost 5 years ago by Steven Murawski <[email protected]>
wrap the override to call to prevent double downloads after kitchen 2.3.4 (last version before the base verifier got download support)

github.com/test-kitchen/kitchen-pester - 35691264a3f949e143b77b9c648a478269f2a91b authored almost 5 years ago by Steven Murawski <[email protected]>
Use require_relative instead of require

This is faster as it doesn't have to traverse the whole file system for
the requires.

Signed-of...

github.com/test-kitchen/test-kitchen - 6bac9f5b20ec03fd86f75568222ee38ca22faf02 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #1615 from smurawski/master

move to Cache@2 task from CacheBeta@1

github.com/test-kitchen/test-kitchen - 5603dad4f696cce7f4a0df56662b115ffe57575d authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #44 from vexx32/download-fix

Improve File Download functionality

github.com/test-kitchen/kitchen-pester - d225a7616c28c4d8a2a08bf1b9cbe3860cb06432 authored almost 5 years ago by Steven Murawski <[email protected]>
Merge pull request #45 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-pester - b99897ebc4e3f41abaaa9a0c710cd27ecbdbfad8 authored almost 5 years ago by Steven Murawski <[email protected]>
move to Cache@2 task from CacheBeta@1

github.com/test-kitchen/test-kitchen - 5cad78e8813118ed012e08762e0264a7930b1a50 authored almost 5 years ago by Steven Murawski <[email protected]>
Update for the new Fog namespace

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-openstack - ee2972a64da60899ea12f5c13542414cdb2d3c7b authored almost 5 years ago by Tim Smith <[email protected]>
Update Chefstyle config

No need for .rubocop.yml and update the old comments

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-openstack - 18fb682eb22ec9b6bd113ce34e0dc4b759e3aa60 authored almost 5 years ago by Tim Smith <[email protected]>
Limit the files we ship in the gem artifact

Don't ship all the test files

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-openstack - 8bb399a9cd1d843871f9b1bd478272ecd140c1d4 authored almost 5 years ago by Tim Smith <[email protected]>
Allow fog-openstack 1.x

Bump the dep so we can use this plugin with newer fog-core

Signed-off-by: Tim Smith <tsmith@che...

github.com/test-kitchen/kitchen-openstack - cfb2c5fbb66b906890df320a7c04710fa2338f1c authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #29 from test-kitchen/testing

Allow for Test Kitchen 2, add travis testing, use Chefstyle

github.com/test-kitchen/kitchen-opennebula - 3436d143fcc8f91c19ae6de28b39ba5ffca3bb10 authored almost 5 years ago by Tim Smith <[email protected]>
Allow for Test Kitchen 2, add travis testing, use Chefstyle

Also remove cane

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-opennebula - 79f345621acaf381d60bca72cb4bb84d1f39ea29 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #76 from test-kitchen/dependabot/bundler/google-api-client-gte-0.23.9-and-lt-0.37.0

Update google-api-client requirement from >= 0.23.9, < 0.36.0 to >= 0.23.9, < 0.37.0

github.com/test-kitchen/kitchen-google - aedfb52e564f0fa95f85be325ee646c30b56d729 authored almost 5 years ago by Tim Smith <[email protected]>
Add rake gemtasks

This makes it dead simple to release / tag the gem

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-azurerm - 8884d2d7b668108cccdd3c68dea227f2baf24fa9 authored almost 5 years ago by Tim Smith <[email protected]>
Release 0.15.1

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-azurerm - 4bc0744cec533e5552513d330420c5e5ec956b90 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #123 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-azurerm - a70c01ce68cbdaea6411d9b13a83046264691af5 authored almost 5 years ago by Tim Smith <[email protected]>
Use require_relative instead of require

require_relative is faster

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-azurerm - f0d9c402e8273270b8f445ab3e9ecab381666374 authored almost 5 years ago by Tim Smith <[email protected]>
Release 1.6.1

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-vagrant - 1c4cc1f4955003115e92fe3654a1e4590f6a9d18 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #414 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-vagrant - c839b4bfac108a6db9446924b684e70868542c77 authored almost 5 years ago by Tim Smith <[email protected]>
Use require_relative instead of require

require_relative is slightly faster

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-vagrant - e0d5e48b0afa3e1791dc027a6b5ec28c5ac1ce23 authored almost 5 years ago by Tim Smith <[email protected]>
Test on the latest ruby releases

Update travis for the latest ruby releases

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-digitalocean - 047653ba8fdadd5214680ce8c59d66a83ef76127 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #42 from test-kitchen/testing

Expand ruby version testing

github.com/test-kitchen/kitchen-habitat - d1e55c6f371ecbb216f8cfd05ba508a9fc3cc61f authored almost 5 years ago by Tim Smith <[email protected]>
Add travis badge to the readme

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-habitat - a614578a713a2948e6e7df2c06192bdb52f9245a authored almost 5 years ago by Tim Smith <[email protected]>
Expand ruby version testing

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-habitat - d0e906a0561d286373d1c898f25eaf3fb86879cd authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #11 from test-kitchen/testing

Unpin bundler, update travis, remove can, switch to chefstyle

github.com/test-kitchen/busser-minitest - d85fb4a4cace3e07f29f103ab1e531a37eec5acc authored almost 5 years ago by Tim Smith <[email protected]>
Unpin bundler, update travis, remove can, switch to chefstyle

Modernize the testing basically

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/busser-minitest - 0e1e886bf42de7a0620c1f1d48bedbee3c499815 authored almost 5 years ago by Tim Smith <[email protected]>
Add rubocop to rake default

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-dsc - 713ecbe0192fbdb7a7bd9cabf99569f229fb50ff authored almost 5 years ago by Tim Smith <[email protected]>
Add a Travis config for testing

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-dsc - 8c684a03418b13c79093ab625a3f9e6b30b1f04c authored almost 5 years ago by Tim Smith <[email protected]>
Switch from finstyle to chefstyle

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-dsc - 59926a65c4abcd916a531edc6f30424469e526b8 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #14 from test-kitchen/dependabot/bundler/fog-gte-1.28-and-lt-3.0

Update fog requirement from ~> 1.28 to >= 1.28, < 3.0

github.com/test-kitchen/kitchen-joyent - 4311642c11b56e7a245b10049bb8f37c13fc6fcf authored almost 5 years ago by Tim Smith <[email protected]>
Update fog requirement from ~> 1.28 to >= 1.28, < 3.0

Updates the requirements on [fog](https://github.com/fog/fog) to permit the latest version.
- [R...

github.com/test-kitchen/kitchen-joyent - ffd28ad97d36ea063b7e60fe073e3c77d2811dda authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #16 from test-kitchen/testing

Fix the specs

github.com/test-kitchen/kitchen-joyent - c981c9b98035b18f34fb393f25db4325b11077cb authored almost 5 years ago by Tim Smith <[email protected]>
Fix the specs

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - c6cccd0fccdbb4c55815ad543321610842b9055f authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #15 from test-kitchen/testing

Test on modern Ruby releases

github.com/test-kitchen/kitchen-joyent - 7dc0cfa6894863c96012e43608e6dc57e7c1a412 authored almost 5 years ago by Tim Smith <[email protected]>
Chefstyle fixes

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - b33d6797819998ec0219ccd689b992cd8750cd63 authored almost 5 years ago by Tim Smith <[email protected]>
Remove cane testing

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - 2d85368f4a87c5c210a8af1ad122836c5c8b29d1 authored almost 5 years ago by Tim Smith <[email protected]>
Update for chefstyle

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - 03a2cdaf56090a69104db6b396928f15d63bdb6d authored almost 5 years ago by Tim Smith <[email protected]>
Loosen deps

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - 9feee325e44df8f952b0bd10acd56023f589095a authored almost 5 years ago by Tim Smith <[email protected]>
Add build badge

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - 753a7fbadfecd9ebdb5fc94b0b1d84292a1ff2cd authored almost 5 years ago by Tim Smith <[email protected]>
Test on modern Ruby releases

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-joyent - 0d571c5c1cfe5f3c80f312657e7d99382502d8f8 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #11 from test-kitchen/dependabot/bundler/test-kitchen-gte-1.3-and-lt-3.0

Update test-kitchen requirement from ~> 1.3 to >= 1.3, < 3.0

github.com/test-kitchen/kitchen-joyent - fde47011329366240956bf6a80c1bf55f102fd5a authored almost 5 years ago by Tim Smith <[email protected]>
Update google-api-client requirement from >= 0.23.9, < 0.36.0 to >= 0.23.9, < 0.37.0

Updates the requirements on [google-api-client](https://github.com/google/google-api-ruby-client...

github.com/test-kitchen/kitchen-google - 5aafe8b0c07f9081fa137d78504340638410a93a authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Update test-kitchen requirement from ~> 1.3 to >= 1.3, < 3.0

Updates the requirements on [test-kitchen](https://github.com/test-kitchen/test-kitchen) to perm...

github.com/test-kitchen/kitchen-joyent - 2232b652fd52499649883159b906f1d78ad85c1a authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #8 from daanemanz/allow-image-tags

Allow image tags

github.com/test-kitchen/kitchen-joyent - 953e7985449e925e74fbc8518e7a0d5cb524625c authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #9 from test-kitchen/dependabot/bundler/cane-tw-3

Update cane requirement from ~> 0 to ~> 3

github.com/test-kitchen/kitchen-joyent - ec351d7197f457e8855a88814e3687a432eb41e2 authored almost 5 years ago by Tim Smith <[email protected]>
Release 3.3.0

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-ec2 - e1b83dc76228463e733c8cac847c3e5ac1e3b1bd authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #478 from test-kitchen/require_relative

Use require_relative instead of require

github.com/test-kitchen/kitchen-ec2 - bb2b9984aa3e2491f769a196d91ef5d473c8214d authored almost 5 years ago by Tim Smith <[email protected]>
Release 2.0.3

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-google - fb96a6bbe3a025ef1161181bd9ccf71ecfc5e6df authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #74 from test-kitchen/dependabot/bundler/google-api-client-gte-0.23.9-and-lt-0.36.0

Update google-api-client requirement from >= 0.23.9, < 0.35.0 to >= 0.23.9, < 0.36.0

github.com/test-kitchen/kitchen-google - 9fe8dc20589e48d1cbd4ee0158d2fbdec0f998d1 authored almost 5 years ago by Tim Smith <[email protected]>
Merge pull request #75 from test-kitchen/require_relative

Replace require with require_relative

github.com/test-kitchen/kitchen-google - 4d0083b1f0c639082472f0e73537f8c6962824a6 authored almost 5 years ago by Tim Smith <[email protected]>
Update versions we test on

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-google - 69c743230a4f4f39a94229f54dd27a3366f7eb50 authored almost 5 years ago by Tim Smith <[email protected]>
Replace require with require_relative

require_relative is faster

Signed-off-by: Tim Smith <[email protected]>

github.com/test-kitchen/kitchen-google - e3542092e90bf77ac908b5de7728ed5c9ad3ee8d authored almost 5 years ago by Tim Smith <[email protected]>