Promote cgi to default gems

This commit is contained in:
Hiroshi SHIBATA 2019-11-07 16:34:03 +09:00
parent 223d3c460a
commit fc85bdeb77
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 48 additions and 5 deletions

3
lib/cgi/version.rb Normal file
View file

@ -0,0 +1,3 @@
class CGI
VERSION = "0.1.0"
end