summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway/version.rb
diff options
context:
space:
mode:
authorTony Pitale <tpitale@gmail.com>2016-03-21 13:12:03 -0500
committerTony Pitale <tpitale@gmail.com>2016-03-21 13:12:03 -0500
commitfbda518e141d15dc7bc094ed229fef46a37d0d7e (patch)
tree5db91b3afc9fac1637a8b7d4e85fd631e129ca23 /lib/net/ssh/gateway/version.rb
parentf1d43390090cf671ac145f80096dbc51c39c5eb3 (diff)
downloadnet-ssh-gateway-fbda518e141d15dc7bc094ed229fef46a37d0d7e.tar.gz
Modern gem build and travis configuration
Diffstat (limited to 'lib/net/ssh/gateway/version.rb')
-rw-r--r--lib/net/ssh/gateway/version.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/net/ssh/gateway/version.rb b/lib/net/ssh/gateway/version.rb
new file mode 100644
index 0000000..7f972ac
--- /dev/null
+++ b/lib/net/ssh/gateway/version.rb
@@ -0,0 +1,7 @@
+module Net
+ module Ssh
+ module Gateway
+ VERSION = "1.2.0"
+ end
+ end
+end