debian/0000755000000000000000000000000012116135250007162 5ustar debian/rules0000755000000000000000000000100212116133206010232 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 override_dh_installchangelogs: dh_installchangelogs HISTORY.md debian/copyright0000644000000000000000000000252212116133206011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: delorean Source: http://rubygems.org/gems/delorean Files: * Copyright: 2008 Luismi Cavallé & Sergio Gil License: Expat Files: debian/* Copyright: 2013 Praveen Arimbrathodiyil 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/compat0000644000000000000000000000000212116133206010357 0ustar 7 debian/ruby-tests.rake0000644000000000000000000000022312116133206012143 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000025012116133206011030 0ustar ruby-delorean (2.0.0-1) unstable; urgency=low * Initial release (Closes: #702506) -- Praveen Arimbrathodiyil Thu, 07 Mar 2013 20:41:26 +0530 debian/control0000644000000000000000000000171012116135101010557 0ustar Source: ruby-delorean Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-chronic, rake, ruby-rspec, ruby-activesupport-3.2 Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-delorean.git Vcs-Browser: http://anonscm.debian.org/pkg-ruby-extras/ruby-delorean.git Homepage: http://github.com/bebanjo/delorean XS-Ruby-Versions: all Package: ruby-delorean Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-chronic Description: lets you travel in time with Ruby by mocking Time.now Delorean is a smart way to mock Ruby’s Time.now method thereby allowing you to travel in time. . Time-travelling can be extremely useful when you're testing your application. debian/watch0000644000000000000000000000014512116133206010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/delorean .*/delorean-(.*).tar.gz debian/source/0000755000000000000000000000000012116133032010456 5ustar debian/source/format0000644000000000000000000000001412116133206011667 0ustar 3.0 (quilt) debian/ruby-delorean.docs0000644000000000000000000000001212116133206012574 0ustar README.md