
539,175
Downloads
19,810
Downloads of v 2.1.5
1/5/2015
Last update
Ruby
2.1.5
Ruby - A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
To install Ruby, run the following command from the command line or from PowerShell:
C:\> choco install ruby
--version 2.1.5
To upgrade Ruby, run the following command from the command line or from PowerShell:
C:\> choco upgrade ruby
--version 2.1.5
Files
Hide- tools\chocolateyInstall.ps1
Show
try { $packageId = 'ruby' $binRoot = Get-BinRoot # $rubyFolder = '187' # $url = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-1.8.7-p374.exe?direct' # $checksum = '2e33a098f126275f7cb29ddcd0eb9845' # $rubyFolder = '193' # $url = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-1.9.3-p545.exe?direct' # $checksum = '05398a6cd920ccd297c28150a935ef72' # $rubyFolder = '200' # $url = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p576.exe?direct' # $checksum = '723ae8cda24a86c16914582a340deece' # $url64 = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p576-x64.exe?direct' # $checksum64 = 'a6ab3963c571055cba649237d3f4a771' $rubyFolder = '215' $url = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.1.5.exe?direct' $checksum = 'eacd2526ef61fb73c0e642828675e94d' $url64 = 'http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.1.5-x64.exe?direct' $checksum64 = '3aad5fbfe6bfcf9cf3237ed9f048b81f' $rubyPath = join-path $binRoot $('ruby' + "$rubyFolder") $silentArgs = "/verysilent /dir=`"$rubyPath`" /tasks=`"assocfiles,modpath`"" Install-ChocolateyPackage "$packageId" 'exe' "$silentArgs" "$url" "$url64" -checksum $checksum -checksum64 $checksum64 $rubyBin = join-path $rubyPath 'bin' Write-Host "Adding `'$rubyBin`' to the local path" $env:Path = "$($env:Path);$rubyBin" # # Install and configure pik # Write-Host "Now we are going to install pik and set up the folder - so Ruby is pointed to the correct version" # $nugetBin = join-path $env:ChocolateyInstall 'bin' # #$gem = 'gem.bat' # $pikInstall = 'pik_install.bat' # & gem install pik # & $pikInstall "$nugetBin" # & pik add $rubyBin # & pik use $rubyFolder } catch { Write-ChocolateyFailure "$packageId" $($_.Exception.Message) throw }
Virus Scan Results
- ruby.2.1.5.nupkg (6d02a18cc843) - ## / 57 - Log in or click on link to see number of positives
- rubyinstaller-2.1.5-x64.exe (2464522a6cee) - ## / 56 - Log in or click on link to see number of positives
- rubyinstaller-2.1.5.exe (a426347e609e) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Ruby 2.5.1.1 | 6850 | Friday, March 30, 2018 | approved |
Ruby 2.5.0.2 | 6857 | Wednesday, February 28, 2018 | approved |
Ruby 2.5.0.1 | 14799 | Tuesday, December 26, 2017 | approved |
Ruby 2.4.3.1 | 3220 | Wednesday, December 20, 2017 | approved |
Ruby 2.4.2.2 | 20504 | Tuesday, September 19, 2017 | approved |
Ruby 2.4.1.2 | 16464 | Wednesday, July 5, 2017 | approved |
Ruby 2.4.1.1 | 10576 | Friday, May 26, 2017 | approved |
Ruby 2.3.3 | 26256 | Tuesday, April 25, 2017 | approved |
Ruby 2.3.1 | 82797 | Sunday, October 9, 2016 | approved |
Ruby 2.3.0 | 153277 | Friday, May 6, 2016 | approved |
Discussion for the Ruby Package
Ground rules:
- This discussion is only about Ruby and the Ruby package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Ruby, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.