Require addressable in client.rb and Revert gemspec
This commit is contained in:
parent
7fd1c8e9a7
commit
b027a79c42
|
@ -1,5 +1,6 @@
|
||||||
require 'rack'
|
require 'rack'
|
||||||
require 'rack-proxy'
|
require 'rack-proxy'
|
||||||
|
require 'addressable/uri'
|
||||||
|
|
||||||
module ReverseProxy
|
module ReverseProxy
|
||||||
class Client
|
class Client
|
||||||
|
|
|
@ -2,16 +2,16 @@
|
||||||
# DO NOT EDIT THIS FILE DIRECTLY
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||||||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
# stub: rails-reverse-proxy 0.5.2 ruby lib
|
# stub: rails-reverse-proxy 0.5.1 ruby lib
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "rails-reverse-proxy"
|
s.name = "rails-reverse-proxy"
|
||||||
s.version = "0.5.2"
|
s.version = "0.5.1"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.authors = ["James Hu"]
|
s.authors = ["James Hu"]
|
||||||
s.date = "2016-09-27"
|
s.date = "2016-09-14"
|
||||||
s.description = "Reverse proxy for Ruby on Rails"
|
s.description = "Reverse proxy for Ruby on Rails"
|
||||||
s.email = "hello@james.hu"
|
s.email = "hello@james.hu"
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
|
|
Loading…
Reference in New Issue