diff --git a/ruby.json b/ruby.json index 4f55a19150..a4769c8ea2 100644 --- a/ruby.json +++ b/ruby.json @@ -41,6 +41,6 @@ "post_install": "pushd $dir\\devkit;echo \"---`n- $dir\" | out-file config.yml -enc default; ruby dk.rb install;popd;", "checkver": { "url": "http://rubyinstaller.org/downloads/", - "re": "
  • Ruby ([0-9\\.p-]+)
  • " + "re": "ruby-([\\d.]+)-x64-mingw32.7z" } }