summaryrefslogtreecommitdiff
path: root/lib/cgi/version.rb
AgeCommit message (Collapse)Author
2020-07-30Extract version number from the sourceNobuyoshi Nakada
"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. Notes: Merged: https://github.com/ruby/ruby/pull/3375
2019-11-07Promote cgi to default gemsHiroshi SHIBATA