ruby/lib/cgi
Nobuyoshi Nakada b2d96abb42 Extract version number from the source
"requiring version.rb" strategy has some issues.

- cannot work when cross-compiling
- often introduces wrong namespace
- must know the superclasses
- costs at each runtime than at build-time

etc.
2020-07-30 19:03:18 +09:00
..
session Deprecate taint/trust and related methods, and make the methods no-ops 2019-11-18 01:00:25 +02:00
cgi.gemspec Extract version number from the source 2020-07-30 19:03:18 +09:00
cookie.rb Prefer Regexp#=~ to Regexp#match when the RHS may be nil 2019-08-19 16:39:42 +09:00
core.rb Deprecate taint/trust and related methods, and make the methods no-ops 2019-11-18 01:00:25 +02:00
html.rb change call CGI methods from :: to . 2019-08-04 09:19:30 +09:00
session.rb change call CGI methods from :: to . 2019-08-04 09:19:30 +09:00
util.rb change call CGI methods from :: to . 2019-08-04 09:19:30 +09:00