rails-reverse-proxy/lib/reverse_proxy.rb

10 lines
195 B
Ruby

require 'reverse_proxy/client'
require 'reverse_proxy/controller'
module ReverseProxy
def version
File.open(File.expand_path("../../VERSION", __FILE__)).read.strip
end
extend self
end