[DRE-commits] [rubocop] branch master updated (607ef8e -> bb2f3c0)

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Feb 13 20:27:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a change to branch master
in repository rubocop.

      from  607ef8e   Upload to unstable
      adds  2af091d   Imported Upstream version 0.47.1
      adds  108f1b5   Remove logo files
       new  c7d9e96   Merge tag 'upstream/0.47.1+dfsg'
       new  58c5138   Update watch file
       new  50b7138   Fix rubocop unit tests relying on logo file
       new  bb2f3c0   Upload to unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  12 ++
 README.md                                          |   2 +-
 assets/logo.png                                    | Bin 5390 -> 0 bytes
 config/default.yml                                 |   2 +-
 debian/changelog                                   |  14 +-
 ...s-due-to-rubocop-logo-removal-from-package.diff | 151 +++++++++++++++++++++
 debian/patches/series                              |   1 +
 debian/watch                                       |   2 +-
 lib/rubocop/config_loader.rb                       |   4 +-
 lib/rubocop/cop/lint/safe_navigation_chain.rb      |   2 +-
 lib/rubocop/cop/mixin/hash_alignment.rb            |   8 +-
 lib/rubocop/cop/performance/regexp_match.rb        |   9 +-
 lib/rubocop/cop/rails/enum_uniqueness.rb           |   2 +-
 lib/rubocop/cop/style/negated_if.rb                |   2 +-
 lib/rubocop/node_pattern.rb                        |   9 +-
 lib/rubocop/version.rb                             |   2 +-
 logo/rubo-logo-horizontal.png                      | Bin 14747 -> 0 bytes
 logo/rubo-logo-square.png                          | Bin 23488 -> 0 bytes
 logo/rubo-logo-symbol.png                          | Bin 22378 -> 0 bytes
 logo/rubocop-final-logo.eps                        | Bin 1112762 -> 0 bytes
 manual/cops_rails.md                               |  50 +++----
 manual/installation.md                             |   2 +-
 relnotes/{v0.46.0.md => v0.47.1.md}                |  52 ++++---
 spec/rubocop/config_loader_spec.rb                 |  45 ++++++
 .../rubocop/cop/lint/safe_navigation_chain_spec.rb |   1 +
 spec/rubocop/cop/performance/regexp_match_spec.rb  |  48 +++++++
 spec/rubocop/cop/rails/enum_uniqueness_spec.rb     |  28 +++-
 spec/rubocop/cop/style/align_hash_spec.rb          |   8 ++
 spec/rubocop/cop/style/negated_if_spec.rb          |   5 +
 spec/rubocop/node_pattern_spec.rb                  |   6 +
 tasks/cops_documentation.rake                      |   1 +
 31 files changed, 393 insertions(+), 75 deletions(-)
 delete mode 100644 assets/logo.png
 create mode 100644 debian/patches/04-adjust-tests-due-to-rubocop-logo-removal-from-package.diff
 delete mode 100644 logo/rubo-logo-horizontal.png
 delete mode 100644 logo/rubo-logo-square.png
 delete mode 100644 logo/rubo-logo-symbol.png
 delete mode 100644 logo/rubocop-final-logo.eps
 copy relnotes/{v0.46.0.md => v0.47.1.md} (74%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubocop.git



More information about the Pkg-ruby-extras-commits mailing list