[DRE-commits] [cucumber] 09/11: refresh 0004-Update_default_binary_path.patch
Cédric Boutillier
boutil at moszumanska.debian.org
Wed May 14 21:50:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository cucumber.
commit 4f26299733348ac98dad77bf6de8efcd70ef1d25
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed May 14 21:47:53 2014 +0200
refresh 0004-Update_default_binary_path.patch
---
debian/patches/0004-Update_default_binary_path.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0004-Update_default_binary_path.patch b/debian/patches/0004-Update_default_binary_path.patch
index e7c27cc..020e89d 100644
--- a/debian/patches/0004-Update_default_binary_path.patch
+++ b/debian/patches/0004-Update_default_binary_path.patch
@@ -1,14 +1,14 @@
Description: fix paths in cucumber/platform.rb
Author: Kevin Locke <kevin at kevinlocke.name>
Reviewed-by: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2014-03-11
+Last-Update: 2014-05-15
--- a/lib/cucumber/platform.rb
+++ b/lib/cucumber/platform.rb
@@ -5,8 +5,8 @@
module Cucumber
unless defined?(Cucumber::VERSION)
- VERSION = '1.3.10'
+ VERSION = '1.3.15'
- BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
- LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
+ BINARY = '/usr/bin/cucumber'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/cucumber.git
More information about the Pkg-ruby-extras-commits
mailing list