Skip to content

Commit

Permalink
added missing elements from the CGI stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Dec 31, 2021
1 parent 41b682e commit c7bdda3
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 75 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ task :validate => :compile do
lib << "monitor"
end

if lib == ["cgi"]
lib << "tempfile"
end

if lib == ["csv"]
lib << "forwardable"
end
Expand Down
Loading

0 comments on commit c7bdda3

Please sign in to comment.