[DRE-commits] [ruby-naught] branch master updated (f34bb1e -> e7e403c)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 27 11:03:49 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-naught.

      from  f34bb1e   Run wrap-and-sort on packaging files
       new  fd0339e   bump standards, add testsuite
      adds  c3b19e1   New upstream version 1.1.0
       new  64ba699   Updated version 1.1.0 from 'upstream/1.1.0'
       new  743fd6d   update changelog
       new  b04a31c   check dependencies during build
       new  e7e403c   add ruby-coveralls to build dep

The 5 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:
 .rubocop.yml                                       |  91 ++++++++++-----------
 .travis.yml                                        |  20 +++--
 Changelog.md                                       |   6 ++
 Gemfile                                            |  12 +--
 Guardfile                                          |  10 +--
 README.markdown                                    |  48 +++++++++--
 Rakefile                                           |   2 +-
 checksums.yaml.gz                                  | Bin 268 -> 0 bytes
 debian/changelog                                   |   6 ++
 debian/control                                     |   6 +-
 debian/rules                                       |  13 +--
 lib/naught/basic_object.rb                         |   4 +-
 lib/naught/conversions.rb                          |   4 +-
 lib/naught/null_class_builder.rb                   |  69 ++++++++--------
 lib/naught/null_class_builder/command.rb           |   3 +-
 .../commands/define_explicit_conversions.rb        |  18 ++--
 .../commands/define_implicit_conversions.rb        |  32 +++++---
 .../null_class_builder/commands/impersonate.rb     |  14 ++--
 lib/naught/null_class_builder/commands/mimic.rb    |  68 +++++++++------
 lib/naught/null_class_builder/commands/pebble.rb   |   5 +-
 .../commands/predicates_return.rb                  |  62 +++++++-------
 .../null_class_builder/commands/singleton.rb       |  30 ++++---
 .../null_class_builder/commands/traceable.rb       |  26 +++---
 lib/naught/version.rb                              |   2 +-
 metadata.yml                                       |   6 +-
 naught.gemspec                                     |   6 +-
 spec/base_object_spec.rb                           |   5 +-
 spec/basic_null_object_spec.rb                     |   1 -
 spec/blackhole_spec.rb                             |   4 +-
 spec/explicit_conversions_spec.rb                  |   4 +-
 spec/functions/maybe_spec.rb                       |   4 +-
 spec/functions/null_spec.rb                        |   5 +-
 spec/implicit_conversions_spec.rb                  |  11 ++-
 spec/mimic_spec.rb                                 |  46 ++++++-----
 spec/naught_spec.rb                                |  26 ++----
 spec/predicate_spec.rb                             |  19 ++---
 spec/singleton_null_object_spec.rb                 |   6 +-
 spec/spec_helper.rb                                |  14 ++--
 38 files changed, 389 insertions(+), 319 deletions(-)
 delete mode 100644 checksums.yaml.gz

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



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