File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines 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.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head ] . map do |packagever |
62+ %w[ 3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-1 head ] . map do |packagever |
6363 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
6464 end
6565end
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.1.6-1 3.2.6-1 3.3.7-2 3.4.1-1 head ] . map do |packagever |
55+ %w[ 3.1.6-1 3.2.6-1 3.3.7-1 3.4.1-1 head ] . map do |packagever |
5656 RubyPackage . new ( packagever : packagever , arch : arch , rootdir : __dir__ ) . freeze
5757 end
5858end
You can’t perform that action at this time.
0 commit comments