JP Camara
JP Camara
* Previously sleep would only convert into milliseconds, so something like 0.0001 would get rounded to 0. 0 was a no-op in RubyKernel#sleep. * Now it works in nanoseconds internally....
The Timeout::Error example no longer works consistently - This PR from the timeout gem (https://github.com/ruby/timeout/pull/30) made it so you have to handle_interrupt on Timeout::ExitException instead of Timeout::Error - Efficiency changes...
### What does this PR do? This PR adds support for private github.com dependencies. In the case of a 404 trying to retrieve a tarball from github, it retries the...