Skip to content

Commit a6ff6e9

Browse files
author
Git for Windows Build Agent
committed
Update 9 packages
mingw-w64-i686-asciidoctor (2.0.23-2 -> 2.0.23-3) mingw-w64-i686-ruby (removed) mingw-w64-i686-ruby (new: 3.4.1-1) mingw-w64-i686-tzdata (2024b-1 -> 2025a-1) mingw-w64-x86_64-asciidoctor (2.0.23-2 -> 2.0.23-3) mingw-w64-x86_64-ruby (removed) mingw-w64-x86_64-ruby (new: 3.4.1-1) mingw-w64-x86_64-tzdata (2024b-1 -> 2025a-1) tzcode (2024a-1 -> 2025a-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 9e21d9f commit a6ff6e9

File tree

10,113 files changed

+994997
-859294
lines changed

Some content is hidden

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

10,113 files changed

+994997
-859294
lines changed

mingw32/bin/asciidoctor

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
_=_\
44
=begin
55
bindir="${0%/*}"
6-
exec "$bindir/ruby" "-x" "$0" "$@"
6+
ruby="$bindir/ruby"
7+
if [ ! -f "$ruby" ]; then
8+
ruby="ruby"
9+
fi
10+
exec "$ruby" "-x" "$0" "$@"
711
=end
812
#!/mingw32/bin/ruby
913
#

mingw32/bin/msvcrt-ruby330.dll

-4.18 MB
Binary file not shown.

mingw32/bin/msvcrt-ruby340.dll

4.56 MB
Binary file not shown.

mingw32/bin/ruby.exe

-3 Bytes
Binary file not shown.

mingw32/bin/rubyw.exe

-3 Bytes
Binary file not shown.

mingw32/include/ruby-3.3.0/i386-mingw32/ruby/config.h

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)