[DRE-commits] [foodcritic] branch master updated (6921820 -> 74a7e3c)

Stefano Rivera stefano at rivera.za.net
Sat Aug 20 16:54:24 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  6921820   Upload to unstable
      adds  26f3998   Imported Upstream version 7.1.0
       new  cdc68c9   Merge tag 'upstream/7.1.0'
       new  261a4b7   New upstream release.
       new  c103496   Refresh patches.
       new  74a7e3c   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                                       |  15 +
 Gemfile                                            |  20 +-
 Rakefile                                           |  42 +-
 bin/foodcritic                                     |   2 +-
 .../{chef_12.11.18.json => chef_12.12.13.json}     | 216 ++++-
 .../{chef_12.11.18.json => chef_12.13.37.json}     | 428 +++++++++-
 debian/changelog                                   |   7 +
 debian/patches/autopkgtests-no-lib                 |  14 +-
 debian/patches/hashery-lru                         |  22 +-
 debian/patches/system-install-layout               |  24 +-
 features/step_definitions/cookbook_steps.rb        | 913 ++++++++++-----------
 features/support/command_helpers.rb                | 240 +++---
 features/support/cookbook_helpers.rb               | 174 ++--
 features/support/env.rb                            |  12 +-
 foodcritic.gemspec                                 |  44 +-
 lib/foodcritic.rb                                  |  40 +-
 lib/foodcritic/api.rb                              | 185 +++--
 lib/foodcritic/chef.rb                             |  28 +-
 lib/foodcritic/command_line.rb                     |  70 +-
 lib/foodcritic/domain.rb                           |   8 +-
 lib/foodcritic/dsl.rb                              |   3 +-
 lib/foodcritic/linter.rb                           |  63 +-
 lib/foodcritic/notifications.rb                    |  10 +-
 lib/foodcritic/output.rb                           |  10 +-
 lib/foodcritic/rake_task.rb                        |  14 +-
 lib/foodcritic/rules.rb                            | 468 +++++------
 lib/foodcritic/template.rb                         |   2 +-
 lib/foodcritic/version.rb                          |   2 +-
 lib/foodcritic/xml.rb                              |  10 +-
 spec/foodcritic/api_spec.rb                        | 550 ++++++-------
 spec/foodcritic/chef_spec.rb                       |  22 +-
 spec/foodcritic/command_line_spec.rb               |  14 +-
 spec/foodcritic/domain_spec.rb                     |  40 +-
 spec/foodcritic/linter_spec.rb                     |  21 +-
 spec/foodcritic/template_spec.rb                   |  16 +-
 spec/regression/regression_spec.rb                 |   6 +-
 spec/regression_helpers.rb                         |  20 +-
 spec/spec_helper.rb                                |  12 +-
 38 files changed, 2222 insertions(+), 1565 deletions(-)
 copy chef_dsl_metadata/{chef_12.11.18.json => chef_12.12.13.json} (99%)
 copy chef_dsl_metadata/{chef_12.11.18.json => chef_12.13.37.json} (97%)

-- 
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