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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1195729e4e9dbc582040ac56c5b2074920cff32
4
- data.tar.gz: 494e925663226207da2edbbc0968930095ea9b18
3
+ metadata.gz: 5979e382da8fa894cb98e4516c8c1c10b97da95f
4
+ data.tar.gz: e132aa569bf31a29b41381707e48a454852ed0e9
5
5
  SHA512:
6
- metadata.gz: d6b7d4a7766248da03d6ca97f23fd0f073bfb8ad8eebb6d63f0dff06b394c405d18d296e8cedd8b6050ee3751a3ef56e57ab4014bf394d2522ab2e99d4396d93
7
- data.tar.gz: c776b1e4802c64bab774c2c22e9ba1baead5137083b3315039ff9963fc57f33d4707730cb60092a54f745339cc2535a8e058be96ad02f7bb536450554853561d
6
+ metadata.gz: b4ecd423f8729cd5938d58f0fbacdacb8441478ffe374c22aa7510b7ef89b938431f60e14ed203b008c5f664ac96669ceeb45d37239a065f1d78614be5215b0a
7
+ data.tar.gz: 8feb8cd8f22f7e12db00df0f4ca62f739a1eb6757790ad365616b2cbb56f0fa448287be1635435609c238e8b38b83c5491831718ef4045f2887ce51a46ebea83
@@ -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 https://devtunnel.madebymarket.com:#{fwd.port}"
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
 
@@ -1,3 +1,3 @@
1
1
  module Devtunnel
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
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: 2013-07-19 00:00:00.000000000 Z
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.0.3
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?