comparison vendor/gems/coderay-0.9.7/.svn/text-base/.specification.svn-base @ 210:0579821a129a

Update to Redmine trunk rev 4802
author Chris Cannam
date Tue, 08 Feb 2011 13:51:46 +0000
parents
children
comparison
equal deleted inserted replaced
128:07fa8a8b56a8 210:0579821a129a
1 --- !ruby/object:Gem::Specification
2 name: coderay
3 version: !ruby/object:Gem::Version
4 hash: 53
5 prerelease: false
6 segments:
7 - 0
8 - 9
9 - 7
10 version: 0.9.7
11 platform: ruby
12 authors:
13 - murphy
14 autorequire:
15 bindir: bin
16 cert_chain: []
17
18 date: 2011-01-15 00:00:00 +01:00
19 default_executable:
20 dependencies: []
21
22 description: |
23 Fast and easy syntax highlighting for selected languages, written in Ruby.
24 Comes with RedCloth integration and LOC counter.
25
26 email: murphy@rubychan.de
27 executables:
28 - coderay
29 - coderay_stylesheet
30 extensions: []
31
32 extra_rdoc_files:
33 - lib/README
34 - FOLDERS
35 files:
36 - ./lib/coderay/duo.rb
37 - ./lib/coderay/encoder.rb
38 - ./lib/coderay/encoders/_map.rb
39 - ./lib/coderay/encoders/comment_filter.rb
40 - ./lib/coderay/encoders/count.rb
41 - ./lib/coderay/encoders/debug.rb
42 - ./lib/coderay/encoders/div.rb
43 - ./lib/coderay/encoders/filter.rb
44 - ./lib/coderay/encoders/html/css.rb
45 - ./lib/coderay/encoders/html/numerization.rb
46 - ./lib/coderay/encoders/html/output.rb
47 - ./lib/coderay/encoders/html.rb
48 - ./lib/coderay/encoders/json.rb
49 - ./lib/coderay/encoders/lines_of_code.rb
50 - ./lib/coderay/encoders/null.rb
51 - ./lib/coderay/encoders/page.rb
52 - ./lib/coderay/encoders/span.rb
53 - ./lib/coderay/encoders/statistic.rb
54 - ./lib/coderay/encoders/term.rb
55 - ./lib/coderay/encoders/text.rb
56 - ./lib/coderay/encoders/token_class_filter.rb
57 - ./lib/coderay/encoders/xml.rb
58 - ./lib/coderay/encoders/yaml.rb
59 - ./lib/coderay/for_redcloth.rb
60 - ./lib/coderay/helpers/file_type.rb
61 - ./lib/coderay/helpers/gzip_simple.rb
62 - ./lib/coderay/helpers/plugin.rb
63 - ./lib/coderay/helpers/word_list.rb
64 - ./lib/coderay/scanner.rb
65 - ./lib/coderay/scanners/_map.rb
66 - ./lib/coderay/scanners/c.rb
67 - ./lib/coderay/scanners/cpp.rb
68 - ./lib/coderay/scanners/css.rb
69 - ./lib/coderay/scanners/debug.rb
70 - ./lib/coderay/scanners/delphi.rb
71 - ./lib/coderay/scanners/diff.rb
72 - ./lib/coderay/scanners/groovy.rb
73 - ./lib/coderay/scanners/html.rb
74 - ./lib/coderay/scanners/java/builtin_types.rb
75 - ./lib/coderay/scanners/java.rb
76 - ./lib/coderay/scanners/java_script-0.9.6.rb
77 - ./lib/coderay/scanners/java_script.rb
78 - ./lib/coderay/scanners/json.rb
79 - ./lib/coderay/scanners/nitro_xhtml.rb
80 - ./lib/coderay/scanners/php.rb
81 - ./lib/coderay/scanners/plaintext.rb
82 - ./lib/coderay/scanners/python.rb
83 - ./lib/coderay/scanners/rhtml.rb
84 - ./lib/coderay/scanners/ruby/patterns.rb
85 - ./lib/coderay/scanners/ruby.rb
86 - ./lib/coderay/scanners/scheme.rb
87 - ./lib/coderay/scanners/sql.rb
88 - ./lib/coderay/scanners/xml.rb
89 - ./lib/coderay/scanners/yaml.rb
90 - ./lib/coderay/style.rb
91 - ./lib/coderay/styles/_map.rb
92 - ./lib/coderay/styles/cycnus.rb
93 - ./lib/coderay/styles/murphy.rb
94 - ./lib/coderay/token_classes.rb
95 - ./lib/coderay/tokens.rb
96 - ./lib/coderay.rb
97 - ./Rakefile
98 - ./test/functional/basic.rb
99 - ./test/functional/basic.rbc
100 - ./test/functional/for_redcloth.rb
101 - ./test/functional/for_redcloth.rbc
102 - ./test/functional/load_plugin_scanner.rb
103 - ./test/functional/load_plugin_scanner.rbc
104 - ./test/functional/suite.rb
105 - ./test/functional/suite.rbc
106 - ./test/functional/vhdl.rb
107 - ./test/functional/vhdl.rbc
108 - ./test/functional/word_list.rb
109 - ./test/functional/word_list.rbc
110 - ./lib/README
111 - ./LICENSE
112 - lib/README
113 - FOLDERS
114 - bin/coderay
115 - bin/coderay_stylesheet
116 has_rdoc: true
117 homepage: http://coderay.rubychan.de
118 licenses: []
119
120 post_install_message:
121 rdoc_options:
122 - -SNw2
123 - -mlib/README
124 - -t CodeRay Documentation
125 require_paths:
126 - lib
127 required_ruby_version: !ruby/object:Gem::Requirement
128 none: false
129 requirements:
130 - - ">="
131 - !ruby/object:Gem::Version
132 hash: 51
133 segments:
134 - 1
135 - 8
136 - 2
137 version: 1.8.2
138 required_rubygems_version: !ruby/object:Gem::Requirement
139 none: false
140 requirements:
141 - - ">="
142 - !ruby/object:Gem::Version
143 hash: 3
144 segments:
145 - 0
146 version: "0"
147 requirements: []
148
149 rubyforge_project: coderay
150 rubygems_version: 1.3.7
151 signing_key:
152 specification_version: 3
153 summary: Fast syntax highlighting for selected languages.
154 test_files:
155 - ./test/functional/suite.rb