test commit

This commit is contained in:
2024-06-28 13:01:04 -05:00
parent 7e71d62bce
commit 73797ce2d7
4 changed files with 24 additions and 5 deletions

10
rubyqa.gemspec Normal file
View File

@@ -0,0 +1,10 @@
Gem::Specification.new do |s|
s.name = "RubyQA"
s.version = '0.1.0'
s.summary = 'A Ruby framework for QA *NIX system builds'
s.description = 'A Ruby based framework defining & orchestrating tests against a host or hosts'
s.authors = ['Tristan Ancelet']
s.email = 'tristanancelet@yahoo.com'
s.homepatge = 'https://git.arcanium.tech/tristan/RubyQA'
s.files = Dir.glob('lib/*.rb')
end