Package: ruby-librarian / 1.2.0-1

Metadata

Package Version Patches format
ruby-librarian 1.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add patch to keep VERSION in the library namespace.patch | (download)

lib/librarian/version.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add patch to keep version in the library namespace

When installed as system package, the gem still looks for
/usr/lib/ruby/VERSION to find its version. Have librarian look in
/usr/lib/ruby/vendor_ruby/librarian instead.

(The packaging needs to install VERSION there in another commit)

0002 Disable tsort based unit spec.patch | (download)

spec/unit/environment_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable failing spec test

0003 Rename File.exists to .exist.patch | (download)

lib/librarian/dsl.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rename file.exists? to .exist

to support ruby-fakefs 2.x and ruby 3.2