[DRE-commits] [ruby-rubypants] branch master updated (8a040b6 -> 8b170d5)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Nov 30 21:50:18 UTC 2016


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

lunar pushed a change to branch master
in repository ruby-rubypants.

      from  8a040b6   Run wrap-and-sort on packaging files
       new  2d478f2   Fix debian/watch to point to the right gem
       new  27fca7b   Use updated Jeremy McNevin's repository as new upstream
      adds  e27f666   New upstream version 0.6.0
       new  9374c77   Merge tag 'upstream/0.6.0'
       new  890a0e5   Update debian/copyright
       new  dc7dbfb   Sync packaging with new upstream
       new  e303d5b   Add new patch to remove unneeded test dependencies
       new  be79111   Update test path in debian/ruby-tests.rb
       new  9a333a9   Remove problematic Suggests
       new  c4e38b1   Allow tests to run with autopkgtest
       new  70280d4   Bump Standards-Version
       new  8b170d5   Release version 0.6.0-1

The 11 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                                         |   1 +
 .travis.yml                                        |  18 +
 Gemfile                                            |   5 +
 README => LICENSE.rdoc                             |  54 +-
 README.rdoc                                        | 121 +++
 Rakefile                                           |  50 +-
 debian/changelog                                   |  24 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   6 +-
 debian/patches/add-metadata.patch                  |  59 --
 ...sts-to-be-run-against-system-installation.patch |  31 +
 ...plecov-and-codecov-from-test-dependencies.patch |  31 +
 debian/patches/series                              |   3 +-
 debian/ruby-rubypants.docs                         |   2 +-
 debian/ruby-rubypants.install                      |   1 -
 debian/ruby-tests.rb                               |   4 +-
 debian/watch                                       |   2 +-
 html/classes/RubyPants.html                        | 924 ---------------------
 html/created.rid                                   |   1 -
 html/files/README.html                             | 248 ------
 html/files/rubypants_rb.html                       | 125 ---
 html/fr_class_index.html                           |  27 -
 html/fr_file_index.html                            |  28 -
 html/fr_method_index.html                          |  38 -
 html/index.html                                    |  24 -
 html/rdoc-style.css                                | 172 ----
 install.rb                                         |   9 -
 lib/rubypants.rb                                   |   2 +
 lib/rubypants/core.rb                              | 447 ++++++++++
 lib/rubypants/version.rb                           |   3 +
 rubypants.gemspec                                  |  32 +
 rubypants.rb                                       | 490 -----------
 test/helper.rb                                     |   5 +
 test_rubypants.rb => test/rubypants_test.rb        | 116 ++-
 34 files changed, 838 insertions(+), 2270 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 rename README => LICENSE.rdoc (70%)
 create mode 100644 README.rdoc
 delete mode 100644 debian/patches/add-metadata.patch
 create mode 100644 debian/patches/allow-tests-to-be-run-against-system-installation.patch
 create mode 100644 debian/patches/remove-simplecov-and-codecov-from-test-dependencies.patch
 delete mode 100644 debian/ruby-rubypants.install
 delete mode 100644 html/classes/RubyPants.html
 delete mode 100644 html/created.rid
 delete mode 100644 html/files/README.html
 delete mode 100644 html/files/rubypants_rb.html
 delete mode 100644 html/fr_class_index.html
 delete mode 100644 html/fr_file_index.html
 delete mode 100644 html/fr_method_index.html
 delete mode 100644 html/index.html
 delete mode 100644 html/rdoc-style.css
 delete mode 100644 install.rb
 create mode 100644 lib/rubypants.rb
 create mode 100644 lib/rubypants/core.rb
 create mode 100644 lib/rubypants/version.rb
 create mode 100644 rubypants.gemspec
 delete mode 100644 rubypants.rb
 create mode 100644 test/helper.rb
 rename test_rubypants.rb => test/rubypants_test.rb (50%)

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



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