rbenvにてruby2.0.0-p0をインストールする

とりあえずこれで通った(homebrewにてopenssl readlineは入れておく)

1
CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`brew --prefix readline`" RUBY_CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl`" rbenv install 2.0.0-p0