Downloads:
32,031
Downloads of v 3.3.6.2:
97
Last Update:
09 Nov 2024
Package Maintainer(s):
Software Author(s):
- Yukihiro Matsumoto
Tags:
ruby language programming development dynamic cross-platform foss portable- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Ruby (Portable)
- 1
- 2
- 3
3.3.6.2 | Updated: 09 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
32,031
Downloads of v 3.3.6.2:
97
Maintainer(s):
Software Author(s):
- Yukihiro Matsumoto
Ruby (Portable) 3.3.6.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Yukihiro Matsumoto. The inclusion of Yukihiro Matsumoto trademark(s), if any, upon this webpage is solely to identify Yukihiro Matsumoto goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Ruby (Portable), run the following command from the command line or from PowerShell:
To upgrade Ruby (Portable), run the following command from the command line or from PowerShell:
To uninstall Ruby (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download ruby.portable --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade ruby.portable -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade ruby.portable -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ruby.portable
win_chocolatey:
name: ruby.portable
version: '3.3.6.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ruby.portable' do
action :install
source 'INTERNAL REPO URL'
version '3.3.6.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ruby.portable
{
Name = "ruby.portable"
Version = "3.3.6.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ruby.portable':
ensure => '3.3.6.2',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 09 Nov 2024.
Ruby is a dynamic, open source programming language focusing on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
Notes
- To install ruby development kit ruby installer provides
ridk
command. It provides an easy way to install msys2 viaridk install 1
, however, the installation is interactive. To accomplish unattended install, use msys2 package.
Copyright (c) 2007-2020, RubyInstaller Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the RubyInstaller Team nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE RUBYINSTALLER TEAM BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x86.7z
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z
to download the archives.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 960FBC3F64191CDAD58023AA9B59A3CBFA7F63530D1635F14C0B173643E92118
checksum64: 85CC68618B615D37C97FE71547AD875A80E25C34CB4593A82075A09B595864B6
Using Chocolatey AU:
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z
File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller2/master/LICENSE.txt
Log in or click on link to see number of positives.
- libgmp-10.dll (ab3888745ca7) - ## / 73
- libgmp-10.dll (c2567ccf3f41) - ## / 70
- libyaml-0-2.dll (1942ec5a43f1) - ## / 70
- libyaml-0-2.dll (05b451d86d5d) - ## / 70
- zlib1.dll (1dc85208162e) - ## / 72
- zlib1.dll (fb34947b2c2b) - ## / 73
- libffi-8.dll (a5801d7f333b) - ## / 74
- libffi-8.dll (e53fdd906442) - ## / 74
- libcrypto-3-x64.dll (2b7ca7233e4a) - ## / 72
- libssl-3-x64.dll (c4d9f9b65e19) - ## / 71
- libcrypto-3.dll (08c9b7c0fa54) - ## / 72
- libssl-3.dll (2aeed87bcd39) - ## / 72
- capi.dll (44cadf3be1ca) - ## / 72
- loader_attic.dll (af862aeb35dc) - ## / 72
- padlock.dll (044678c9c617) - ## / 72
- legacy.dll (21866d92590f) - ## / 72
- capi.dll (1c7248968a9c) - ## / 72
- loader_attic.dll (22db904314ca) - ## / 72
- padlock.dll (def6d227a5ee) - ## / 72
- legacy.dll (7aa31013e44c) - ## / 72
- libwinpthread-1.dll (0095f8797781) - ## / 71
- libwinpthread-1.dll (a741bbb7a3a1) - ## / 71
- navigation.js.gz (6bf0f18d2f1b) - ## / 60
- searcher.js.gz (e2b844398b10) - ## / 60
- ruby.portable.3.3.6.2.nupkg (f00c260eb041) - ## / 36
- rubyinstaller-3.3.6-2-x64.7z (85cc68618b61) - ## / 41
- rubyinstaller-3.3.6-2-x86.7z (960fbc3f6419) - ## / 42
- ruby.exe (1aafaf1cf622) - ## / 72
- rubyw.exe (b5d5c8ef7f4e) - ## / 64
- x64-ucrt-ruby330.dll (d50ca8407b20) - ## / 72
- msvcrt-ruby330.dll (debeede0a69b) - ## / 68
- ruby.exe (0588ba203cdc) - ## / 72
- rubyw.exe (38f7fcd8654b) - ## / 70
- libgcc_s_seh-1.dll (6a68f99a3167) - ## / 70
- libgcc_s_dw2-1.dll (77c66c8fde57) - ## / 72
- search_index.js.gz (4e3257ac4855) - ## / 62
- search_index.js.gz (3a432af1b5c4) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Ruby (Portable) 3.3.6.2 | 97 | Saturday, November 9, 2024 | Approved | |
Ruby (Portable) 3.3.6.1 | 43 | Thursday, November 7, 2024 | Approved | |
Ruby (Portable) 3.3.5.1 | 366 | Thursday, September 5, 2024 | Approved | |
Ruby (Portable) 3.3.4.1 | 353 | Wednesday, July 10, 2024 | Approved | |
Ruby (Portable) 3.3.3.1 | 147 | Saturday, June 15, 2024 | Approved | |
Ruby (Portable) 3.3.2.1 | 119 | Monday, June 3, 2024 | Approved | |
Ruby (Portable) 3.3.1.1 | 249 | Friday, April 26, 2024 | Approved | |
Ruby (Portable) 3.3.0.1 | 708 | Tuesday, January 9, 2024 | Approved | |
Ruby (Portable) 3.2.6.1 | 6 | Thursday, October 31, 2024 | Approved | |
Ruby (Portable) 3.2.4.1 | 24 | Friday, April 26, 2024 | Approved | |
Ruby (Portable) 3.2.3.1 | 33 | Thursday, January 25, 2024 | Approved | |
Ruby (Portable) 3.2.2.1 | 1452 | Sunday, April 2, 2023 | Approved | |
Ruby (Portable) 3.2.1.1 | 278 | Thursday, February 9, 2023 | Approved | |
Ruby (Portable) 3.2.0.1 | 258 | Friday, December 30, 2022 | Approved | |
Ruby (Portable) 3.1.5.1 | 35 | Friday, April 26, 2024 | Approved | |
Ruby (Portable) 3.1.4.1 | 52 | Sunday, April 2, 2023 | Approved | |
Ruby (Portable) 3.1.3.1 | 238 | Monday, November 28, 2022 | Approved | |
Ruby (Portable) 3.1.2.101 | 315 | Tuesday, September 27, 2022 | Approved | |
Ruby (Portable) 3.1.1.1 | 1302 | Saturday, February 19, 2022 | Approved | |
Ruby (Portable) 3.1.0.1 | 97 | Wednesday, February 16, 2022 | Approved | |
Ruby (Portable) 3.0.6.1 | 52 | Sunday, April 2, 2023 | Approved | |
Ruby (Portable) 3.0.5.1 | 48 | Monday, November 28, 2022 | Approved | |
Ruby (Portable) 3.0.4.1 | 63 | Wednesday, April 20, 2022 | Approved | |
Ruby (Portable) 3.0.3.1 | 90 | Thursday, February 17, 2022 | Approved | |
Ruby (Portable) 2.7.7.1 | 57 | Monday, November 28, 2022 | Approved | |
Ruby (Portable) 2.7.6.1 | 81 | Wednesday, April 20, 2022 | Approved | |
Ruby (Portable) 2.7.5.1 | 91 | Friday, February 18, 2022 | Approved | |
Ruby (Portable) 2.3.0 | 18777 | Friday, May 6, 2016 | Approved | |
Ruby (Portable) 2.1.6 | 712 | Monday, May 11, 2015 | Approved | |
Ruby (Portable) 2.1.5 | 651 | Monday, January 5, 2015 | Approved | |
Ruby (Portable) 2.1.3.0 | 763 | Thursday, October 2, 2014 | Approved | |
Ruby (Portable) 2.0.0.64500 | 424 | Monday, May 11, 2015 | Approved | |
Ruby (Portable) 2.0.0.59800 | 442 | Thursday, January 8, 2015 | Approved | |
Ruby (Portable) 2.0.0.57600 | 498 | Thursday, October 2, 2014 | Unknown | |
Ruby (Portable) 2.0.0.48100 | 523 | Wednesday, July 23, 2014 | Unknown | |
Ruby (Portable) 1.9.3.55100 | 465 | Thursday, January 8, 2015 | Approved | |
Ruby (Portable) 1.9.3.54501 | 509 | Wednesday, July 23, 2014 | Unknown | |
Ruby (Portable) 1.9.3.54500 | 459 | Wednesday, July 23, 2014 | Unknown | |
Ruby (Portable) 1.8.7.37401 | 484 | Wednesday, July 23, 2014 | Unknown | |
Ruby (Portable) 1.8.7.37400 | 484 | Wednesday, July 23, 2014 | Unknown |
This package has no dependencies.
Ground Rules:
- This discussion is only about Ruby (Portable) and the Ruby (Portable) 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 (Portable), 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.