Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039422
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-wisper

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define        gemname wisper

Name:          gem-wisper
Version:       2.0.1.1
Release:       alt1
Summary:       A micro library providing Ruby objects with Publish-Subscribe capabilities
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/krisleech/wisper
Vcs:           https://github.com/krisleech/wisper.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
%ruby_use_gem_version wisper:2.0.1.1
Provides:      gem(wisper) = 2.0.1.1


%description
A micro library providing objects with Publish-Subscribe capabilities. Both
synchronous (in-process) and asynchronous (out-of-process) subscriptions are
supported. Check out the Wiki for articles, guides and examples:
https://github.com/krisleech/wisper/wiki

* Decouple core business logic from external concerns in Hexagonal style
architectures
* Use as an alternative to ActiveRecord callbacks and Observers in Rails apps
* Connect objects based on context without permanence
* Publish events synchronously or asynchronously

Note: Wisper was originally extracted from a Rails codebase but is not dependant
on Rails.


%package       -n gem-wisper-doc
Version:       2.0.1.1
Release:       alt1
Summary:       A micro library providing Ruby objects with Publish-Subscribe capabilities documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ wisper
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(wisper) = 2.0.1.1

%description   -n gem-wisper-doc
A micro library providing Ruby objects with Publish-Subscribe capabilities
documentation files.

A micro library providing objects with Publish-Subscribe capabilities. Both
synchronous (in-process) and asynchronous (out-of-process) subscriptions are
supported. Check out the Wiki for articles, guides and examples:
https://github.com/krisleech/wisper/wiki

* Decouple core business logic from external concerns in Hexagonal style
architectures
* Use as an alternative to ActiveRecord callbacks and Observers in Rails apps
* Connect objects based on context without permanence
* Publish events synchronously or asynchronously

Note: Wisper was originally extracted from a Rails codebase but is not dependant
on Rails.

%description   -n gem-wisper-doc -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ wisper.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-wisper-doc
%doc README.md
%ruby_gemdocdir


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin