debian/0000755000000000000000000000000011574210314007164 5ustar debian/watch0000644000000000000000000000016511574210314010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/shoulda-matchers .*/shoulda-matchers-(.*).tar.gz debian/rules0000755000000000000000000000007511574210314010246 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby debian/TODO0000644000000000000000000000047311574210314007660 0ustar Missing dependencies that prevent us from running the tests during build: # rails (= 3.0.3, development # sqlite3-ruby (~> 1.3.2, development # mocha (~> 0.9.10, development # rspec-rails (~> 2.3.0, development # cucumber (~> 0.10.0, development # aruba (~> 0.2.7, development # ruby-debug (~> 0.10.4, development) debian/control0000644000000000000000000000204211574210314010565 0ustar Source: ruby-shoulda-matchers Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Antonio Terceiro DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3), rake Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-shoulda-matchers.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-shoulda-matchers.git;a=summary Homepage: https://github.com/thoughtbot/shoulda-matchers XS-Ruby-Versions: all Package: ruby-shoulda-matchers Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Conflicts: libshoulda-ruby (<< 3.0.0~beta2-1~), libshoulda-ruby1.8 (<< 3.0.0~beta2-1~) Description: Test helpers for Rails applications, compatible with Test::Unit and RSpec Test::Unit- and RSpec-compatible one-liners that test common Rails functionality. These tests would otherwise be much longer, more complex, and error-prone. debian/copyright0000644000000000000000000001062411574210314011122 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: shoulda-matchers Source: https://github.com/thoughtbot/shoulda-matchers Files: * Copyright: © 2007, Tammer Saleh, Thoughtbot, Inc. © 2006-2010 thoughtbot, inc. License: MIT 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. Files: spec/rails3_root/public/javascripts/controls.js spec/rails3_root/public/javascripts/dragdrop.js spec/rails3_root/public/javascripts/effects.js Copyright: © 2005-2009 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) © 2005-2009 Ivan Krstic (http://blogs.law.harvard.edu/ivan) © 2005-2009 Jon Tirsen (http://www.tirsen.com) License: MIT script.aculo.us is freely distributable under the terms of an mit-style license. for details, see the script.aculo.us web site: http://script.aculo.us/ Comment: The website (http://script.aculo.us/) points to http://madrobby.github.com/scriptaculous/license/, which as of June 9th, 2011, reads: . 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. Files: spec/rails3_root/public/javascripts/prototype.js Copyright: © 2005-2009 Sam Stephenson License: MIT Prototype is freely distributable under the terms of an MIT-style license. For details, see the Prototype web site: http://www.prototypejs.org/ Comment: The website at http://www.prototypejs.org/ points at https://raw.github.com/sstephenson/prototype/master/LICENSE, which as of Juen 9th, 2011, reads: . 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 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. Files: debian/* Copyright: Copyright © 2011 Antonio Terceiro License: The same as the original package. debian/changelog0000644000000000000000000000026711574210314011043 0ustar ruby-shoulda-matchers (1.0.0~beta2-1) unstable; urgency=low * Initial release (Closes: #626016) -- Antonio Terceiro Fri, 08 Apr 2011 01:38:22 -0700 debian/compat0000644000000000000000000000000211574210314010362 0ustar 7 debian/source/0000755000000000000000000000000011574210314010464 5ustar debian/source/format0000644000000000000000000000001411574210314011672 0ustar 3.0 (quilt) debian/ruby-shoulda-matchers.docs0000644000000000000000000000001411574210314014253 0ustar README.rdoc debian/ruby-tests.rake0000644000000000000000000000012711574210314012151 0ustar task :default do puts "FIXME: tests not running because of missing dependencies" end