Skip to content

Commit

Permalink
devel/rubygem-rubocop-rspec_rails: Add rubygem-rubocop-rspec_rails 2.…
Browse files Browse the repository at this point in the history
…28.2

RSpec Rails-specific analysis for your projects, as an extension to RuboCop.
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 8431b23 commit d786e6a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7416,6 +7416,7 @@
SUBDIR += rubygem-rubocop-rails
SUBDIR += rubygem-rubocop-rake
SUBDIR += rubygem-rubocop-rspec
SUBDIR += rubygem-rubocop-rspec_rails
SUBDIR += rubygem-ruby-atmos-pure
SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-enum
Expand Down
19 changes: 19 additions & 0 deletions devel/rubygem-rubocop-rspec_rails/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= rubocop-rspec_rails
PORTVERSION= 2.28.2
CATEGORIES= devel rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Code style checking for RSpec Rails files
WWW= https://github.com/rubocop/rubocop-rspec_rails

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.md

RUN_DEPENDS= rubygem-rubocop>=1.40<2:devel/rubygem-rubocop

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/rubygem-rubocop-rspec_rails/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1711860469
SHA256 (rubygem/rubocop-rspec_rails-2.28.2.gem) = 8b475dc784d16e274f438abcbf8bc1277cf896c33a9b7be70d0f0a8349a0758e
SIZE (rubygem/rubocop-rspec_rails-2.28.2.gem) = 15360
1 change: 1 addition & 0 deletions devel/rubygem-rubocop-rspec_rails/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RSpec Rails-specific analysis for your projects, as an extension to RuboCop.

0 comments on commit d786e6a

Please sign in to comment.