Skip to content

Commit

Permalink
makepkg-git: accommodate for Ruby v3.4.0
Browse files Browse the repository at this point in the history
In that version, `strscan` not only has a native library but also Ruby
code that we need to provide to be able to run `asciidoctor` (which is
used to render Git's documentation).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 21, 2025
1 parent 1def790 commit 503285a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sparse/makepkg-git
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
/mingw64/lib/ruby/*/x64-mingw32/enc/encdb.so
/mingw64/lib/ruby/*/x64-mingw32/enc/windows_1252.so
/mingw64/lib/ruby/*/optparse.rb
/mingw64/lib/ruby/*/strscan/strscan.rb
/mingw64/lib/ruby/*/x64-mingw32/strscan.so
/mingw64/lib/ruby/*/pathname.rb
/mingw64/lib/ruby/*/x64-mingw32/pathname.so
Expand Down
1 change: 1 addition & 0 deletions .sparse/makepkg-git-i686
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
/mingw32/lib/ruby/*/i386-mingw32/enc/windows_1252.so
/mingw32/lib/ruby/*/optparse.rb
/mingw32/lib/ruby/*/i386-mingw32/strscan.so
/mingw32/lib/ruby/*/strscan/strscan.rb
/mingw32/lib/ruby/*/pathname.rb
/mingw32/lib/ruby/*/i386-mingw32/pathname.so
/mingw32/lib/ruby/*/did_you_mean*
Expand Down

0 comments on commit 503285a

Please sign in to comment.