debian/0000755000000000000000000000000011772250332007170 5ustar debian/rules0000755000000000000000000000070111772250322010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000014311772250322010216 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/contest .*/contest-(.*).tar.gz debian/source/0000755000000000000000000000000011772250322010467 5ustar debian/source/format0000644000000000000000000000001411772250322011675 0ustar 3.0 (quilt) debian/ruby-contest.docs0000644000000000000000000000002011772250322012467 0ustar README.markdown debian/copyright0000644000000000000000000000263111772250322011124 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: contest Source: http://github.com/citrusbyte/contest Files: * Copyright: 2009 Damian Janowski 2009 Michel Martens License: Expat Files: debian/* Copyright: 2011 Cédric Boutillier License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000173011772250332010574 0ustar Source: ruby-contest Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-contest.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-contest.git;a=summary Homepage: http://github.com/citrusbyte/contest XS-Ruby-Versions: all Package: ruby-contest Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library to write declarative tests using nested contexts Contest allows you to write with Test::Unit declarative tests using nested contexts with a syntax similar to RSpec or Shoulda, and without performance penalties. This library is less than 100 lines of code and gets the job done. debian/compat0000644000000000000000000000000211772250322010365 0ustar 7 debian/changelog0000644000000000000000000000054311772250332011044 0ustar ruby-contest (0.1.3-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Tue, 26 Jun 2012 08:04:10 +0200 ruby-contest (0.1.3-1) unstable; urgency=low * Initial release (Closes: #644249) -- Cédric Boutillier Mon, 03 Oct 2011 23:27:11 +0200 debian/ruby-tests.rb0000644000000000000000000000005011772250322011630 0ustar Dir['test/*.rb'].each { |f| require f }