devtunnel 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/devtunnel +1 -1
- data/lib/devtunnel/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: 5979e382da8fa894cb98e4516c8c1c10b97da95f
|
4
|
+
data.tar.gz: e132aa569bf31a29b41381707e48a454852ed0e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4ecd423f8729cd5938d58f0fbacdacb8441478ffe374c22aa7510b7ef89b938431f60e14ed203b008c5f664ac96669ceeb45d37239a065f1d78614be5215b0a
|
7
|
+
data.tar.gz: 8feb8cd8f22f7e12db00df0f4ca62f739a1eb6757790ad365616b2cbb56f0fa448287be1635435609c238e8b38b83c5491831718ef4045f2887ce51a46ebea83
|
data/bin/devtunnel
CHANGED
@@ -63,7 +63,7 @@ command :forward do |c|
|
|
63
63
|
|
64
64
|
fwd = Devtunnel::Account.forward options.port
|
65
65
|
|
66
|
-
puts "forwarding local port #{options.port} to
|
66
|
+
puts "forwarding local port #{options.port} to http://devtunnel.madebymarket.com:#{fwd.port}"
|
67
67
|
puts "hit ctrl+c or close your terminal session to end forwarding."
|
68
68
|
`ssh -g -R #{fwd.port}:localhost:#{options.port} #{fwd.user}@devtunnel.madebymarket.com -p 2222 -N`
|
69
69
|
|
data/lib/devtunnel/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devtunnel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Thompson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
version: '0'
|
113
113
|
requirements: []
|
114
114
|
rubyforge_project:
|
115
|
-
rubygems_version: 2.
|
115
|
+
rubygems_version: 2.2.2
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: How is this not the same as description?
|