rails-reverse-proxy 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3efd82dcfd11cfa021b4871b3e1f0aa33a8a509
4
- data.tar.gz: 0eadd74a5b7effad66d73df02c694322e4011cc6
3
+ metadata.gz: b561e938f20902cd1dcd85d92188579bfbbac813
4
+ data.tar.gz: fb91b8d7ba656f28b2b24b09c7bd662d78c30b53
5
5
  SHA512:
6
- metadata.gz: 535ea09b49f805d311b6c492772ab8ea07c9395971ffd2ad726353d22f98befcb2f5c3fd16b7df347d4f87011b6930b5cc8e7a485fa9bce61c46021964f5f381
7
- data.tar.gz: 727eb02da9067525e02f56bcaa179982ee53d413e723b066ed99688f3e6e145c9a68786ffc0e2718d23aee64269df618170d25be180fc8dfa7496f76a396d531
6
+ metadata.gz: 26480f699f86c71853fedda08bf93714a34045f30954be187f457a05654de9056db776d1fcb073303f1bacd3bc035347d5dff115a0572e7693cd31dff739b984
7
+ data.tar.gz: 2035948ab627fc27cd5e1edd5fe4d093f9d0777031c76abe593c502b0a36e0a62ac8d9f34adca2dcfe69fccb32c8071aea01a20c8952ff42a74186e62650fe9f
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 James Hu
1
+ Copyright (c) 2016 James Hu
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -64,8 +64,14 @@ Sorry if these instructions are sparse. Feel free to reach out or read the sourc
64
64
 
65
65
  All pull requests will become first class citizens.
66
66
 
67
+ ## Thanks
68
+
69
+ Special thanks to our contributors!
70
+
71
+ - [miyukki](https://github.com/miyukki)
72
+
67
73
  ## Copyright
68
74
 
69
- Copyright (c) 2015 James Hu. See LICENSE.txt for
75
+ Copyright (c) 2016 James Hu. See LICENSE.txt for
70
76
  further details.
71
77
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -1,3 +1,5 @@
1
+ require 'addressable/uri'
2
+
1
3
  module ReverseProxy
2
4
  module Controller
3
5
  def reverse_proxy(proxy_url, options = {})
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rails-reverse-proxy 0.5.0 ruby lib
5
+ # stub: rails-reverse-proxy 0.5.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rails-reverse-proxy"
9
- s.version = "0.5.0"
9
+ s.version = "0.5.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["James Hu"]
14
- s.date = "2015-08-28"
14
+ s.date = "2016-09-14"
15
15
  s.description = "Reverse proxy for Ruby on Rails"
16
16
  s.email = "hello@james.hu"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-reverse-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Hu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-28 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails