Skip to content

Commit

Permalink
version1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurjant-Singh committed Apr 12, 2019
1 parent de7cdee commit adb42ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/waps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

class Waps

attr_reader :output


def initialize(interface_name = '')
@interface_name = interface_name
@output = []
Expand Down
Binary file renamed waps-1.0.1.gem → waps-1.0.2.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion waps.gemspec
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
Expand Down

0 comments on commit adb42ff

Please sign in to comment.