Package: ruby-rubocop-ast / 1.49.0-2

Metadata

Package Version Patches format
ruby-rubocop-ast 1.49.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 gemspec drop git usage.patch | (download)

rubocop-ast.gemspec | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 gemspec: drop git usage

0002 Fix compile task.patch | (download)

tasks/compile.rake | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix compile task
 No need to add files to be removed in the clean task since we do not call it
 during the build.
 .
 Call racc installed in the system via debian package instead of calling bundle
 exec.
0003 add support for blocknilarg.patch | (download)

lib/rubocop/ast/traversal.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ensure blocknilarg is known as having no children