[DRE-commits] [ruby-celluloid] 02/04: require pathname

Sruthi Chandran srud-guest at moszumanska.debian.org
Thu Sep 21 12:54:50 UTC 2017


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

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

commit 7edcb249c6e1685f78db59b5a14f3789d63d76cc
Author: Sruthi Chandran <srud at disroot.org>
Date:   Thu Sep 21 13:35:45 2017 +0530

    require pathname
---
 debian/patches/remove-rubygems-bundler-coveralls.patch | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/patches/remove-rubygems-bundler-coveralls.patch b/debian/patches/remove-rubygems-bundler-coveralls.patch
index 72b5e64..4cf1af0 100644
--- a/debian/patches/remove-rubygems-bundler-coveralls.patch
+++ b/debian/patches/remove-rubygems-bundler-coveralls.patch
@@ -4,11 +4,9 @@ Description: we don't need rubygems, bundler or coveralls
 Author: Praveen Arimbrathodiyil <praveen at debian.org>
 Last-updated: 2013-05-18
 
-Index: ruby-celluloid/spec/spec_helper.rb
-===================================================================
---- ruby-celluloid.orig/spec/spec_helper.rb
-+++ ruby-celluloid/spec/spec_helper.rb
-@@ -1,5 +1,5 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,7 +1,8 @@
 -require "rubygems"
 -require "bundler/setup"
 +#require "rubygems"
@@ -16,3 +14,6 @@ Index: ruby-celluloid/spec/spec_helper.rb
  
  require "celluloid/rspec"
  require "celluloid/essentials"
++require "pathname"
+ 
+ Dir[*Specs::INCLUDE_PATHS].map { |f| require f }

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



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