coderay 1.0.5.rc1 → 1.0.5

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.
Files changed (1) hide show
  1. metadata +44 -25
metadata CHANGED
@@ -1,26 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: coderay
3
- version: !ruby/object:Gem::Version
4
- version: 1.0.5.rc1
5
- prerelease: 6
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 5
10
+ version: 1.0.5
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Kornelius Kalnbach
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2011-12-27 00:00:00.000000000 Z
17
+
18
+ date: 2011-12-28 00:00:00 +01:00
19
+ default_executable:
13
20
  dependencies: []
14
- description: Fast and easy syntax highlighting for selected languages, written in
15
- Ruby. Comes with RedCloth integration and LOC counter.
16
- email:
21
+
22
+ description: Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
23
+ email:
17
24
  - murphy@rubychan.de
18
- executables:
25
+ executables:
19
26
  - coderay
20
27
  extensions: []
21
- extra_rdoc_files:
28
+
29
+ extra_rdoc_files:
22
30
  - README_INDEX.rdoc
23
- files:
31
+ files:
24
32
  - LICENSE
25
33
  - README_INDEX.rdoc
26
34
  - Rakefile
@@ -92,34 +100,45 @@ files:
92
100
  - test/functional/for_redcloth.rb
93
101
  - test/functional/suite.rb
94
102
  - bin/coderay
103
+ has_rdoc: true
95
104
  homepage: http://coderay.rubychan.de
96
105
  licenses: []
106
+
97
107
  post_install_message:
98
- rdoc_options:
108
+ rdoc_options:
99
109
  - -SNw2
100
110
  - -mREADME_INDEX.rdoc
101
111
  - -t CodeRay Documentation
102
- require_paths:
112
+ require_paths:
103
113
  - lib
104
- required_ruby_version: !ruby/object:Gem::Requirement
114
+ required_ruby_version: !ruby/object:Gem::Requirement
105
115
  none: false
106
- requirements:
107
- - - ! '>='
108
- - !ruby/object:Gem::Version
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ hash: 59
120
+ segments:
121
+ - 1
122
+ - 8
123
+ - 6
109
124
  version: 1.8.6
110
- required_rubygems_version: !ruby/object:Gem::Requirement
125
+ required_rubygems_version: !ruby/object:Gem::Requirement
111
126
  none: false
112
- requirements:
113
- - - ! '>'
114
- - !ruby/object:Gem::Version
115
- version: 1.3.1
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ hash: 3
131
+ segments:
132
+ - 0
133
+ version: "0"
116
134
  requirements: []
135
+
117
136
  rubyforge_project: coderay
118
- rubygems_version: 1.8.13
137
+ rubygems_version: 1.6.2
119
138
  signing_key:
120
139
  specification_version: 3
121
140
  summary: Fast syntax highlighting for selected languages.
122
- test_files:
141
+ test_files:
123
142
  - test/functional/basic.rb
124
143
  - test/functional/examples.rb
125
144
  - test/functional/for_redcloth.rb