Skip to content

Commit 902f8ad

Browse files
committed
Merge branch 'master' of github.com:oneclick/rubyinstaller2
2 parents 52c1d8d + 4fee5c8 commit 902f8ad

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,52 @@ jobs:
1313
include:
1414
- target_ruby: "3.3.2"
1515
arch: "x86-msvcrt"
16-
build_ruby: "3.1.4/x64"
16+
build_ruby: "3.1.5/x64"
1717
run_mri_spec: v3_3_0
1818

1919
- target_ruby: "3.3.2"
2020
arch: "x64-ucrt"
21-
build_ruby: "3.1.4/x64"
21+
build_ruby: "3.1.5/x64"
2222
run_mri_spec: v3_3_0
2323

2424
- target_ruby: "3.2.4"
2525
arch: "x86-msvcrt"
26-
build_ruby: "3.1.4/x64"
26+
build_ruby: "3.1.5/x64"
2727
run_mri_spec: v3_2_2
2828

2929
- target_ruby: "3.2.4"
3030
arch: "x64-ucrt"
31-
build_ruby: "3.1.4/x64"
31+
build_ruby: "3.1.5/x64"
3232
run_mri_spec: v3_2_2
3333

3434
- target_ruby: "3.1.6"
3535
arch: "x86-msvcrt"
36-
build_ruby: "3.0.6/x64"
36+
build_ruby: "3.0.7/x64"
3737
run_mri_spec: v3_1_4
3838

3939
- target_ruby: "3.1.6"
4040
arch: "x64-ucrt"
41-
build_ruby: "3.0.6/x64"
41+
build_ruby: "3.0.7/x64"
4242
run_mri_spec: v3_1_4
4343

4444
- target_ruby: "3.0.7"
4545
arch: "x86-msvcrt"
46-
build_ruby: "3.1.4/x64"
46+
build_ruby: "3.1.5/x64"
4747
run_mri_spec: v3_0_6
4848

4949
- target_ruby: "3.0.7"
5050
arch: "x64-msvcrt"
51-
build_ruby: "3.1.4/x64"
51+
build_ruby: "3.1.5/x64"
5252
run_mri_spec: v3_0_6
5353

5454
- target_ruby: "head"
5555
arch: "x64-ucrt"
56-
build_ruby: "3.0.6/x64"
56+
build_ruby: "3.0.7/x64"
5757
run_mri_spec: master
5858

5959
- target_ruby: "head"
6060
arch: "x86-msvcrt"
61-
build_ruby: "3.0.6/x64"
61+
build_ruby: "3.0.7/x64"
6262
run_mri_spec: master
6363

6464
runs-on: windows-latest

CHANGELOG-3.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Update the bundled MSYS2 keyring package.
1111
- Avoid crash even if a registry key incldues inconvertible characters
1212
- Avoid method redefinition warning in rubygems hook
13+
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
14+
This setting is preferred over all other methods to find the MSYS2 directory.
1315

1416

1517
## RubyInstaller-3.0.6-1 - 2023-04-01

CHANGELOG-3.1.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Update the bundled MSYS2 keyring package.
1111
- Avoid crash even if a registry key incldues inconvertible characters
1212
- Avoid method redefinition warning in rubygems hook
13+
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
14+
This setting is preferred over all other methods to find the MSYS2 directory.
1315

1416

1517
## RubyInstaller-3.1.4-1 - 2023-04-01

CHANGELOG-3.3.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Update the bundled MSYS2 keyring package.
99
- Avoid crash even if a registry key incldues inconvertible characters
1010
- Avoid method redefinition warning in rubygems hook
11+
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
12+
This setting is preferred over all other methods to find the MSYS2 directory.
1113

1214

1315
## RubyInstaller-3.3.0-1 - 2023-12-26

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ Check the [wiki on how to use](https://github.com/oneclick/rubyinstaller2/wiki/F
124124

125125
## Known Issues
126126

127-
- It's best to avoid installation into a PATH containing spaces. Some gems won't install.
127+
- It's best to avoid installation into a PATH containing spaces or non-ASCII. Some gems won't install with spaces and older ruby versions (<= 3.0.x) ridk won't even run then at all with special characters.
128128
- Also refer to [the issue list](https://github.com/larskanis/rubyinstaller2/issues).

0 commit comments

Comments
 (0)