mogotest 0.9 → 0.9.1

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.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('mogotest', '0.9') do |p|
5
+ Echoe.new('mogotest', '0.9.1') do |p|
6
6
  p.description = "Test your local Web servers on Mogotest without poking a hole in your firewall."
7
7
  p.url = "http://mogotest.com"
8
8
  p.author = "Jeff Lindsay"
data/bin/mogotest CHANGED
@@ -27,7 +27,7 @@ require 'optparse'
27
27
  require 'mogotest'
28
28
 
29
29
  api_host = "mogotest.com"
30
- tunnel_host = "open.mogotunnel.com"
30
+ tunnel_host = "open.mogotunnel.com:8888"
31
31
  public_ssh_key = nil
32
32
 
33
33
  options = OptionParser.new do |o|
@@ -49,7 +49,6 @@ class LocalTunnel::Tunnel
49
49
  sleep 1 while true
50
50
  rescue Interrupt
51
51
  gateway.close_remote(rp, rh)
52
- exit
53
52
  end
54
53
  end
55
54
  rescue Net::SSH::AuthenticationFailed
data/mogotest.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{mogotest}
5
- s.version = "0.9"
5
+ s.version = "0.9.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jeff Lindsay"]
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mogotest
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- version: "0.9"
9
+ - 1
10
+ version: 0.9.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jeff Lindsay