[DRE-commits] [ruby-timers] 04/05: refresh patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 12 06:46:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-timers.
commit 9fe53609db0cc5639a2e2b12b89cb330086dbb50
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue May 12 12:06:57 2015 +0530
refresh patch
---
debian/patches/0001-Make-tests-run.patch | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/debian/patches/0001-Make-tests-run.patch b/debian/patches/0001-Make-tests-run.patch
index 4280451..45cace3 100644
--- a/debian/patches/0001-Make-tests-run.patch
+++ b/debian/patches/0001-Make-tests-run.patch
@@ -9,10 +9,10 @@ Subject: Make tests run
spec/spec_helper.rb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-diff --git a/Rakefile b/Rakefile
-index b4e258c..8173bde 100644
---- a/Rakefile
-+++ b/Rakefile
+Index: ruby-timers/Rakefile
+===================================================================
+--- ruby-timers.orig/Rakefile
++++ ruby-timers/Rakefile
@@ -1,5 +1,5 @@
#!/usr/bin/env rake
-require "bundler/gem_tasks"
@@ -20,14 +20,17 @@ index b4e258c..8173bde 100644
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index f98dd86..6c1510a 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,2 +1,2 @@
+Index: ruby-timers/spec/spec_helper.rb
+===================================================================
+--- ruby-timers.orig/spec/spec_helper.rb
++++ ruby-timers/spec/spec_helper.rb
+@@ -1,8 +1,7 @@
+ require 'coveralls'
+ Coveralls.wear!
+
-require 'bundler/setup'
-require 'timers'
-\ No newline at end of file
-+#require 'bundler/setup'
+require_relative '../lib/timers'
---
+
+ # Level of accuracy enforced by tests (50ms)
+ TIMER_QUANTUM = 0.05
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-timers.git
More information about the Pkg-ruby-extras-commits
mailing list