Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-rubocop-ast for 
openSUSE:Factory checked in at 2022-08-09 15:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop-ast (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rubocop-ast"

Tue Aug  9 15:26:52 2022 rev:20 rq:993519 version:1.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubocop-ast/rubygem-rubocop-ast.changes  
2022-05-16 18:11:04.061399856 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.1521/rubygem-rubocop-ast.changes
        2022-08-09 15:27:08.693418179 +0200
@@ -1,0 +2,6 @@
+Thu Aug  4 13:26:45 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.19.1
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rubocop-ast-1.18.0.gem

New:
----
  rubocop-ast-1.19.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rubocop-ast.spec ++++++
--- /var/tmp/diff_new_pack.n0QBri/_old  2022-08-09 15:27:09.289419883 +0200
+++ /var/tmp/diff_new_pack.n0QBri/_new  2022-08-09 15:27:09.293419894 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rubocop-ast
-Version:        1.18.0
+Version:        1.19.1
 Release:        0
 %define mod_name rubocop-ast
 %define mod_full_name %{mod_name}-%{version}

++++++ rubocop-ast-1.18.0.gem -> rubocop-ast-1.19.1.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/node_pattern/compiler/binding.rb 
new/lib/rubocop/ast/node_pattern/compiler/binding.rb
--- old/lib/rubocop/ast/node_pattern/compiler/binding.rb        2022-05-13 
19:13:22.000000000 +0200
+++ new/lib/rubocop/ast/node_pattern/compiler/binding.rb        2022-07-10 
06:24:48.000000000 +0200
@@ -20,8 +20,8 @@
             end
 
             if var == :forbidden_unification
-              raise Invalid, "Wildcard #{name} was first seen in a subset of 
a" \
-                             " union and can't be used outside that union"
+              raise Invalid, "Wildcard #{name} was first seen in a subset of a 
" \
+                             "union and can't be used outside that union"
             end
             var
           end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/token.rb new/lib/rubocop/ast/token.rb
--- old/lib/rubocop/ast/token.rb        2022-05-13 19:13:22.000000000 +0200
+++ new/lib/rubocop/ast/token.rb        2022-07-10 06:24:48.000000000 +0200
@@ -100,6 +100,10 @@
         type == :tCOMMA
       end
 
+      def regexp_dots?
+        %i[tDOT2 tDOT3].include?(type)
+      end
+
       def rescue_modifier?
         type == :kRESCUE_MOD
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/version.rb 
new/lib/rubocop/ast/version.rb
--- old/lib/rubocop/ast/version.rb      2022-05-13 19:13:22.000000000 +0200
+++ new/lib/rubocop/ast/version.rb      2022-07-10 06:24:48.000000000 +0200
@@ -3,7 +3,7 @@
 module RuboCop
   module AST
     module Version
-      STRING = '1.18.0'
+      STRING = '1.19.1'
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-05-13 19:13:22.000000000 +0200
+++ new/metadata        2022-07-10 06:24:48.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rubocop-ast
 version: !ruby/object:Gem::Version
-  version: 1.18.0
+  version: 1.19.1
 platform: ruby
 authors:
 - Bozhidar Batsov
@@ -10,7 +10,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2022-05-13 00:00:00.000000000 Z
+date: 2022-07-10 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: parser

Reply via email to