ruby-qa/rubyqa.gemspec
2024-07-17 13:14:28 -04:00

11 lines
435 B
Ruby

Gem::Specification.new do |s|
s.name = "RubyQA"
s.version = '0.1.0'
s.summary = 'A Ruby framework for QA-ing *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