Fix naming, add docs, add missing test file

This commit is contained in:
Gene Liverman 2021-12-01 15:37:48 -05:00
parent a08cba099f
commit 90e6ae1a3f
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
8 changed files with 662 additions and 8 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerVsphereProvider
module VmpoolerProviderVsphere
VERSION = '1.3.0'
end