rails-reverse-proxy 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +7 -1
- data/VERSION +1 -1
- data/lib/reverse_proxy/controller.rb +2 -0
- data/rails-reverse-proxy.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b561e938f20902cd1dcd85d92188579bfbbac813
|
|
4
|
+
data.tar.gz: fb91b8d7ba656f28b2b24b09c7bd662d78c30b53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26480f699f86c71853fedda08bf93714a34045f30954be187f457a05654de9056db776d1fcb073303f1bacd3bc035347d5dff115a0572e7693cd31dff739b984
|
|
7
|
+
data.tar.gz: 2035948ab627fc27cd5e1edd5fe4d093f9d0777031c76abe593c502b0a36e0a62ac8d9f34adca2dcfe69fccb32c8071aea01a20c8952ff42a74186e62650fe9f
|
data/LICENSE.txt
CHANGED
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)
|
|
75
|
+
Copyright (c) 2016 James Hu. See LICENSE.txt for
|
|
70
76
|
further details.
|
|
71
77
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.1
|
data/rails-reverse-proxy.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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 = "
|
|
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.
|
|
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:
|
|
11
|
+
date: 2016-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|