Skip to content

Commit

Permalink
Minor fixes to some junk
Browse files Browse the repository at this point in the history
  • Loading branch information
todb committed Jun 6, 2014
1 parent 999fe50 commit 97ddaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pr-check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def open_pull_requests
end
$stdout.flush
end
puts "========="
puts "Total: #{numbers.size}"
numbers.sort.map do |pr|
is_spec = specs.include? pr
Expand Down
1 change: 1 addition & 0 deletions webrick-ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@
server.shutdown
end
puts "[*] Starting #{$0} using ruby-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} ..."
puts "[*] OpenSSL claims to be: #{OpenSSL::OPENSSL_VERSION}"
server.start

0 comments on commit 97ddaab

Please sign in to comment.