1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/rubygem-rubocop-rspec: Add rubygem-rubocop-rspec 2.4.0

RuboCop RSpec provides RSpec-specific analysis for your projects, as an
extension to RuboCop.

WWW: https://github.com/rubocop/rubocop-rspec
This commit is contained in:
Po-Chuan Hsieh 2021-06-15 01:32:50 +08:00
parent 1e16810d64
commit 3b0517aa17
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -6549,6 +6549,7 @@
SUBDIR += rubygem-rubocop
SUBDIR += rubygem-rubocop-ast
SUBDIR += rubygem-rubocop-performance
SUBDIR += rubygem-rubocop-rspec
SUBDIR += rubygem-ruby-atmos-pure
SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-enum

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= rubocop-rspec
PORTVERSION= 2.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RuboCop plugin of code style checking for RSpec files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md
RUN_DEPENDS= rubygem-rubocop>=1.0<2:devel/rubygem-rubocop \
rubygem-rubocop-ast>=1.1.0:devel/rubygem-rubocop-ast
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1622213982
SHA256 (rubygem/rubocop-rspec-2.4.0.gem) = 3155905264c91209977312932155b17a1fa19427185d044e787acfa8cc316869
SIZE (rubygem/rubocop-rspec-2.4.0.gem) = 69632

View File

@ -0,0 +1,4 @@
RuboCop RSpec provides RSpec-specific analysis for your projects, as an
extension to RuboCop.
WWW: https://github.com/rubocop/rubocop-rspec