File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## RubyInstaller-3.4.5-1 - 2025-07-25
2+
3+ ### Changed
4+ - Update to ruby-3.4.5, see [ release notes] ( https://www.ruby-lang.org/en/news/2025/07/15/ruby-3-4-5-released/ ) .
5+ - Update the SSL CA certificate list.
6+
7+
18## RubyInstaller-3.4.4-2 - 2025-05-18
29
310### Changed
Original file line number Diff line number Diff line change 5959ovl_glob ( 'recipes/*/task.rake' ) . each { |f | load ( ovl_expand_file ( f ) ) }
6060
6161ruby_arch_packages = %w[ x64-ucrt x86-msvcrt ] . map do |arch |
62- %w[ 3.2.9-1 3.3.9-1 3.4.5-2 head ] . map do |packagever |
62+ %w[ 3.2.9-1 3.3.9-1 3.4.5-1 head ] . map do |packagever |
6363 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
6464 end
6565end
6666ruby_arch_packages += %w[ arm-ucrt ] . map do |arch |
67- %w[ 3.4.5-2 head ] . map do |packagever |
67+ %w[ 3.4.5-1 head ] . map do |packagever |
6868 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
6969 end
7070end
Original file line number Diff line number Diff line change 5252ovl_glob ( 'recipes/*/task.rake' ) . each { |f | load ( ovl_expand_file ( f ) ) }
5353
5454ruby_arch_packages = %w[ x64-ucrt x86-msvcrt ] . map do |arch |
55- %w[ 3.2.9-1 3.3.9-1 3.4.5-2 head ] . map do |packagever |
55+ %w[ 3.2.9-1 3.3.9-1 3.4.5-1 head ] . map do |packagever |
5656 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
5757 end
5858end
5959ruby_arch_packages += %w[ arm-ucrt ] . map do |arch |
60- %w[ 3.4.5-2 head ] . map do |packagever |
60+ %w[ 3.4.5-1 head ] . map do |packagever |
6161 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
6262 end
6363end
You can’t perform that action at this time.
0 commit comments