[DRE-commits] [ruby-gherkin] 13/16: use explicit path to locate i18n.rb in debian/Rakefile

Cédric Boutillier boutil at alioth.debian.org
Tue Aug 13 13:16:51 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-gherkin.

commit 982a3d92344fdf64f75e6bfadbbcde11f52853a5
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Aug 13 14:45:53 2013 +0200

    use explicit path to locate i18n.rb in debian/Rakefile
---
 debian/Rakefile |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/Rakefile b/debian/Rakefile
index 1615207..a05f242 100644
--- a/debian/Rakefile
+++ b/debian/Rakefile
@@ -6,7 +6,7 @@
 require 'rake/clean'
 require File.expand_path(File.dirname(__FILE__) + '/../tasks/ragel_task')
 BYPASS_NATIVE_IMPL = true
-require 'gherkin/i18n'
+require File.expand_path(File.dirname(__FILE__) + '/../lib/gherkin/i18n')
 
 CLEAN.include [
   'pkg', 'tmp',
@@ -50,4 +50,3 @@ EOF
     
     task :generate => [:"gherkin_lexer_#{i18n.underscored_iso_code}"]
 end
-

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



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