cgi_multipart_eof_fix 2.0.1 → 2.0.2
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/Rakefile +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ begin
|
|
|
16
16
|
HOMEPATH = "http://blog.evanweaver.com"
|
|
17
17
|
RELEASE_TYPES = ["gem"]
|
|
18
18
|
REV = nil
|
|
19
|
-
VERS = "2.0.
|
|
19
|
+
VERS = "2.0.2"
|
|
20
20
|
CLEAN.include ['**/.*.sw?', '*.gem', '.config']
|
|
21
21
|
RDOC_OPTS = ['--quiet', '--title', "cgi_multipart_eof_fix documentation",
|
|
22
22
|
"--opname", "index.html",
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0.9
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: cgi_multipart_eof_fix
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 2.0.
|
|
6
|
+
version: 2.0.2
|
|
7
7
|
date: 2007-01-10 00:00:00 -05:00
|
|
8
8
|
summary: Fix an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5 when multipart boundary attribute contains a non-halting regular expression string.
|
|
9
9
|
require_paths:
|