What happened to the spec file?

0 views
Skip to first unread message

Hongli Lai

unread,
Apr 10, 2009, 5:45:04 AM4/10/09
to Rack Development
http://rack.rubyforge.org/doc/files/SPEC.html is outdated and does not
cover the latest Ruby 1.9 compatibility spec changes. For example
SPEC.html says "The values of the header must respond to each", but as
far as I know this is no longer the case, and the latest spec requires
that the values of the header be Strings. It is then the
responsibility of the handler to split the strings in order to obtain
the possible multiple header values.

However, http://github.com/rack/rack/tree/master has no SPEC file.
What happened to the spec?

Christian Neukirchen

unread,
Apr 10, 2009, 7:27:08 AM4/10/09
to rack-...@googlegroups.com
Hongli Lai <hon...@phusion.nl> writes:

> However, http://github.com/rack/rack/tree/master has no SPEC file.
> What happened to the spec?

It is generated from lib/rack/lint.rb by taking all ## comments.

--
Christian Neukirchen <chneuk...@gmail.com> http://chneukirchen.org

Hongli Lai

unread,
Apr 10, 2009, 5:25:10 PM4/10/09
to Rack Development
On Apr 10, 1:27 pm, Christian Neukirchen <chneukirc...@gmail.com>
wrote:
> It is generated from lib/rack/lint.rb by taking all ## comments.

Can the website be updated?
Reply all
Reply to author
Forward
0 new messages