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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 053ec0676586f5914af3a502686ef50783f25034
4
- data.tar.gz: 6ee9e037cab39fec94571ff1dee67aa014f8d1cf
3
+ metadata.gz: a248b768484b4bf81723032b5bfd4c2e28a91b21
4
+ data.tar.gz: 63abaa3d4205ba8673ab37e26b9b9f815ec63533
5
5
  SHA512:
6
- metadata.gz: 589c2c12792a03f1329b2b7fb49b7095cd3faebe0c53c8cf1e5ebf4c21c76fe055720c3ee8d727e93e4209fa295aa2f9fe72bbe6d9710ff6507d9ddefea5ba62
7
- data.tar.gz: 25e30cb68919cbfc459b67095d35cebac93c510b9bb493ce7736eef73bc4ac70490ffc43794356cf61b9d5a08429f37e8be3d974e896c784523b3ee43c3717ad
6
+ metadata.gz: 28e560b7928e658688bc48868fdef7105ec81d8f1e866e2ed844a9e15b8f3ea7786cb58b13d072057e14611cb4c27f8d4cc833d2ef7797e9e5db0ab0bbd7dc21
7
+ data.tar.gz: 2b757b3c2088231ba0929415f46df69b0df67df67411108f42310a3ef2a1c95221261510201a076edaae9b63ab648ac8553371bdec87e47486e4b61b6294f1ae
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module StreamingProxy
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
5
5
  end
@@ -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/fredngo/rack-streaming-proxy'
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.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/fredngo/rack-streaming-proxy
172
+ homepage: http://github.com/zerowidth/rack-streaming-proxy
171
173
  licenses:
172
174
  - MIT
173
175
  metadata: {}