[DRE-commits] [foodcritic] branch master updated (07351cd -> f877b25)

Stefano Rivera stefano at rivera.za.net
Tue Feb 2 03:26:36 UTC 2016


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

stefanor pushed a change to branch master
in repository foodcritic.

      from  07351cd   Upload to unstable
      adds  3c2e857   Imported Upstream version 6.0.0
       new  dfeab64   Merge tag 'upstream/6.0.0'
       new  23a096d   New upstream release.
       new  46864db   Refresh patches.
       new  db58231   Bump copyright years.
       new  0ddd79c   Use https://anonscm.../git/... for both Vcs URLs.
       new  f877b25   Upload to unstable

The 6 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                                       |   31 +-
 .../{chef_12.4.0.json => chef_12.5.1.json}         |  802 ++++++++++-
 .../{chef_12.4.0.json => chef_12.6.0.json}         | 1411 ++++++++++++++++++--
 debian/changelog                                   |    9 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    4 +-
 debian/patches/no-rufus-lru                        |    2 +-
 features/011_check_for_markdown_readme.feature     |    4 +-
 .../012_check_for_deprecated_readme_format.feature |    4 +-
 features/015_check_for_definitions.feature         |    2 +-
 features/024_check_for_missing_platforms.feature   |   39 +-
 features/048_check_for_shellout.feature            |    5 +
 features/055_check_for_no_maintainer.feature       |   25 +
 features/056_check_for_no_maintainer_email.feature |   25 +
 ...y_provider_without_use_inline_resources.feature |   20 +
 ...for_library_provider_bad_action_methods.feature |   25 +
 ...p_provider_without_use_inline_resources.feature |   15 +
 ...ck_for_lwrp_provider_bad_action_methods.feature |   25 +
 ...alid_cookbook_version_should_be_defined.feature |   55 +
 ...2_cookbook_should_have_cookbook_version.feature |   50 +
 ..._cookbook_incorrectly_depends_on_itself.feature |   15 +
 features/step_definitions/cookbook_steps.rb        |  192 ++-
 features/support/command_helpers.rb                |   13 +-
 features/support/cookbook_helpers.rb               |    7 +-
 lib/foodcritic/linter.rb                           |    1 -
 lib/foodcritic/notifications.rb                    |    2 +-
 lib/foodcritic/rake_task.rb                        |    2 +-
 lib/foodcritic/rules.rb                            |  112 +-
 lib/foodcritic/version.rb                          |    2 +-
 man/foodcritic.1                                   |   81 --
 metadata.yml                                       |   20 +-
 misc/lucene.treetop                                |    6 +-
 spec/regression/expected-output.txt                |   10 +-
 33 files changed, 2671 insertions(+), 349 deletions(-)
 copy chef_dsl_metadata/{chef_12.4.0.json => chef_12.5.1.json} (93%)
 copy chef_dsl_metadata/{chef_12.4.0.json => chef_12.6.0.json} (90%)
 create mode 100644 features/055_check_for_no_maintainer.feature
 create mode 100644 features/056_check_for_no_maintainer_email.feature
 create mode 100644 features/057_check_for_library_provider_without_use_inline_resources.feature
 create mode 100644 features/058_check_for_library_provider_bad_action_methods.feature
 create mode 100644 features/059_check_for_lwrp_provider_without_use_inline_resources.feature
 create mode 100644 features/060_check_for_lwrp_provider_bad_action_methods.feature
 create mode 100644 features/061_valid_cookbook_version_should_be_defined.feature
 create mode 100644 features/062_cookbook_should_have_cookbook_version.feature
 create mode 100644 features/063_cookbook_incorrectly_depends_on_itself.feature
 delete mode 100644 man/foodcritic.1

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



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