Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oneclick/rubyinstaller2
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jun 3, 2024
2 parents 52c1d8d + 4fee5c8 commit 902f8ad
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,52 +13,52 @@ jobs:
include:
- target_ruby: "3.3.2"
arch: "x86-msvcrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_3_0

- target_ruby: "3.3.2"
arch: "x64-ucrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_3_0

- target_ruby: "3.2.4"
arch: "x86-msvcrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_2_2

- target_ruby: "3.2.4"
arch: "x64-ucrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_2_2

- target_ruby: "3.1.6"
arch: "x86-msvcrt"
build_ruby: "3.0.6/x64"
build_ruby: "3.0.7/x64"
run_mri_spec: v3_1_4

- target_ruby: "3.1.6"
arch: "x64-ucrt"
build_ruby: "3.0.6/x64"
build_ruby: "3.0.7/x64"
run_mri_spec: v3_1_4

- target_ruby: "3.0.7"
arch: "x86-msvcrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_0_6

- target_ruby: "3.0.7"
arch: "x64-msvcrt"
build_ruby: "3.1.4/x64"
build_ruby: "3.1.5/x64"
run_mri_spec: v3_0_6

- target_ruby: "head"
arch: "x64-ucrt"
build_ruby: "3.0.6/x64"
build_ruby: "3.0.7/x64"
run_mri_spec: master

- target_ruby: "head"
arch: "x86-msvcrt"
build_ruby: "3.0.6/x64"
build_ruby: "3.0.7/x64"
run_mri_spec: master

runs-on: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Update the bundled MSYS2 keyring package.
- Avoid crash even if a registry key incldues inconvertible characters
- Avoid method redefinition warning in rubygems hook
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
This setting is preferred over all other methods to find the MSYS2 directory.


## RubyInstaller-3.0.6-1 - 2023-04-01
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Update the bundled MSYS2 keyring package.
- Avoid crash even if a registry key incldues inconvertible characters
- Avoid method redefinition warning in rubygems hook
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
This setting is preferred over all other methods to find the MSYS2 directory.


## RubyInstaller-3.1.4-1 - 2023-04-01
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Update the bundled MSYS2 keyring package.
- Avoid crash even if a registry key incldues inconvertible characters
- Avoid method redefinition warning in rubygems hook
- Allow setting of MSYS2 path by environment variable `MSYS2_PATH`. [#361](https://github.com/oneclick/rubyinstaller2/issues/361)
This setting is preferred over all other methods to find the MSYS2 directory.


## RubyInstaller-3.3.0-1 - 2023-12-26
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ Check the [wiki on how to use](https://github.com/oneclick/rubyinstaller2/wiki/F
## Known Issues
- It's best to avoid installation into a PATH containing spaces. Some gems won't install.
- 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.
- Also refer to [the issue list](https://github.com/larskanis/rubyinstaller2/issues).

0 comments on commit 902f8ad

Please sign in to comment.