Package: ruby-packable / 1.3.18-1

Metadata

Package Version Patches format
ruby-packable 1.3.18-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_rubygems.patch | (download)

test/test_helper.rb | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 remove requirement on rubygems and no relative path in require

remove git from gemfile.patch | (download)

packable.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove git from gemfile

deprecated fixnum.patch | (download)

test/packing_test.rb | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 bignum and fixnum are deprecated

This causes 2 warnings and 1 test failure on ruby2.7
replacing with Integer when possible
In the lastch chunk, assert_equal has been replaced by assert_match because
the generic_class_writer creates two lines of comments about encoding and
validity, which are here ignored