Skip to content

Commit 59dd0d8

Browse files
authored
New version: RubyInstallerTeam.RubyWithDevKit.3.4 version 3.4.4-2 (microsoft#273931)
1 parent 2ad034c commit 59dd0d8

File tree

4 files changed

+127
-0
lines changed

4 files changed

+127
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4
5+
PackageVersion: 3.4.4-2
6+
InstallerType: inno
7+
UpgradeBehavior: install
8+
Commands:
9+
- ruby
10+
- rubyw
11+
FileExtensions:
12+
- rb
13+
- rbw
14+
ReleaseDate: 2025-05-18
15+
Installers:
16+
- Architecture: x86
17+
Scope: user
18+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-x86.exe
19+
InstallerSha256: 0218F1359A835373A75DE84E779BA27799ED93E16ABE00AA37CAA8823FF9EF56
20+
InstallerSwitches:
21+
Custom: /CURRENTUSER
22+
ProductCode: RubyInstaller-3.4-i386-mingw32_is1
23+
AppsAndFeaturesEntries:
24+
- DisplayName: Ruby 3.4.4-2-x86
25+
- Architecture: x86
26+
Scope: machine
27+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-x86.exe
28+
InstallerSha256: 0218F1359A835373A75DE84E779BA27799ED93E16ABE00AA37CAA8823FF9EF56
29+
InstallerSwitches:
30+
Custom: /ALLUSERS
31+
ProductCode: RubyInstaller-3.4-i386-mingw32_is1
32+
AppsAndFeaturesEntries:
33+
- DisplayName: Ruby 3.4.4-2-x86
34+
- Architecture: x64
35+
Scope: user
36+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-x64.exe
37+
InstallerSha256: 013AED0F658CD7139EEC56BED861E246F17707B8501891A2BE3A93F833BB858E
38+
InstallerSwitches:
39+
Custom: /CURRENTUSER
40+
ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1
41+
AppsAndFeaturesEntries:
42+
- DisplayName: Ruby 3.4.4-2-x64
43+
- Architecture: x64
44+
Scope: machine
45+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-x64.exe
46+
InstallerSha256: 013AED0F658CD7139EEC56BED861E246F17707B8501891A2BE3A93F833BB858E
47+
InstallerSwitches:
48+
Custom: /ALLUSERS
49+
ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1
50+
AppsAndFeaturesEntries:
51+
- DisplayName: Ruby 3.4.4-2-x64
52+
- Architecture: arm64
53+
Scope: user
54+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-arm.exe
55+
InstallerSha256: 27C293184E4349897F85DF2DEBBC8DDFB41C0F18DC57C5927888D1A2BB9D9E59
56+
InstallerSwitches:
57+
Custom: /CURRENTUSER
58+
ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1
59+
AppsAndFeaturesEntries:
60+
- DisplayName: Ruby 3.4.4-2-arm
61+
- Architecture: arm64
62+
Scope: machine
63+
InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-devkit-3.4.4-2-arm.exe
64+
InstallerSha256: 27C293184E4349897F85DF2DEBBC8DDFB41C0F18DC57C5927888D1A2BB9D9E59
65+
InstallerSwitches:
66+
Custom: /ALLUSERS
67+
ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1
68+
AppsAndFeaturesEntries:
69+
- DisplayName: Ruby 3.4.4-2-arm
70+
ManifestType: installer
71+
ManifestVersion: 1.10.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4
5+
PackageVersion: 3.4.4-2
6+
PackageLocale: en-US
7+
Publisher: RubyInstaller Team
8+
PublisherUrl: https://rubyinstaller.org/
9+
PublisherSupportUrl: https://github.com/oneclick/rubyinstaller2/issues
10+
PackageName: Ruby 3.4 with MSYS2
11+
PackageUrl: https://rubyinstaller.org/downloads/
12+
License: BSD-3-Clause
13+
LicenseUrl: https://github.com/oneclick/rubyinstaller2/blob/HEAD/LICENSE.txt
14+
Copyright: Copyright (c) 2007-2025, RubyInstaller Team. All rights reserved.
15+
ShortDescription: A Ruby language execution environment with a MSYS2 installation.
16+
Description: The RubyInstaller project provides a self-contained Windows-based installer that includes a Ruby-language execution environment and a baseline set of required RubyGems and extensions, integrated with a MSYS2 installation.
17+
Moniker: ruby3-4-devkit
18+
Tags:
19+
- language
20+
- programming
21+
- programming-language
22+
- ruby
23+
- ruby-with-devkit
24+
ReleaseNotes: |-
25+
Changed
26+
- Fix issue with -std=c99 which broke install of some gems. 439
27+
ReleaseNotesUrl: https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.4.4-2
28+
Documentations:
29+
- DocumentLabel: Wiki
30+
DocumentUrl: https://github.com/oneclick/rubyinstaller2/wiki
31+
ManifestType: defaultLocale
32+
ManifestVersion: 1.10.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4
5+
PackageVersion: 3.4.4-2
6+
PackageLocale: zh-CN
7+
ShortDescription: Ruby 语言运行环境,配备 MSYS2。
8+
Description: RubyInstaller 项目提供一个独立的基于 Windows 的安装包,其中包含 Ruby 语言的运行环境,以及一组基本所需的 RubyGems 和扩展,并集成 MSYS2。
9+
Tags:
10+
- ruby
11+
- ruby-with-devkit
12+
- 编程
13+
- 编程语言
14+
- 语言
15+
ManifestType: locale
16+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4
5+
PackageVersion: 3.4.4-2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)