[DRE-commits] [ruby-blockenspiel] branch master updated (645f209 -> df7df38)

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Feb 24 17:53:07 UTC 2016


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

terceiro pushed a change to branch master
in repository ruby-blockenspiel.

      from  645f209   Fix BSD-3-Clause keyword as per DEP5.
      adds  f92c1c6   Imported Upstream version 0.5.0
       new  a238385   Merge tag 'upstream/0.5.0'
       new  c3392e5   New upstream release
       new  4341a3d   Update packaging with a new dh-make-ruby run
       new  86f4d70   Bump Standards-Version to 3.9.7
       new  df7df38   release to unstable

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:
 Blockenspiel.rdoc                         |  90 +++++++++++++------------
 History.rdoc                              |  14 ++++
 README.rdoc                               |  39 +++++------
 Version                                   |   2 +-
 debian/changelog                          |  14 ++++
 debian/compat                             |   2 +-
 debian/control                            |  17 +++--
 debian/ruby-test-files.yaml               |  10 ---
 debian/ruby-tests.rake                    |   6 ++
 debian/rules                              |  13 +---
 ext/unmixer_mri/extconf.rb                |  47 -------------
 ext/unmixer_mri/unmixer_mri.c             | 103 ----------------------------
 lib/blockenspiel.rb                       |   4 +-
 lib/blockenspiel/builder.rb               |   2 +-
 lib/blockenspiel/dsl_setup.rb             |   2 +-
 lib/blockenspiel/errors.rb                |   2 +-
 lib/blockenspiel/impl.rb                  | 108 +++++++++++++++++-------------
 lib/blockenspiel/unmixer_rubinius.rb      |  21 +++++-
 lib/blockenspiel/unmixer_unimplemented.rb |   5 +-
 lib/blockenspiel/version.rb               |   2 +-
 lib/blockenspiel/versionomy.rb            |   2 +-
 lib/blockenspiel_unmixer_jruby.jar        | Bin 1735 -> 1788 bytes
 metadata.yml                              |  38 +++++------
 test/tc_basic.rb                          |  17 ++---
 test/tc_behaviors.rb                      |  18 ++---
 test/tc_dsl_attrs.rb                      |   4 +-
 test/tc_dsl_methods.rb                    |  20 +++---
 test/tc_dynamic.rb                        |  10 +--
 test/tc_embedded_block.rb                 |   4 +-
 test/tc_mixins.rb                         |  62 +++++++++++------
 test/tc_modules.rb                        |   6 +-
 test/tc_version.rb                        |   6 +-
 32 files changed, 306 insertions(+), 384 deletions(-)
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 ext/unmixer_mri/extconf.rb
 delete mode 100644 ext/unmixer_mri/unmixer_mri.c

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



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