Package: ruby-awesome-print / 1.8.0-1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-awesome-print | 1.8.0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
tests fix absolute require | (download) |
spec/misc_spec.rb |
2 1 1 - 0 ! |
fix absolute require of library in tests Tests can't rely on the library in the lib/ dir in the source package, instead they must test the installed copy. |
tests remove simplecov | (download) |
spec/spec_helper.rb |
2 0 2 - 0 ! |
remove simplecov from tests |
fix_blue_integers.patch | (download) |
README.md |
2 1 1 - 0 ! |
fix integers no longer being printed as blue by default |
fix_test_suite_ruby25.patch | (download) |
spec/ext/active_record_spec.rb |
16 13 3 - 0 ! |
[patch] fix specs for ruby 2.4 or higher Since String#upcase was changed in Ruby 2.4, fix the tests that uses the methods. See: https://bugs.ruby-lang.org/issues/10085 |
fix_test_suite_rails52.patch | (download) |
spec/ext/active_record_spec.rb |
12 10 2 - 0 ! |
[patch] fix specs for rails 5.1 or higher From 6ef36323b9061dd2c66bf7a6381eecf5527bb963 Mon Sep 17 00:00:00 2001 |