[DRE-commits] [ruby-launchy] branch master updated (a525a22 -> 6f3b347)

Gioele Barabucci gioele-guest at alioth.debian.org
Sat Oct 5 13:43:20 UTC 2013


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

gioele-guest pushed a change to branch master
in repository ruby-launchy.

      from  a525a22   Test using Rakefile
       new  75ffc9a   Use pristine-tar also when importing new upstream versions
       new  cae0b19   Imported Upstream version 2.3.0
       new  af3109e   Merge tag 'upstream/2.3.0'
       new  5b1ee71   Update changelog to 2.3.0
       new  8264abf   New README location
       new  db81cff   Patch to comment out RDoc generation task
       new  b001b9e   Patch to comment out coverage tasks
       new  827cc0e   Patch to disable coverage during tests
       new  946003b   Patch to fix test for Darwin OS
       new  94e0d9c   Patch to remove call to `gem`
       new  1b52884   addressable is needed at build-time
       new  d0cf373   xdg-open or curl are needed at runtime and for tests
       new  6f3b347   Patch to remove test know to be broken on Linux

The 13 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:
 CONTRIBUTING.md                                    |   52 ++++
 HISTORY.rdoc => HISTORY.md                         |   69 +++--
 LICENSE                                            |    2 +-
 Manifest.txt                                       |    8 +-
 NOTES                                              |    1 -
 README.rdoc => README.md                           |   64 +++--
 Rakefile                                           |  293 +-------------------
 checksums.yaml.gz                                  |  Bin 0 -> 429 bytes
 debian/changelog                                   |    4 +-
 debian/control                                     |    4 +-
 debian/gbp.conf                                    |    3 +
 .../0001-Comment-out-RDoc-generation-task.patch    |   47 ++++
 .../patches/0002-Comment-out-coverage-tasks.patch  |   71 +++++
 .../0003-Disable-coverage-during-tests.patch       |   26 ++
 debian/patches/0004-Fix-test-for-Darwin-OS.patch   |   21 ++
 debian/patches/0005-Remove-call-to-gem.patch       |   20 ++
 ...06-Remove-test-know-to-be-broken-on-Linux.patch |   32 +++
 debian/patches/series                              |    6 +
 debian/ruby-launchy.docs                           |    2 +-
 lib/launchy.rb                                     |   59 ++--
 lib/launchy/applications/browser.rb                |    2 +-
 lib/launchy/cli.rb                                 |   24 +-
 lib/launchy/detect/nix_desktop_environment.rb      |   14 +-
 lib/launchy/detect/runner.rb                       |   12 +-
 lib/launchy/error.rb                               |    1 +
 lib/launchy/version.rb                             |    2 +-
 metadata.yml                                       |   77 ++---
 spec/detect/nix_desktop_environment_spec.rb        |    8 +
 spec/launchy_spec.rb                               |   31 ++-
 spec/spec_helper.rb                                |    6 +
 Rakefile => tasks/default.rake                     |  237 +++++++---------
 tasks/this.rb                                      |  209 ++++++++++++++
 32 files changed, 834 insertions(+), 573 deletions(-)
 create mode 100644 CONTRIBUTING.md
 rename HISTORY.rdoc => HISTORY.md (67%)
 delete mode 100644 NOTES
 rename README.rdoc => README.md (64%)
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/0001-Comment-out-RDoc-generation-task.patch
 create mode 100644 debian/patches/0002-Comment-out-coverage-tasks.patch
 create mode 100644 debian/patches/0003-Disable-coverage-during-tests.patch
 create mode 100644 debian/patches/0004-Fix-test-for-Darwin-OS.patch
 create mode 100644 debian/patches/0005-Remove-call-to-gem.patch
 create mode 100644 debian/patches/0006-Remove-test-know-to-be-broken-on-Linux.patch
 create mode 100644 debian/patches/series
 copy Rakefile => tasks/default.rake (55%)
 create mode 100644 tasks/this.rb

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



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