[DRE-commits] [ruby-contracts] branch master updated (2fa70df -> 3768693)

Sebastien Badia sbadia at moszumanska.debian.org
Wed Aug 23 16:58:38 UTC 2017


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

sbadia pushed a change to branch master
in repository ruby-contracts.

      from  2fa70df   Bump Standards-Version to 3.9.9 (no changes needed)
      adds  859ebea   New upstream version 0.16.0
       new  f1b4622   Updated version 0.16.0 from 'upstream/0.16.0'
       new  a444c07   d/compat: Bump compat. version to 10
       new  a24eb24   d/control: Use my Debian email address
       new  ce9e4ec   d/control: Bump Standard-Version to 4.1.0 (no changes needed)
       new  8fa9bf3   Prepare 0.16.0-1 Debian version (Fix FTBFS)
       new  3768693   d/copyright: Update my Debian email and copyright years

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:
 .travis.yml                        |   4 -
 CHANGELOG.markdown                 |  10 ++
 Gemfile                            |   2 +-
 README.md                          |  12 +-
 Rakefile                           |   4 +
 TUTORIAL.md                        |  26 +++++
 debian/changelog                   |  11 ++
 debian/compat                      |   2 +-
 debian/control                     |   6 +-
 debian/copyright                   |   4 +-
 lib/contracts.rb                   |   1 +
 lib/contracts/attrs.rb             |  20 ++++
 lib/contracts/builtin_contracts.rb |   7 +-
 lib/contracts/call_with.rb         |   7 +-
 lib/contracts/decorators.rb        |   1 +
 lib/contracts/support.rb           |  13 +--
 lib/contracts/version.rb           |   2 +-
 spec/attrs_spec.rb                 |  75 ++++++++++++
 spec/builtin_contracts_spec.rb     | 226 ++++++++++++++++++-------------------
 spec/methods_spec.rb               |  54 +++++++++
 20 files changed, 344 insertions(+), 143 deletions(-)
 create mode 100644 lib/contracts/attrs.rb
 create mode 100644 spec/attrs_spec.rb
 create mode 100644 spec/methods_spec.rb

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



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