Skip to content

Commit

Permalink
Merge pull request #2393 from chadlwilson/tweak-ruby-source-urls [AU …
Browse files Browse the repository at this point in the history
…ruby.install\3.3:3.3.0.1 ruby.portable\3.3:3.3.0.1 ruby\3.3:3.3.0.1]
  • Loading branch information
AdmiringWorm authored Jan 9, 2024
2 parents d7072f8 + 7f93ede commit 411ef4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/ruby.install/ruby.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo
<tags>ruby language programming development dynamic cross-platform foss</tags>
<licenseUrl>https://www.ruby-lang.org/en/about/license.txt</licenseUrl>
<projectUrl>https://www.ruby-lang.org</projectUrl>
<projectSourceUrl>https://git.ruby-lang.org/ruby.git/tree</projectSourceUrl>
<projectSourceUrl>https://github.com/ruby/ruby</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby.install</packageSourceUrl>
<bugTrackerUrl>https://bugs.ruby-lang.org/projects/ruby-master/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ruby.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $packageArgs = @{
fileType = 'exe'
file = "$toolsPath\rubyinstaller-3.3.0-1-x86.exe"
file64 = "$toolsPath\rubyinstaller-3.3.0-1-x64.exe"
silentArgs = '/verysilent /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',')
silentArgs = '/verysilent /allusers /dir="{0}" /tasks="{1}"' -f $installDir, ($tasks -join ',')
validExitCodes = @(0)
softwareName = 'ruby *'
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/ruby.portable/ruby.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ruby is a dynamic, open source programming language focusing on simplicity and p
<tags>ruby language programming development dynamic cross-platform foss portable</tags>
<licenseUrl>https://www.ruby-lang.org/en/about/license.txt</licenseUrl>
<projectUrl>https://www.ruby-lang.org</projectUrl>
<projectSourceUrl>https://git.ruby-lang.org/ruby.git/tree</projectSourceUrl>
<projectSourceUrl>https://github.com/ruby/ruby</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby.portable</packageSourceUrl>
<bugTrackerUrl>https://bugs.ruby-lang.org/projects/ruby-master/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/ruby/ruby.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example: `choco install ruby --package-parameters="'/NoPath ""/InstallDir:C:\yo
<tags>ruby language programming development dynamic cross-platform foss</tags>
<licenseUrl>https://www.ruby-lang.org/en/about/license.txt</licenseUrl>
<projectUrl>https://www.ruby-lang.org</projectUrl>
<projectSourceUrl>https://git.ruby-lang.org/ruby.git/tree</projectSourceUrl>
<projectSourceUrl>https://github.com/ruby/ruby</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ruby</packageSourceUrl>
<bugTrackerUrl>https://bugs.ruby-lang.org/projects/ruby-master/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 411ef4f

Please sign in to comment.