[DRE-commits] [cucumber] 04/07: update 0004-Update_default_binary_path.patch
Cédric Boutillier
boutil at moszumanska.debian.org
Sat Jun 20 15:40:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository cucumber.
commit 4ba1f57f5c623b973898d07d64e5b605e828ddb5
Author: Cédric Boutillier <boutil at debian.org>
Date: Sat Jun 20 16:49:14 2015 +0200
update 0004-Update_default_binary_path.patch
---
debian/patches/0004-Update_default_binary_path.patch | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/debian/patches/0004-Update_default_binary_path.patch b/debian/patches/0004-Update_default_binary_path.patch
index 959d64f..bd5b8ba 100644
--- a/debian/patches/0004-Update_default_binary_path.patch
+++ b/debian/patches/0004-Update_default_binary_path.patch
@@ -1,18 +1,18 @@
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-09-24
+Last-Update: 2015-06-19
--- a/lib/cucumber/platform.rb
+++ b/lib/cucumber/platform.rb
@@ -5,8 +5,8 @@
module Cucumber
- unless defined?(Cucumber::VERSION)
- 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'
-+ LIBDIR = File.expand_path(File.dirname(__FILE__) + '/..')
- JRUBY = defined?(JRUBY_VERSION)
- IRONRUBY = defined?(RUBY_ENGINE) && RUBY_ENGINE == "ironruby"
- WINDOWS = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
+ unless defined?(Cucumber::VERSION)
+ VERSION = '2.0.0'
+- BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/cucumber')
+- LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
++ BINARY = '/usr/bin/cucumber'
++ LIBDIR = File.expand_path(File.dirname(__FILE__) + '/..')
+ JRUBY = defined?(JRUBY_VERSION)
+ WINDOWS = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
+ OS_X = RbConfig::CONFIG['host_os'] =~ /darwin/
--
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