Update docs

This chane updates docs to reflect that ownership has moved to the DIO
team at Puppet. It also includes some formatting changes.
This commit is contained in:
Gene Liverman 2020-07-02 10:39:52 -04:00
parent b7a210aa15
commit 28fb9290d4
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
6 changed files with 94 additions and 46 deletions

View file

@ -6,10 +6,16 @@ require 'vmfloaty/version'
Gem::Specification.new do |s|
s.name = 'vmfloaty'
s.version = Vmfloaty::VERSION
s.authors = ['Brian Cain']
s.email = ['brianccain@gmail.com']
s.authors = [
'Brian Cain',
'Puppet',
]
s.email = [
'brianccain@gmail.com',
'dio-gems@puppet.com',
]
s.license = 'Apache-2.0'
s.homepage = 'https://github.com/briancain/vmfloaty'
s.homepage = 'https://github.com/puppetlabs/vmfloaty'
s.description = 'A helper tool for vmpooler to help you stay afloat'
s.summary = 'CLI application to interface with vmpooler'