mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
New port, devel/rubygem-sidekiq-bulk-rails5: Augment Sidekiq job classes
with a push_bulk method
This commit is contained in:
parent
45da3eac0d
commit
14663b5b45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443627
@ -5607,6 +5607,7 @@
|
||||
SUBDIR += rubygem-shoulda-context
|
||||
SUBDIR += rubygem-shoulda-matchers
|
||||
SUBDIR += rubygem-sidekiq
|
||||
SUBDIR += rubygem-sidekiq-bulk-rails5
|
||||
SUBDIR += rubygem-sidekiq-cron
|
||||
SUBDIR += rubygem-sidekiq-cron04
|
||||
SUBDIR += rubygem-sidekiq-limit_fetch
|
||||
|
23
devel/rubygem-sidekiq-bulk-rails5/Makefile
Normal file
23
devel/rubygem-sidekiq-bulk-rails5/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sidekiq-bulk
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails5
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Augment Sidekiq job classes with a push_bulk method
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-sidekiq>=0:devel/rubygem-sidekiq \
|
||||
rubygem-activesupport5>=0:devel/rubygem-activesupport5
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sidekiq-bulk-rails5/distinfo
Normal file
3
devel/rubygem-sidekiq-bulk-rails5/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1497535061
|
||||
SHA256 (rubygem/sidekiq-bulk-0.1.1.gem) = 717181808d6ab4e15e457b42f1f6d57017ccdf55be17784dbe23ede7257742fa
|
||||
SIZE (rubygem/sidekiq-bulk-0.1.1.gem) = 10240
|
3
devel/rubygem-sidekiq-bulk-rails5/pkg-descr
Normal file
3
devel/rubygem-sidekiq-bulk-rails5/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Augments Sidekiq job classes with a push_bulk method for easier bulk pushing.
|
||||
|
||||
WWW: https://github.com/aprescott/sidekiq-bulk
|
Loading…
Reference in New Issue
Block a user