ngrok-tunnel 2.0.16 → 2.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ngrok/tunnel.rb +2 -2
- data/lib/ngrok/tunnel/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 345b50b29647280a25cfffc5a9760f1ce997e880
|
4
|
+
data.tar.gz: 321b8283dc66b52c8c090d5010a0564f3cedc681
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2214165863141c199b46937b81cea71c6ae9c7a26079999707b668ff2249bb3627077fe0c276b338d984fa5782457665a8380928059a89ce6795081e4365b734
|
7
|
+
data.tar.gz: 409b12c367b4c52a4d1582b79b69ce6dbdcdc1d6d0d67a949d7c985b4518299bbcbcea262e24b8e934d6c700d308fca3168fb91207eda72f269a1026f814b95e
|
data/lib/ngrok/tunnel.rb
CHANGED
@@ -25,10 +25,10 @@ module Ngrok
|
|
25
25
|
@params[:log] = (@params[:log]) ? File.open(@params[:log], 'w+') : Tempfile.new('ngrok')
|
26
26
|
@pid = spawn("exec ngrok http " + ngrok_exec_params)
|
27
27
|
at_exit { Ngrok::Tunnel.stop }
|
28
|
-
@status = :running
|
29
28
|
fetch_urls
|
30
29
|
end
|
31
30
|
|
31
|
+
@status = :running
|
32
32
|
@ngrok_url
|
33
33
|
end
|
34
34
|
|
@@ -112,4 +112,4 @@ module Ngrok
|
|
112
112
|
init
|
113
113
|
|
114
114
|
end
|
115
|
-
end
|
115
|
+
end
|
data/lib/ngrok/tunnel/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ngrok-tunnel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Bogdanovich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -125,4 +125,3 @@ summary: Ngrok-tunnel gem is a ruby wrapper for ngrok
|
|
125
125
|
test_files:
|
126
126
|
- spec/spec_helper.rb
|
127
127
|
- spec/tunnel/tunnel_spec.rb
|
128
|
-
has_rdoc:
|