[DRE-commits] [cucumber] 02/05: Refresh 0004-Update_default_binary_path.patch

Cédric Boutillier boutil at moszumanska.debian.org
Wed Sep 24 08:53:39 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 c3fcef2462e03d146e1dd3eb5d0ab22933d552a2
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Sep 24 10:06:14 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 a8b3152..959d64f 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-08-13
+Last-Update: 2014-09-24
 
 --- a/lib/cucumber/platform.rb
 +++ b/lib/cucumber/platform.rb
 @@ -5,8 +5,8 @@
  module Cucumber
  unless defined?(Cucumber::VERSION)
-   VERSION       = '1.3.16'
+   VERSION       = '1.3.17'
 -  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