Edward Anderson

Results 55 issues of Edward Anderson

Assuming /usr/bin/ruby for the installation location works on many systems, but not all. For example, Linux users who install ruby only via ruby version managers such as rvm, rbenv, and...

`wget -o ` outputs download progress. ``` $ cat /usr/local/bin/ssl-inspector --2017-07-17 12:09:30-- https://raw.githubusercontent.com/xlucas/ssl-inspector/master/bin/ssl-inspector.rb Resolving raw.githubusercontent.com... 151.101.40.133, 151.101.0.133, 151.101.64.133, ... Connecting to raw.githubusercontent.com|151.101.40.133|:443... connected. HTTP request sent, awaiting response... 200 OK...

Also escape the _ in _why for proper markdown syntax. Closes #8

The official fakefs has been updated with 1.9 support, and the nanothief fork no longer exists. This solves the build problem mentioned in #8.

``` $ jruby --1.8 -S irb jruby-1.6.7.2 :001 > require 'rubygems' => true jruby-1.6.7.2 :002 > require 'sandbox' => true jruby-1.6.7.2 :003 > Sandbox::Full.new.eval("{new_hash_syntax: true}") => {:new_hash_syntax=>true} jruby-1.6.7.2 :004 >...