Fix ruby version regex

This commit is contained in:
Richard Kuhnt 2017-05-20 23:49:48 +02:00
parent cdca1ae4b7
commit aecb7f122d

View File

@ -41,6 +41,6 @@
"post_install": "pushd $dir\\devkit;echo \"---`n- $dir\" | out-file config.yml -enc default; ruby dk.rb install;popd;", "post_install": "pushd $dir\\devkit;echo \"---`n- $dir\" | out-file config.yml -enc default; ruby dk.rb install;popd;",
"checkver": { "checkver": {
"url": "http://rubyinstaller.org/downloads/", "url": "http://rubyinstaller.org/downloads/",
"re": "<li class=\"exe\"><a.*?>Ruby ([0-9\\.p-]+)</a></li>" "re": "ruby-([\\d.]+)-x64-mingw32.7z"
} }
} }