UPDATE: devel/ruby-rubocop 1.50.2 -> 1.52.0
This commit is contained in:
parent
2cae438fb1
commit
2d44e83543
3 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
COMMENT= code formatting tool
|
||||
|
||||
DISTNAME= rubocop-1.50.2
|
||||
DISTNAME= rubocop-1.52.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
@ -10,7 +10,7 @@ PERMIT_PACKAGE= Yes
|
|||
|
||||
GH_ACCOUNT= rubocop
|
||||
GH_PROJECT= rubocop
|
||||
GH_TAGNAME= v1.50.2
|
||||
GH_TAGNAME= v1.52.0
|
||||
|
||||
CONFIGURE_STYLE= gem
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubocop-1.50.2.gem) = fP6wYW9oasYdBJvq6J8xRGeS1+n1coFSZXVI9wqnhlA=
|
||||
SIZE (rubocop-1.50.2.gem) = 601600
|
||||
SHA256 (rubocop-1.52.0.gem) = qYYK8ZH21RaW3p7ObKjAcmQ+5sBK9DECQrE+ZCsR75E=
|
||||
SIZE (rubocop-1.52.0.gem) = 605696
|
||||
|
|
|
@ -393,6 +393,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/alignment.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/allowed_identifiers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/allowed_methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/allowed_pattern.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/allowed_receivers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/annotation_comment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/array_min_size.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/mixin/array_syntax.rb
|
||||
|
@ -557,6 +558,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/endless_method.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/env_home.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/eval_with_location.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/even_odd.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/exact_regexp_match.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/expand_path_arguments.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/explicit_block_argument.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/exponential_notation.rb
|
||||
|
@ -662,6 +664,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/quoted_symbols.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/raise_args.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/random_with_offset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_argument.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_array_constructor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_assignment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_begin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_capital_w.rb
|
||||
|
@ -673,6 +676,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_each.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_exception.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_fetch_block.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_file_extension_in_require.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_filter_chain.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_freeze.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_initialize.rb
|
||||
|
@ -681,6 +685,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_line_continuation.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_parentheses.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_percent_q.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_regexp_character_class.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_regexp_constructor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_regexp_escape.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_return.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rubocop/cop/style/redundant_self.rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue