[DRE-commits] [cucumber] 02/03: refresh 0004-Update_default_binary_path.patch
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Aug 13 20:47:48 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 5f0fde7d8d5540ff166372e635c0ab0645a7519b
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Aug 13 22:41:52 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 020e89d..a8b3152 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-05-15
+Last-Update: 2014-08-13
--- a/lib/cucumber/platform.rb
+++ b/lib/cucumber/platform.rb
@@ -5,8 +5,8 @@
module Cucumber
unless defined?(Cucumber::VERSION)
- VERSION = '1.3.15'
+ VERSION = '1.3.16'
- 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