summary refs log tree commit
path: root/SPEC.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'SPEC.rdoc')
-rw-r--r--SPEC.rdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/SPEC.rdoc b/SPEC.rdoc
index 51c0bcdd..cc5f408e 100644
--- a/SPEC.rdoc
+++ b/SPEC.rdoc
@@ -73,9 +73,6 @@ below.
                            for specific behavior.
 In addition to this, the Rack environment must include these
 Rack-specific variables:
-<tt>rack.version</tt>:: The Array representing this version of Rack
-                        See Rack::VERSION, that corresponds to
-                        the version of this SPEC.
 <tt>rack.url_scheme</tt>:: +http+ or +https+, depending on the
                            request URL.
 <tt>rack.input</tt>:: See below, the input stream.
@@ -128,7 +125,6 @@ The CGI keys (named without a period) must have String values.
 If the string values for CGI keys contain non-ASCII characters,
 they should use ASCII-8BIT encoding.
 There are the following restrictions:
-* <tt>rack.version</tt> must be an array of Integers.
 * <tt>rack.url_scheme</tt> must either be +http+ or +https+.
 * There must be a valid input stream in <tt>rack.input</tt>.
 * There must be a valid error stream in <tt>rack.errors</tt>.