rack-streaming-proxy 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rack/streaming_proxy/version.rb +1 -1
- data/rack-streaming-proxy.gemspec +3 -3
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a248b768484b4bf81723032b5bfd4c2e28a91b21
|
4
|
+
data.tar.gz: 63abaa3d4205ba8673ab37e26b9b9f815ec63533
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28e560b7928e658688bc48868fdef7105ec81d8f1e866e2ed844a9e15b8f3ea7786cb58b13d072057e14611cb4c27f8d4cc833d2ef7797e9e5db0ab0bbd7dc21
|
7
|
+
data.tar.gz: 2b757b3c2088231ba0929415f46df69b0df67df67411108f42310a3ef2a1c95221261510201a076edaae9b63ab648ac8553371bdec87e47486e4b61b6294f1ae
|
@@ -6,11 +6,11 @@ require 'rack/streaming_proxy/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'rack-streaming-proxy'
|
8
8
|
spec.version = Rack::StreamingProxy::VERSION
|
9
|
-
spec.authors = ['Fred Ngo', 'Nathan Witmer']
|
10
|
-
spec.email = ['fredngo@gmail.com', 'nwitmer@gmail.com']
|
9
|
+
spec.authors = ['Fred Ngo', 'Nathan Witmer', 'Naotoshi Seo']
|
10
|
+
spec.email = ['fredngo@gmail.com', 'nwitmer@gmail.com', 'sonots@gmail.com']
|
11
11
|
spec.description = %q{Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn.}
|
12
12
|
spec.summary = %q{Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn.}
|
13
|
-
spec.homepage = 'http://github.com/
|
13
|
+
spec.homepage = 'http://github.com/zerowidth/rack-streaming-proxy'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-streaming-proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fred Ngo
|
8
8
|
- Nathan Witmer
|
9
|
+
- Naotoshi Seo
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
@@ -141,6 +142,7 @@ description: Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn.
|
|
141
142
|
email:
|
142
143
|
- fredngo@gmail.com
|
143
144
|
- nwitmer@gmail.com
|
145
|
+
- sonots@gmail.com
|
144
146
|
executables: []
|
145
147
|
extensions: []
|
146
148
|
extra_rdoc_files: []
|
@@ -167,7 +169,7 @@ files:
|
|
167
169
|
- spec/proxy.ru
|
168
170
|
- spec/spec_helper.rb
|
169
171
|
- spec/streaming_proxy_spec.rb
|
170
|
-
homepage: http://github.com/
|
172
|
+
homepage: http://github.com/zerowidth/rack-streaming-proxy
|
171
173
|
licenses:
|
172
174
|
- MIT
|
173
175
|
metadata: {}
|