Пакет gem-equatable: Информация

    Исходный пакет: gem-equatable
    Версия: 0.7.0-alt1
    Собран:  23 октября 2023 г. 6:33
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/piotrmurach/equatable

    Лицензия: MIT
    О пакете: Allows ruby objects to implement equality comparison and inspection methods
    Описание: 
    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.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    gem-equatable (noarch)
    gem-equatable-devel (noarch)
    gem-equatable-doc (noarch)

    Сопровождающий: Ruby Maintainers Team

    Список участников:
    Pavel Skrylev

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

    Последнее изменение


    2 сентября 2021 г. Pavel Skrylev 0.7.0-alt1
    - ^ 0.6.1 -> 0.7.0
    11 сентября 2019 г. Pavel Skrylev 0.6.1-alt1.1
    - ! spec according to changelog rules
    8 августа 2019 г. Pavel Skrylev 0.6.1-alt1
    - + packaged gem with usage Ruby Policy 2.0