localtunnel-restarter 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/localtunnel/restarter/cli.rb +1 -1
- data/lib/localtunnel/restarter/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4be0a5aa8c289212aee3f9b5f2ed13708471e615
|
4
|
+
data.tar.gz: fd1dff08e78c5c40329a792edd03875aaa527068
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4899fa093ac6cf5813c4b645a913b436cb725279f77a327158a852d85c19527425f3951dd06e17fd74cf314b21e9669599f1da804f9af226820bbf8e6ed63a4
|
7
|
+
data.tar.gz: a9b5db5fba792d5ace5893a98ee913b5e2ebd68df02fc907b76748676bc1e4532eaf11a3393395c38742a89c1e25ca012a81ae15c6cfbfd317612c713e3938b4
|
@@ -4,7 +4,7 @@ module Localtunnel
|
|
4
4
|
def self.run
|
5
5
|
options = { subdomain: default_subdomain, port: nil }
|
6
6
|
|
7
|
-
parser = OptionParser.new do |opts|
|
7
|
+
parser = ::OptionParser.new do |opts|
|
8
8
|
opts.on('-s', '--subdomain subdomain', 'Subdomain') do |subdomain|
|
9
9
|
options[:subdomain] = subdomain;
|
10
10
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: localtunnel-restarter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kirill Shevchenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Command line tool which keeps localtunnel working
|
14
14
|
email:
|
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
50
|
rubyforge_project:
|
51
|
-
rubygems_version: 2.5.
|
51
|
+
rubygems_version: 2.5.2
|
52
52
|
signing_key:
|
53
53
|
specification_version: 4
|
54
54
|
summary: Command line tool which keeps localtunnel working
|