comparison vendor/gems/coderay-1.0.0/.specification @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents
children
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
1 --- !ruby/object:Gem::Specification
2 name: coderay
3 version: !ruby/object:Gem::Version
4 hash: 23
5 prerelease:
6 segments:
7 - 1
8 - 0
9 - 0
10 version: 1.0.0
11 platform: ruby
12 authors:
13 - Kornelius Kalnbach
14 autorequire:
15 bindir: bin
16 cert_chain: []
17
18 date: 2011-09-21 00:00:00 Z
19 default_executable: coderay
20 dependencies: []
21
22 description: Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
23 email:
24 - murphy@rubychan.de
25 executables:
26 - coderay
27 extensions: []
28
29 extra_rdoc_files: []
30
31 files:
32 - test/functional/basic.rb
33 - test/functional/examples.rb
34 - test/functional/for_redcloth.rb
35 - test/functional/suite.rb
36 - bin/coderay
37 has_rdoc: true
38 homepage: http://coderay.rubychan.de
39 licenses: []
40
41 post_install_message:
42 rdoc_options: []
43
44 require_paths:
45 - lib
46 required_ruby_version: !ruby/object:Gem::Requirement
47 none: false
48 requirements:
49 - - ">="
50 - !ruby/object:Gem::Version
51 hash: 59
52 segments:
53 - 1
54 - 8
55 - 6
56 version: 1.8.6
57 required_rubygems_version: !ruby/object:Gem::Requirement
58 none: false
59 requirements:
60 - - ">="
61 - !ruby/object:Gem::Version
62 hash: 3
63 segments:
64 - 0
65 version: "0"
66 requirements: []
67
68 rubyforge_project: coderay
69 rubygems_version: 1.6.2
70 signing_key:
71 specification_version: 3
72 summary: Fast syntax highlighting for selected languages.
73 test_files:
74 - test/functional/basic.rb
75 - test/functional/examples.rb
76 - test/functional/for_redcloth.rb
77 - test/functional/suite.rb
78