summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway.rb
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-02-06 11:03:02 -0800
committerdelano <delano.mandelbaum@gmail.com>2013-02-06 11:03:02 -0800
commit04db93e5c06af7fa48752f7cb908acbe305ad48c (patch)
tree6c3430015b28c2a0ffc9c3339c2983fe182c1d0b /lib/net/ssh/gateway.rb
parent01c70995c2331cf820f1e0c03b57bed1910cff79 (diff)
downloadnet-ssh-gateway-04db93e5c06af7fa48752f7cb908acbe305ad48c.tar.gz
Updated net-ssh dep to 2.6.5v1.1.2
Diffstat (limited to 'lib/net/ssh/gateway.rb')
-rw-r--r--lib/net/ssh/gateway.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 3c7fd1e..03f60a6 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -43,7 +43,7 @@ class Net::SSH::Gateway
MINOR = 1
# The tiny component of the library's version
- TINY = 1
+ TINY = 2
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)