Finished gem-izing it

This commit is contained in:
2024-12-11 11:20:08 -06:00
parent 12c82281dc
commit fd803a090a
7 changed files with 48 additions and 44 deletions

View File

@@ -6,9 +6,11 @@ Gem::Specification.new do |s|
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.homepage = 'https://git.arcanium.tech/tristan/RubyQA'
s.executables += [ 'generate-qa','impromptu-qa']
s.files = Find::find('lib').select{|file| file =~ /rb/}
s.license = 'MIT'
s.required_ruby_version = ">= 2.7.0"
s.add_dependency 'net-ssh', '~> 7.1', '>= 7.1.0'
s.add_dependency 'net-ssh-telnet', '~> 0.3', '>= 0.3.0'