ultraviolet 0.10.1 → 0.10.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/bin/uv +3 -2
- data/syntax/php.syntax +551 -269
- metadata +53 -46
metadata
CHANGED
@@ -1,33 +1,38 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.2
|
3
|
-
specification_version: 1
|
4
2
|
name: ultraviolet
|
5
3
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.10.
|
7
|
-
date: 2007-06-18 00:00:00 +02:00
|
8
|
-
summary: Syntax highlighting engine
|
9
|
-
require_paths:
|
10
|
-
- lib
|
11
|
-
email: dichodaemon@gmail.com
|
12
|
-
homepage: http://ultraviolet.rubyforge.org
|
13
|
-
rubyforge_project: ultraviolet
|
14
|
-
description: Ultraviolet is a syntax highlighting library and engine. It uses TextMate[http://macromates.com/] syntax files and parses them using the Textpow[http://textpow.rubyforge.org] library. It supports more than 60 programming languages out of the box.
|
15
|
-
autorequire:
|
16
|
-
default_executable:
|
17
|
-
bindir: bin
|
18
|
-
has_rdoc: true
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 0.0.0
|
24
|
-
version:
|
4
|
+
version: 0.10.2
|
25
5
|
platform: ruby
|
26
|
-
signing_key:
|
27
|
-
cert_chain:
|
28
|
-
post_install_message:
|
29
6
|
authors:
|
30
7
|
- Dizan Vasquez
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
|
12
|
+
date: 2008-02-20 00:00:00 +01:00
|
13
|
+
default_executable:
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: textpow
|
17
|
+
version_requirement:
|
18
|
+
version_requirements: !ruby/object:Gem::Requirement
|
19
|
+
requirements:
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.10.0
|
23
|
+
version:
|
24
|
+
description: Ultraviolet is a syntax highlighting library and engine. It uses TextMate[http://macromates.com/] syntax files and parses them using the Textpow[http://textpow.rubyforge.org] library. It supports more than 60 programming languages out of the box.
|
25
|
+
email: dichodaemon@gmail.com
|
26
|
+
executables:
|
27
|
+
- theme2xhtmlrender
|
28
|
+
- theme2latexrender
|
29
|
+
- uv
|
30
|
+
extensions: []
|
31
|
+
|
32
|
+
extra_rdoc_files:
|
33
|
+
- History.txt
|
34
|
+
- Manifest.txt
|
35
|
+
- README.txt
|
31
36
|
files:
|
32
37
|
- test/test_uv.rb
|
33
38
|
- lib/uv/render_processor.rb
|
@@ -262,30 +267,32 @@ files:
|
|
262
267
|
- syntax/processing.syntax
|
263
268
|
- syntax/property_list.syntax
|
264
269
|
- syntax/regular_expressions_oniguruma.syntax
|
265
|
-
|
266
|
-
|
270
|
+
has_rdoc: true
|
271
|
+
homepage: http://ultraviolet.rubyforge.org
|
272
|
+
post_install_message:
|
267
273
|
rdoc_options:
|
268
274
|
- --main
|
269
275
|
- README.txt
|
270
|
-
|
271
|
-
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
276
|
+
require_paths:
|
277
|
+
- lib
|
278
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
279
|
+
requirements:
|
280
|
+
- - ">="
|
281
|
+
- !ruby/object:Gem::Version
|
282
|
+
version: "0"
|
283
|
+
version:
|
284
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
285
|
+
requirements:
|
286
|
+
- - ">="
|
287
|
+
- !ruby/object:Gem::Version
|
288
|
+
version: "0"
|
289
|
+
version:
|
280
290
|
requirements: []
|
281
291
|
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
- !ruby/object:Gem::Version
|
290
|
-
version: 0.10.0
|
291
|
-
version:
|
292
|
+
rubyforge_project: ultraviolet
|
293
|
+
rubygems_version: 1.0.1
|
294
|
+
signing_key:
|
295
|
+
specification_version: 2
|
296
|
+
summary: Syntax highlighting engine
|
297
|
+
test_files:
|
298
|
+
- test/test_uv.rb
|