Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Missing HTTPS and URI require #50

Closed
wants to merge 6 commits into from
Closed

Conversation

cctalbott
Copy link

There's already a pull request for the net/https require. Think the uri require is necessary in some cases as well for URI.parse to work correctly when using ssl. I was getting an EOFError (end of file error) until I added the net/https and uri requires.

@mmcdermott
Copy link

+1

@nfm
Copy link

nfm commented Feb 4, 2013

Hi @cctalbott, as of version 1.0.2, private_pub does require 'net/https'.

In addition, Net::HTTP itself will require 'uri', so requiring it explicitly in lib/private_pub.rb is unnecessary.

Cheers,
Nicholas

@ryanb ryanb closed this Feb 6, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants