Package: ruby-representable / 3.2.0-2

Metadata

Package Version Patches format
ruby-representable 3.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add support to Minitest 5.22.patch | (download)

test/as_test.rb | 4 2 + 2 - 0 !
test/binding_test.rb | 2 1 + 1 - 0 !
test/cached_test.rb | 2 1 + 1 - 0 !
test/coercion_test.rb | 2 1 + 1 - 0 !
test/config/inherit_test.rb | 2 1 + 1 - 0 !
test/config_test.rb | 2 1 + 1 - 0 !
test/decorator_scope_test.rb | 2 1 + 1 - 0 !
test/decorator_test.rb | 4 2 + 2 - 0 !
test/default_test.rb | 2 1 + 1 - 0 !
test/definition_test.rb | 2 1 + 1 - 0 !
test/exec_context_test.rb | 2 1 + 1 - 0 !
test/features_test.rb | 4 2 + 2 - 0 !
test/filter_test.rb | 6 3 + 3 - 0 !
test/for_collection_test.rb | 2 1 + 1 - 0 !
test/generic_test.rb | 2 1 + 1 - 0 !
test/hash_bindings_test.rb | 2 1 + 1 - 0 !
test/hash_test.rb | 10 5 + 5 - 0 !
test/if_test.rb | 2 1 + 1 - 0 !
test/inherit_test.rb | 4 2 + 2 - 0 !
test/inline_test.rb | 2 1 + 1 - 0 !
test/json_test.rb | 8 4 + 4 - 0 !
test/lonely_test.rb | 4 2 + 2 - 0 !
test/nested_test.rb | 2 1 + 1 - 0 !
test/object_test.rb | 2 1 + 1 - 0 !
test/option_test.rb | 2 1 + 1 - 0 !
test/parse_pipeline_test.rb | 2 1 + 1 - 0 !
test/pipeline_test.rb | 2 1 + 1 - 0 !
test/private_options_test.rb | 2 1 + 1 - 0 !
test/render_nil_test.rb | 2 1 + 1 - 0 !
test/represent_test.rb | 2 1 + 1 - 0 !
test/representable_test.rb | 2 1 + 1 - 0 !
test/schema_test.rb | 4 2 + 2 - 0 !
test/skip_test.rb | 4 2 + 2 - 0 !
test/stringify_hash_test.rb | 2 1 + 1 - 0 !
test/test_helper.rb | 6 3 + 3 - 0 !
test/test_helper_test.rb | 6 3 + 3 - 0 !
test/uncategorized_test.rb | 6 3 + 3 - 0 !
test/wrap_test.rb | 6 3 + 3 - 0 !
test/xml_bindings_test.rb | 2 1 + 1 - 0 !
test/xml_test.rb | 12 6 + 6 - 0 !
test/yaml_test.rb | 2 1 + 1 - 0 !
41 files changed, 70 insertions(+), 70 deletions(-)

 add support to minitest 5.22

0002 Remove dependency on pry byebug.patch | (download)

Gemfile | 1 0 + 1 - 0 !
test/test_helper.rb | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 remove dependency on pry-byebug

ruby-pry-byebug was removed from the archive due to being too buggy.

0003 ruby 3.4 hashes.patch | (download)

test/as_test.rb | 4 2 + 2 - 0 !
test/cached_test.rb | 4 2 + 2 - 0 !
test/definition_test.rb | 2 1 + 1 - 0 !
test/filter_test.rb | 6 3 + 3 - 0 !
test/serialize_deserialize_test.rb | 6 3 + 3 - 0 !
5 files changed, 11 insertions(+), 11 deletions(-)

 accept hash by using inspect, fixing tests under ruby 3.4