[DRE-commits] [ruby-heckle] branch master updated (2abefd1 -> 3e6b166)

Cédric Boutillier boutil at moszumanska.debian.org
Thu Dec 19 13:39:33 UTC 2013


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

boutil pushed a change to branch master
in repository ruby-heckle.

      from  2abefd1   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  8819356   Imported Upstream version 2.0.0~b1
       new  1eeb881   Merge tag 'upstream/2.0.0_b1'
       new  8f85a1f   update my email address; bump standards-version to 3.9.5;  replace ruby-parsetree by ruby-parser
       new  a5acf0e   add test/ in loadpath and load minitest when running tests
       new  8bab0a4   drop 10_correct-path-for-ruby-interpreter
       new  a2515be   build for all supported Ruby versions
       new  9d191b2   refresh 11_no-rubygems
       new  27acf9b   add no-loadpath-manipulation.patch
       new  93a99a2   fix help2man command to generate the man page
       new  837270e   refresh 13_optional-zentest
       new  bafe278   bump minimal version of gem2deb
       new  b33ce9a   prepare changelog
       new  fa6f899   replace ruby1.8 by ruby | ruby-interpreter in Depends
       new  5efb79f   drop transitional packages
       new  3563e2f   update changelog
       new  3e6b166   refresh debian/heckle.1.diff

The 15 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:
 .autotest                                          |   6 +-
 .gemtest                                           |   0
 History.txt                                        |  16 +
 Manifest.txt                                       |  10 +-
 README.txt                                         |   9 +-
 Rakefile                                           |  26 +-
 bin/heckle                                         |  98 +-
 data.tar.gz.sig                                    | Bin 256 -> 256 bytes
 debian/changelog                                   |  23 +
 debian/control                                     |  32 +-
 debian/heckle.1.diff                               |   4 +-
 .../patches/10_correct-path-for-ruby-interpreter   |  17 -
 debian/patches/11_no-rubygems                      |   8 +-
 debian/patches/13_optional-zentest                 |  12 +-
 debian/patches/no-loadpath-manipulation.patch      |  17 +
 debian/patches/series                              |   2 +-
 debian/ruby-tests.rb                               |   2 +-
 debian/rules                                       |   4 +-
 debian/source/lintian-overrides                    |   2 -
 lib/heckle.rb                                      | 138 ++-
 lib/heckle_runner.rb                               | 113 +++
 lib/minitest_heckler.rb                            |  33 +
 lib/test_unit_heckler.rb                           |   1 -
 metadata.gz.sig                                    | Bin 256 -> 256 bytes
 metadata.yml                                       | 159 +++-
 sample/lib/heckled.rb                              |  80 --
 test/fixtures/{heckled.rb => heckle_dummy.rb}      |  43 +-
 test/fixtures/heckled.rb                           |   4 +
 .../fixtures/minitest_project/README.txt           |  33 +-
 test/fixtures/minitest_project/Rakefile            |  17 +
 test/fixtures/minitest_project/lib/doubler.rb      |   9 +
 .../test/test_doubler_with_a_number.rb             |  12 +
 .../test/test_doubler_with_bad_input.rb            |  16 +
 test/test_heckle.rb                                | 990 +++++++++++++--------
 test/test_heckle_runner.rb                         |  54 ++
 35 files changed, 1303 insertions(+), 687 deletions(-)
 create mode 100644 .gemtest
 delete mode 100644 debian/patches/10_correct-path-for-ruby-interpreter
 create mode 100644 debian/patches/no-loadpath-manipulation.patch
 delete mode 100644 debian/source/lintian-overrides
 create mode 100644 lib/heckle_runner.rb
 create mode 100644 lib/minitest_heckler.rb
 delete mode 100644 sample/lib/heckled.rb
 copy test/fixtures/{heckled.rb => heckle_dummy.rb} (80%)
 copy README.txt => test/fixtures/minitest_project/README.txt (54%)
 create mode 100644 test/fixtures/minitest_project/Rakefile
 create mode 100644 test/fixtures/minitest_project/lib/doubler.rb
 create mode 100644 test/fixtures/minitest_project/test/test_doubler_with_a_number.rb
 create mode 100644 test/fixtures/minitest_project/test/test_doubler_with_bad_input.rb
 create mode 100644 test/test_heckle_runner.rb

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



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