diff --git a/lib/waps.rb b/lib/waps.rb index 28a1b66..5b05d19 100644 --- a/lib/waps.rb +++ b/lib/waps.rb @@ -4,6 +4,9 @@ class Waps + attr_reader :output + + def initialize(interface_name = '') @interface_name = interface_name @output = [] diff --git a/waps-1.0.1.gem b/waps-1.0.2.gem similarity index 52% rename from waps-1.0.1.gem rename to waps-1.0.2.gem index b7e6803..e0e2368 100644 Binary files a/waps-1.0.1.gem and b/waps-1.0.2.gem differ diff --git a/waps.gemspec b/waps.gemspec index 4ae0879..0f81989 100644 --- a/waps.gemspec +++ b/waps.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |waps| waps.name = "waps" - waps.version = "1.0.1" + waps.version = "1.0.2" waps.date = "2019-12-05" waps.authors = ["Gurjant Singh"] waps.email = ["info@defensestation.ca"]