summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch')
-rw-r--r--dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch b/dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch
deleted file mode 100644
index 6c6cc65e9557..000000000000
--- a/dev-ruby/gherkin/files/gherkin-1.0.24-fix-specs.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-commit 20941d84343e6bf0c036fb2ae65a121e143ff334
-Author: aslakhellesoy <aslak.hellesoy@gmail.com>
-Date: Sun May 9 00:36:59 2010 +0200
-
- 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
-
-diff --git a/History.txt b/History.txt
-index 7bf86c9..3755af6 100644
---- a/History.txt
-+++ b/History.txt
-@@ -1,3 +1,8 @@
-+== 1.0.25 (2010-05-02)
-+
-+=== Bugfixes
-+* Can't run specs in gherkin 1.0.24 (#59 Aslak Hellesøy)
-+
- == 1.0.24 (2010-05-02)
-
- === Bugfixes
-diff --git a/ragel/lexer.rb.rl.erb b/ragel/lexer.rb.rl.erb
-index e600b7a..a2d26cc 100644
---- a/ragel/lexer.rb.rl.erb
-+++ b/ragel/lexer.rb.rl.erb
-@@ -1,5 +1,3 @@
--require 'gherkin/core_ext/array'
--
- module Gherkin
- module RbLexer
- class <%= @i18n.underscored_iso_code.capitalize %> #:nodoc: