From 25e3574a7562c2260812ea9bd7c1466462b26baf Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 9 Aug 2013 12:31:58 +1000 Subject: [PATCH] ruby 2.0.0-p247 --- ruby.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ruby.json diff --git a/ruby.json b/ruby.json new file mode 100644 index 0000000000..399fb56203 --- /dev/null +++ b/ruby.json @@ -0,0 +1,26 @@ +{ + "homepage": "http://rubyinstaller.org", + "version": "2.0.0-p247", + "architecture": { + "64bit": { + "url": "http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.0.0-p247-x64-mingw32.7z?direct#/dl.7z", + "hash": "sha256:2c3399a96c9c2f3fe6bce1ad6e569e7534fd36318b6ca0077026e3c077172afe", + "extract_dir": "ruby-2.0.0-p247-x64-mingw32" + }, + "32bit": { + "url": "http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.0.0-p247-i386-mingw32.7z?direct#/dl.7z", + "hash": "sha256:ac4c80b23623449f31aaa908818d48c504f4c364c2a2e127a9ae8d2fae5f99e4", + "extract_dir": "ruby-2.0.0-p247-i386-mingw32" + } + }, + "bin": [ + "bin\\erb.bat", + "bin\\gem.bat", + "bin\\irb.bat", + "bin\\rake.bat", + "bin\\rdoc.bat", + "bin\\ri.bat", + "bin\\ruby.exe", + "bin\\testrb.bat" + ] +} \ No newline at end of file