Skip to content

Commit 6ec70da

Browse files
author
Git for Windows Build Agent
committed
Update 4 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) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent 1c21e99 commit 6ec70da

File tree

4,425 files changed

+239746
-171880
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,425 files changed

+239746
-171880
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)