rouge 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
data/lib/rouge/lexers/csharp.rb
CHANGED
data/lib/rouge/lexers/gherkin.rb
CHANGED
@@ -4,7 +4,9 @@ module Rouge
|
|
4
4
|
module Lexers
|
5
5
|
class Gherkin < RegexLexer
|
6
6
|
tag 'gherkin'
|
7
|
-
aliases 'cucumber'
|
7
|
+
aliases 'cucumber', 'behat'
|
8
|
+
|
9
|
+
desc 'A business-readable spec DSL ( github.com/cucumber/cucumber/wiki/Gherkin )'
|
8
10
|
|
9
11
|
filenames '*.feature'
|
10
12
|
mimetypes 'text/x-gherkin'
|
data/lib/rouge/lexers/racket.rb
CHANGED
data/lib/rouge/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rouge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-12-
|
12
|
+
date: 2013-12-24 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
|
15
15
|
email:
|