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

    Исходный пакет: gem-em-mongo
    Версия: 0.6.0-alt2.3
    Собран:  18 июня 2020 г. 9:25 в задании #247371
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/bcg/em-mongo

    Лицензия: MIT
    О пакете: EventMachine MongoDB Driver (based off of RMongo)
    Описание: 
    An EventMachine client for MongoDB. Originally based on RMongo, this client aims
    to be as api compatible with mongo-ruby-driver as possible.
    
    For methods that do not retrieve data from the database the api of em-mongo
    should be identical (though a subset) to the mongo-ruby-driver. This includes
    the various update methods like insert, save and update (without the :safe flag,
    which is handled separately) as well as find, which returns a cursor.
    
    For operations that require IO, em-mongo always returns an EventMachine
    deferrable.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    gem-em-mongo (noarch)
    gem-em-mongo-doc (noarch)

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

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

      1. rpm-build-ruby

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


    4 марта 2020 г. Pavel Skrylev 0.6.0-alt2.3
    - fixed (!) spec
    10 сентября 2019 г. Pavel Skrylev 0.6.0-alt2.2
    - fixed (!) spec according to changelog rules
    12 июля 2019 г. Pavel Skrylev 0.6.0-alt2.1
    - fixed (!) spec