[DRE-commits] [roodi] branch master updated (88bfb50 -> 3e6fa75)

David Suárez deiv-guest at alioth.debian.org
Wed Sep 11 18:50:29 UTC 2013


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

deiv-guest pushed a change to branch master
in repository roodi.

      from  88bfb50   Fix typo
      adds  3a08ed3   Imported Upstream version 3.1.1
       new  f523dc5   Merge tag 'upstream/3.1.1'
       new  914e8e4   Update changelog
       new  3e6fa75   Remove coverall gem dependency

The 3 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:
 .gitignore                                         |    4 +
 .travis.yml                                        |   11 +++
 Gemfile                                            |    5 +-
 Gemfile.lock                                       |   30 ------
 History.txt                                        |   32 +++++++
 README.txt => README.md                            |   97 ++++++++++++-------
 Rakefile                                           |   11 +--
 checksums.yaml.gz                                  |  Bin 0 -> 269 bytes
 debian/changelog                                   |    6 ++
 lib/roodi/checks.rb                                |    2 +-
 lib/roodi/checks/abc_metric_method_check.rb        |   49 +++++-----
 lib/roodi/checks/check.rb                          |   19 ++--
 lib/roodi/checks/class_name_check.rb               |   10 +-
 lib/roodi/checks/control_coupling_check.rb         |    6 +-
 lib/roodi/checks/core_method_override_check.rb     |   23 +++++
 lib/roodi/checks/cyclomatic_complexity_check.rb    |   19 ++--
 lib/roodi/checks/empty_rescue_body_check.rb        |   17 +---
 lib/roodi/checks/line_count_check.rb               |    7 +-
 lib/roodi/checks/method_name_check.rb              |    6 +-
 .../checks/missing_foreign_key_index_check.rb      |   99 --------------------
 lib/roodi/checks/module_name_check.rb              |    8 +-
 lib/roodi/checks/name_check.rb                     |    5 +
 lib/roodi/checks/npath_complexity_check.rb         |   19 ++--
 lib/roodi/checks/npath_complexity_method_check.rb  |    6 +-
 lib/roodi/checks/parameter_number_check.rb         |    2 +-
 lib/roodi/core/parser.rb                           |   28 +++++-
 lib/roodi/core/runner.rb                           |   31 +++---
 lib/roodi/core/visitable_sexp.rb                   |    4 +-
 lib/roodi/version.rb                               |    2 +-
 metadata.yml                                       |   95 +++++++++++--------
 roodi.gemspec                                      |   15 ++-
 roodi.yml                                          |   26 +++--
 spec/roodi/checks/class_line_count_check_spec.rb   |    4 +-
 .../checks/core_method_override_check_spec.rb      |   31 ++++++
 spec/roodi/checks/empty_rescue_body_check_spec.rb  |   74 ++++++++++++++-
 spec/roodi/checks/method_name_check_spec.rb        |    6 +-
 .../checks/missing_foreign_key_index_check_spec.rb |   33 -------
 .../checks/npath_complexity_method_check_spec.rb   |   22 -----
 spec/roodi/core/runner_spec.rb                     |   28 ++++--
 spec/spec_helper.rb                                |    3 +
 40 files changed, 488 insertions(+), 407 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 Gemfile.lock
 rename README.txt => README.md (60%)
 create mode 100644 checksums.yaml.gz
 create mode 100644 lib/roodi/checks/core_method_override_check.rb
 delete mode 100644 lib/roodi/checks/missing_foreign_key_index_check.rb
 create mode 100644 spec/roodi/checks/core_method_override_check_spec.rb
 delete mode 100644 spec/roodi/checks/missing_foreign_key_index_check_spec.rb

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



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