remove email
This commit is contained in:
Jake Spain 2023-04-18 12:20:52 -04:00
parent 2ff6e59932
commit 1c0b560a67
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
8 changed files with 19 additions and 20 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerDnsGoogleClouddns
module VmpoolerDnsGcp
VERSION = '0.1.0'
end

View file

@ -6,7 +6,7 @@ require 'google/cloud/dns'
module Vmpooler
class PoolManager
class Dns
class Google
class Gcp
class Clouddns
# Your code goes here...
end