Package: ruby-packable / 1.3.14-2
Metadata
Package | Version | Patches format |
---|---|---|
ruby-packable | 1.3.14-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove_rubygems.patch | (download) |
test/test_helper.rb |
3 1 2 - 0 ! |
remove requirement on rubygems and no relative path in require |
remove git from gemfile.patch | (download) |
packable.gemspec |
2 1 1 - 0 ! |
remove git from gemfile |
deprecated fixnum.patch | (download) |
test/packing_test.rb |
5 2 3 - 0 ! |
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 |
fix ruby 3.0 argumenterror.patch | (download) |
lib/packable/extensions/io.rb |
2 1 1 - 0 ! |
fix ruby 3.0 argumenterror Bug: https://github.com/marcandre/packable/issues/15 Bug-Debian: https://bugs.debian.org/996345 |
1