New version of serveit
This commit is contained in:
parent
ac84af630b
commit
e77faa1b91
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ require "open3"
|
|||
require "optparse"
|
||||
|
||||
class ServeIt
|
||||
VERSION = [0, 0, 1]
|
||||
VERSION = [0, 0, 2]
|
||||
|
||||
def self.main
|
||||
serve_dir, ignored_paths, command = parse_opts
|
||||
serve_dir = File.expand_path(serve_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue