[DRE-commits] [ruby-celluloid-io] 05/08: Patch: Add require 'pathname' to spec_helper

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Jun 26 16:09:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository ruby-celluloid-io.

commit 2be07a31fabffa5f93088f1753af400092db7339
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Fri Jun 26 18:44:40 2015 +0300

    Patch: Add require 'pathname' to spec_helper
---
 .../0003-Add-require-pathname-to-spec_helper.patch    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/patches/0003-Add-require-pathname-to-spec_helper.patch b/debian/patches/0003-Add-require-pathname-to-spec_helper.patch
new file mode 100644
index 0000000..0a72bd0
--- /dev/null
+++ b/debian/patches/0003-Add-require-pathname-to-spec_helper.patch
@@ -0,0 +1,19 @@
+From: Hleb Valoshka <375gnu at gmail.com>
+Date: Fri, 26 Jun 2015 17:49:04 +0300
+Subject: Add require 'pathname' to spec_helper
+
+---
+ spec/spec_helper.rb | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index fd6f36d..9936ceb 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,6 @@
+ require 'celluloid/io'
+ require 'celluloid/rspec'
++require 'pathname'
+ 
+ logfile = File.open(File.expand_path("../../log/test.log", __FILE__), 'a')
+ logfile.sync = true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-celluloid-io.git



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