From aecb7f122d476510709a84ce0d9d74358a5bd975 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 20 May 2017 23:49:48 +0200 Subject: [PATCH] Fix ruby version regex --- ruby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }