Commit graph

17 commits

Author SHA1 Message Date
dependabot[bot]
3f34008795
Bump rack-test from 2.0.2 to 2.1.0
Bumps [rack-test](https://github.com/rack/rack-test) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](https://github.com/rack/rack-test/compare/v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 21:58:18 +00:00
Jake Spain
a6633d81d7
3.1.0 release prep 2023-05-01 08:34:10 -04:00
Jake Spain
09c80138ca
3.0.0 release prep 2023-04-19 08:25:59 -04:00
Jake Spain
69e501b93e
Bump vmpooler requirement and add install gemfile script 2023-04-17 09:07:49 -04:00
Jake Spain
aba2bb3f08
2.1.0 release prep 2023-03-06 14:53:16 -05:00
isaac-hammes
5e1891b990 (maint) Update to jruby-9.4.1.0. 2023-03-02 11:38:53 -08:00
Jake Spain
c31dda9b1a
2.0.0 release prep 2023-01-30 09:31:43 -05:00
Jake Spain
89b1ce67b8
Update gemfile.lock 2023-01-27 16:47:06 -05:00
Samuel
774e1fdab1
Merge branch 'main' into dependabot/bundler/rubocop-1.28.2 2022-07-27 08:59:50 -05:00
Samuel Beaulieu
fe62c4987a
refresh Gemfile.lock 2022-07-25 13:52:28 -05:00
Samuel Beaulieu
70e2b03cde
pin to vmpooler 2.4 2022-07-25 13:00:26 -05:00
dependabot[bot]
6f641e2f23
Update rubocop requirement from ~> 1.1.0 to ~> 1.28.2
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.1.0...v1.28.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 13:29:08 +00:00
6f76c536ea
Bump version to 1.5.0, require vmpooler >= 2.1 2021-12-13 10:42:52 -05:00
Samuel Beaulieu
81d71b8a13
Move vSphere specific methods out of VMPooler
VMPooler has the vSphere provider taken out, moving some vSphere related
methods to the provider:

1) pool_folders
2) get_base_folders

And the related spec tests.
At the same time renaming some configuration and code items
to remove harmful terminology.
Note this version of the vsphere provider needs to run on vmpooler
that also contain the renaming changes (version >2.1)
2021-12-13 10:20:09 -05:00
b1b0abb6c2
Require VMPooler 2.0 or greater
VMPooler 2.0.0 was the first release without the code contained in this
respository.
2021-12-08 10:03:18 -05:00
90e6ae1a3f
Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
a08cba099f
Initial commit migrating from VMPooler proper
This copies in all needed files from the main VMPooler repo. Version
1.3.0 of VMPooler was used as the basis for this code.
2021-11-29 16:03:09 -05:00