[DRE-commits] [SCM] ruby-simplecov.git branch, master, updated. upstream/0.7.1-14-g0ed90ed

Praveen Arimbrathodiyil praveen at debian.org
Thu May 23 11:23:36 UTC 2013


The following commit has been merged in the master branch:
commit b087e8187969aa9731a35b78313e972572fb0d27
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 23 16:33:01 2013 +0530

    update description, shoulda build dep version

diff --git a/debian/control b/debian/control
index e1ea3b3..ed1394c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-shoulda, rake,
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-shoulda (>= 2.10), rake,
  ruby-simplecov-html (>= 0.7.1), ruby-multi-json, ruby-rspec
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-simplecov.git
@@ -16,6 +16,11 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-simplecov-html (>= 0.7.1),
  ruby-multi-json
-# multi_json (~> 1.0.3), simplecov-html (~> 0.5.3), aruba (~> 0.4, development), capybara (~> 1.0, development), cucumber (~> 1.0.5, development), rake (~> 0.8, development), rspec (~> 2.6, development), shoulda (~> 2.10, development)
-Description: Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites
- Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites
+Description: code coverage for Ruby 1.9
+ Code coverage for Ruby 1.9 with a powerful configuration library and automatic
+ merging of coverage across test suites.
+ .
+ It uses 1.9's built-in Coverage library to gather code coverage data, but makes
+ processing its results much easier by providing a clean API to filter, group,
+ merge, format and display those results, thus giving you a complete code
+ coverage suite that can be set up with just a couple lines of code.

-- 
ruby-simplecov.git



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