changed ruby version to 2.2.3

This commit is contained in:
Daniel Grycman 2015-10-10 13:38:46 +02:00
parent 681cfe39ee
commit 62cddd7c6e

View File

@ -1,28 +1,28 @@
{ {
"homepage": "http://rubyinstaller.org", "homepage": "http://rubyinstaller.org",
"version": "2.2.1", "version": "2.2.3",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.1-x64-mingw32.7z?direct#/dl.7z", "http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.3-x64-mingw32.7z?direct#/dl.7z",
"http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z" "http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
], ],
"hash": [ "hash": [
"afc01c6e5fa15bfd32b85ab42f0466fbb5b7c74b08e9ed71f5ad2e852c979ecc", "07c586fce3394c77736bae63594385dcaf67e8f5c331df460aaee2d5f049122d",
"2ada04c7234199126c0f34f6ea7163a8f8dccb1e15814af175a189f6ac48b8ac" "2ada04c7234199126c0f34f6ea7163a8f8dccb1e15814af175a189f6ac48b8ac"
], ],
"extract_dir": "ruby-2.2.1-x64-mingw32" "extract_dir": "ruby-2.2.3-x64-mingw32"
}, },
"32bit": { "32bit": {
"url": [ "url": [
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.1-i386-mingw32.7z?direct#/dl.7z", "http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.3-i386-mingw32.7z?direct#/dl.7z",
"http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z" "http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
], ],
"hash": [ "hash": [
"53c3d758f8be083abc00ce8c9f6150c007a93934e8b26647915ba2edef84a8e5", "58bb5487c9cfe79ba5a3ea0b2719e71879cf1e9b8028a36f0bd842f0c27005c1",
"61a06b5da06dd94343e591163ac0d43c544e9cd4df770f01275645b268b44dc7" "61a06b5da06dd94343e591163ac0d43c544e9cd4df770f01275645b268b44dc7"
], ],
"extract_dir": "ruby-2.2.1-i386-mingw32" "extract_dir": "ruby-2.2.3-i386-mingw32"
} }
}, },
"extract_to": [ "", "devkit" ], "extract_to": [ "", "devkit" ],