rails-reverse-proxy/lib/reverse_proxy.rb

10 lines
195 B
Ruby
Raw Normal View History

2015-06-05 03:08:32 +00:00
require 'reverse_proxy/client'
require 'reverse_proxy/controller'
module ReverseProxy
2016-10-05 20:10:34 +00:00
def version
File.open(File.expand_path("../../VERSION", __FILE__)).read.strip
end
extend self
2015-06-05 03:08:32 +00:00
end