Skip to content

Commit 3a65cb2

Browse files
author
Git for Windows Build Agent
committed
Update 5 packages
mingw-w64-clang-aarch64-asciidoctor (2.0.23-1 -> 2.0.23-2) mingw-w64-clang-aarch64-git-lfs (3.5.1-1 -> 3.6.0-1) mingw-w64-clang-aarch64-lua (5.4.7-2 -> 5.4.7-3) mingw-w64-clang-aarch64-ruby (removed) mingw-w64-clang-aarch64-ruby (new: 3.3.6-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 7b7e8c0 commit 3a65cb2

File tree

4,596 files changed

+345345
-339108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,596 files changed

+345345
-339108
lines changed
3.96 MB
Binary file not shown.

clangarm64/bin/gem

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
24
#--
35
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
46
# All rights reserved.
57
# See LICENSE.txt for permissions.
68
#++
79

8-
require 'rubygems'
9-
require 'rubygems/gem_runner'
10-
require 'rubygems/exceptions'
11-
12-
required_version = Gem::Requirement.new ">= 1.8.7"
13-
14-
unless required_version.satisfied_by? Gem.ruby_version then
15-
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
16-
end
17-
18-
args = ARGV.clone
19-
20-
begin
21-
Gem::GemRunner.new.run args
22-
rescue Gem::SystemExitException => e
23-
exit e.exit_code
24-
end
10+
require "rubygems/gem_runner"
2511

12+
Gem::GemRunner.new.run ARGV.clone

clangarm64/bin/gem.cmd

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,14 @@ exec "$bindir/ruby" "-x" "$0" "$@" #
77
>,
88
}
99
#!/usr/bin/env ruby
10+
# frozen_string_literal: true
11+
1012
#--
1113
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
1214
# All rights reserved.
1315
# See LICENSE.txt for permissions.
1416
#++
1517

16-
require 'rubygems'
17-
require 'rubygems/gem_runner'
18-
require 'rubygems/exceptions'
19-
20-
required_version = Gem::Requirement.new ">= 1.8.7"
21-
22-
unless required_version.satisfied_by? Gem.ruby_version then
23-
abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}"
24-
end
25-
26-
args = ARGV.clone
27-
28-
begin
29-
Gem::GemRunner.new.run args
30-
rescue Gem::SystemExitException => e
31-
exit e.exit_code
32-
end
18+
require "rubygems/gem_runner"
3319

20+
Gem::GemRunner.new.run ARGV.clone

clangarm64/bin/git-lfs.exe

764 KB
Binary file not shown.

clangarm64/bin/lua.exe

-1.5 KB
Binary file not shown.

clangarm64/bin/lua54.dll

-3 KB
Binary file not shown.

clangarm64/bin/luac.exe

-3 KB
Binary file not shown.

clangarm64/bin/ruby.exe

-2 KB
Binary file not shown.

clangarm64/bin/ruby310.dll

-3.45 MB
Binary file not shown.

clangarm64/bin/rubyw.exe

-2 KB
Binary file not shown.

0 commit comments

Comments
 (0)