bin/install in yuyi-0.0.8 vs bin/install in yuyi-1.0.0

- old
+ new

@@ -12,10 +12,10 @@ `/bin/bash -o pipefail -c '/usr/bin/curl -#{curl_flags} https://github.com/brewster1134/Yuyi/tarball/master | /usr/bin/tar xz -m --strip 1'` end end def install - system "ruby #{install_dir}/bin/yuyi -V" + system "ruby #{install_dir}/bin/yuyi" end def cleanup `rm -rf #{install_dir}` end