Skip to content

Commit

Permalink
devel/rubygem-rubocop-rspec: Add rubygem-rubocop-rspec 2.4.0
Browse files Browse the repository at this point in the history
RuboCop RSpec provides RSpec-specific analysis for your projects, as an
extension to RuboCop.

WWW: https://github.com/rubocop/rubocop-rspec
  • Loading branch information
sunpoet committed Jun 14, 2021
1 parent 1e16810 commit 3b0517a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions devel/rubygem-rubocop-rspec/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions devel/rubygem-rubocop-rspec/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1622213982
SHA256 (rubygem/rubocop-rspec-2.4.0.gem) = 3155905264c91209977312932155b17a1fa19427185d044e787acfa8cc316869
SIZE (rubygem/rubocop-rspec-2.4.0.gem) = 69632
4 changes: 4 additions & 0 deletions devel/rubygem-rubocop-rspec/pkg-descr
@@ -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

0 comments on commit 3b0517a

Please sign in to comment.