rainbows 0.91.0 → 0.91.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.
- data/GIT-VERSION-GEN +1 -1
- data/lib/rainbows/const.rb +1 -1
- data/rainbows.gemspec +3 -3
- metadata +3 -5
- data/rainbows.1 +0 -0
data/GIT-VERSION-GEN
CHANGED
data/lib/rainbows/const.rb
CHANGED
data/rainbows.gemspec
CHANGED
|
@@ -41,9 +41,9 @@ Gem::Specification.new do |s|
|
|
|
41
41
|
s.test_files = test_files
|
|
42
42
|
|
|
43
43
|
# we need Unicorn for the HTTP parser and process management
|
|
44
|
-
# The HTTP parser in Unicorn
|
|
45
|
-
#
|
|
46
|
-
s.add_dependency(%q<unicorn>, ["~> 0.97.
|
|
44
|
+
# The HTTP parser in Unicorn <= 0.97.0 was vulnerable to a remote DoS
|
|
45
|
+
# when exposed directly to untrusted clients.
|
|
46
|
+
s.add_dependency(%q<unicorn>, ["~> 0.97.1"])
|
|
47
47
|
|
|
48
48
|
# Unicorn already depends on Rack
|
|
49
49
|
# s.add_dependency(%q<rack>)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rainbows
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.91.
|
|
4
|
+
version: 0.91.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rainbows! hackers
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-
|
|
12
|
+
date: 2010-04-19 00:00:00 +00:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ~>
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.97.
|
|
23
|
+
version: 0.97.1
|
|
24
24
|
version:
|
|
25
25
|
description: |-
|
|
26
26
|
Rainbows! is an HTTP server for sleepy Rack applications. It is based on
|
|
@@ -74,7 +74,6 @@ extra_rdoc_files:
|
|
|
74
74
|
- lib/rainbows/thread_spawn.rb
|
|
75
75
|
- LICENSE
|
|
76
76
|
- NEWS
|
|
77
|
-
- rainbows.1
|
|
78
77
|
- README
|
|
79
78
|
- SIGNALS
|
|
80
79
|
- TODO
|
|
@@ -215,7 +214,6 @@ files:
|
|
|
215
214
|
- t/test-lib.sh
|
|
216
215
|
- t/worker-follows-master-to-death.ru
|
|
217
216
|
- vs_Unicorn
|
|
218
|
-
- rainbows.1
|
|
219
217
|
has_rdoc: true
|
|
220
218
|
homepage: http://rainbows.rubyforge.org/
|
|
221
219
|
licenses: []
|
data/rainbows.1
DELETED
|
File without changes
|