Skip to content

Commit

Permalink
Merge pull request #697 from HoneyryderChuck/resolv
Browse files Browse the repository at this point in the history
[resolv] Add RBS file for Resolv
  • Loading branch information
soutaro authored Jul 12, 2021
2 parents 4981f59 + 93383ce commit 9efc539
Show file tree
Hide file tree
Showing 8 changed files with 2,215 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ task :validate => :parser do
lib << "uri"
end

if lib == ["resolv"]
lib << "socket"
lib << "timeout"
end

sh "#{ruby} #{rbs} #{lib.map {|l| "-r #{l}"}.join(" ")} validate --silent"
end
end
Expand Down
Loading

0 comments on commit 9efc539

Please sign in to comment.