localtunnel-restarter 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5141b6b95b96de60ed3820c6c87cb7809eec2795
4
- data.tar.gz: 036edd7534336681867f2062aa7001bf3cceb5a7
3
+ metadata.gz: da2e09621d0cdf48c558d719789310426224f9cc
4
+ data.tar.gz: 1fc8882abbba09014a604a2147841fa9c00f47ae
5
5
  SHA512:
6
- metadata.gz: 922c94eb0336640558101056d08d85b0683596e68b51f878891029b8eaa846b55c7abcbd01314390a7c769b3a853c1e00460ebad8d07edda332f7f5bd33a4938
7
- data.tar.gz: 20d9f565f39d201d59bd10c3babc6092fdeb3957ebfffc8e3f5617c35e128fcc8685f4bbdc0a1247c45d54aea1c9feb99e7af9ae03cc232cd6ef2d80b679413a
6
+ metadata.gz: ab5163b6e24c634dbe900f5a667afe38bcaa10f26af36e987639cdcc6a2966d8c3c70b5a0a366c89caa3eeb9544c96a8dd2a9944e096a226f387a67c287019b2
7
+ data.tar.gz: a3c5cc742dc77b8315238c2377fda463cd7472ba5182e047a7e2c6adb3c28e12011f0d8fe335ec4631a15f9c1101959dad4d88cd0f774989cea8e38da2916f40
@@ -22,8 +22,8 @@ module Localtunnel
22
22
  launch_count += 1
23
23
  if options[:port]
24
24
  p "Running localtunnel for the #{ordinalize(launch_count)} time"
25
- `lt --port #{options[:port]} --subdomain #{options[:subdomain]}`
26
25
  p "Link: https://#{options[:subdomain]}.localtunnel.me/"
26
+ `lt --port #{options[:port]} --subdomain #{options[:subdomain]}`
27
27
  else
28
28
  p 'Option --port is required'
29
29
  p 'Try to use something like this: localtunnel-restarter --port 9292'
@@ -1,5 +1,5 @@
1
1
  module Localtunnel
2
2
  module Restarter
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localtunnel-restarter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirill Shevchenko