Skip to content

Commit

Permalink
AU: 1 updated - ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 10, 2019
1 parent 276034d commit 24aae0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/ruby/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg" width="48" height="48"/> [ruby](https://chocolatey.org/packages/ruby)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg" width="48" height="48"/> [ruby](https://chocolatey.org/packages/ruby)

Ruby is 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.

Expand Down
10 changes: 5 additions & 5 deletions automatic/ruby/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.exe
x32: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.4-1/rubyinstaller-2.6.4-1-x86.exe
x64: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.4-1/rubyinstaller-2.6.4-1-x64.exe

to download the installer.

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: 4D8C52A34F61E8528ED4BBAED71096AE10B72E8CEDCD2E95A19C87DFCB7D3233
checksum64: 8223B330CA7D100C7F07E881985299768A1818CB8572A477910C6C13BEA55947
checksum32: 739CB826D065C6B81B69A6D920782883CD31AF7E2EDDCE2E1B23D43C785DAE62
checksum64: F5E53E8A3C16A9D1280C6DC60B3523721BD74C777AC912BD6966D9044FF947F2

Using AU:

Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.exe
Get-RemoteChecksum https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.4-1/rubyinstaller-2.6.4-1-x64.exe

File 'license.txt' is obtained from:
https://raw.githubusercontent.com/oneclick/rubyinstaller/master/LICENSE.txt
6 changes: 3 additions & 3 deletions automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ruby</id>
<version>2.6.3.1</version>
<version>2.6.4.1</version>
<title>Ruby</title>
<authors>Yukihiro Matsumoto</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand All @@ -28,11 +28,11 @@ Example: `choco install ruby --params "/NoPath /InstallDir:C:\your\install\path"
<licenseUrl>http://www.ruby-lang.org/en/about/license.txt</licenseUrl>
<projectUrl>http://www.ruby-lang.org</projectUrl>
<projectSourceUrl>https://bugs.ruby-lang.org/projects/ruby-trunk/repository</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ruby</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/ruby</packageSourceUrl>
<bugTrackerUrl>https://bugs.ruby-lang.org/projects/ruby-trunk/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.ruby-lang.org/en/downloads/releases/</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@aad7c15bfbec43c3716f8a82bc3af22e1a55579d/icons/ruby.svg</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.5" />
Expand Down

0 comments on commit 24aae0c

Please sign in to comment.