Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/gherkin/files: gherkin-1.0.24-fix-specs.patch
Date: Sun, 09 May 2010 06:34:42
Message-Id: 20100509063436.E88D12964A@corvid.gentoo.org
1 graaff 10/05/09 06:34:36
2
3 Added: gherkin-1.0.24-fix-specs.patch
4 Log:
5 Fix specs with upstream patch. Run cucumber features. Actually install documentation files.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch?rev=1.1&content-type=text/plain
13
14 Index: gherkin-1.0.24-fix-specs.patch
15 ===================================================================
16 commit 20941d84343e6bf0c036fb2ae65a121e143ff334
17 Author: aslakhellesoy <aslak.hellesoy@×××××.com>
18 Date: Sun May 9 00:36:59 2010 +0200
19
20 Remove require of removed file. (I never saw the error because the file was found in an old gherkin gem I had installed) Closes #59
21
22 diff --git a/History.txt b/History.txt
23 index 7bf86c9..3755af6 100644
24 --- a/History.txt
25 +++ b/History.txt
26 @@ -1,3 +1,8 @@
27 +== 1.0.25 (2010-05-02)
28 +
29 +=== Bugfixes
30 +* Can't run specs in gherkin 1.0.24 (#59 Aslak Hellesøy)
31 +
32 == 1.0.24 (2010-05-02)
33
34 === Bugfixes
35 diff --git a/ragel/lexer.rb.rl.erb b/ragel/lexer.rb.rl.erb
36 index e600b7a..a2d26cc 100644
37 --- a/ragel/lexer.rb.rl.erb
38 +++ b/ragel/lexer.rb.rl.erb
39 @@ -1,5 +1,3 @@
40 -require 'gherkin/core_ext/array'
41 -
42 module Gherkin
43 module RbLexer
44 class <%= @i18n.underscored_iso_code.capitalize %> #:nodoc: