Package gem-equatable: Information

    Source package: gem-equatable
    Version: 0.7.0-alt1
    Latest version according to Repology
    Build time:  Sep 4, 2021, 01:37 AM in the task #246775
    Category: Development/Ruby
    Report package bug
    License: MIT
    Summary: Allows ruby objects to implement equality comparison and inspection methods
    Description: 
    By including this module, a class indicates that its instances have explicit
    general contracts for hash, == and eql? methods. Specifically eql? contract
    requires that it implements an equivalence relation. By default each instance of
    the class is equal only to itself. This is a right behaviour when you have
    distinct objects. However, it is the responsibility of any class to clearly
    define their equality. Failure to do so may prevent instances to behave as
    expected when for instance Array#uniq is invoked or when they are used as Hash
    keys.

    List of rpms provided by this srpm:
    gem-equatable (noarch)
    gem-equatable-devel (noarch)
    gem-equatable-doc (noarch)


    List of contributors:
    Pavel Skrylev

    ACL:
    Pavel Skrylev
    @ruby
    @everybody

      1. gem(rspec) >= 3.0
      2. gem(rspec) < 4
      3. rpm-build-ruby
      4. gem(rake) >= 0

    Last changed


    Sept. 2, 2021 Pavel Skrylev 0.7.0-alt1
    - ^ 0.6.1 -> 0.7.0
    Sept. 11, 2019 Pavel Skrylev 0.6.1-alt1.1
    - ! spec according to changelog rules
    Aug. 8, 2019 Pavel Skrylev 0.6.1-alt1
    - + packaged gem with usage Ruby Policy 2.0