syntax 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +3 -0
- data/README.rdoc +2 -2
- data/lib/syntax/lang/ruby.rb +1 -0
- data/lib/syntax/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
|
@@ -12,8 +12,8 @@ This is a simple syntax highlighting library for Ruby. It is a naive syntax anal
|
|
|
12
12
|
|
|
13
13
|
There are primarily two uses for the Syntax library:
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
* Convert text from a supported syntax to a supported highlight format (like HTML).
|
|
16
|
+
* Tokenize text in a supported syntax and process the tokens directly.
|
|
17
17
|
|
|
18
18
|
=== Highlighting a supported syntax
|
|
19
19
|
|
data/lib/syntax/lang/ruby.rb
CHANGED
data/lib/syntax/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: syntax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.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:
|
|
12
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Syntax is Ruby library for performing simple syntax highlighting.
|
|
15
15
|
email: jamis@jamisbuck.org
|
|
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
56
|
rubyforge_project:
|
|
57
|
-
rubygems_version: 1.8.
|
|
57
|
+
rubygems_version: 1.8.30
|
|
58
58
|
signing_key:
|
|
59
59
|
specification_version: 3
|
|
60
60
|
summary: Perform simple syntax highlighting.
|