k33l0r-redclothcoderay 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +5 -5
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k33l0r-redclothcoderay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - August Lilleaas
8
+ - Matias Korhonen
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2009-05-06 00:00:00 -07:00
13
+ date: 2009-09-08 00:00:00 -07:00
13
14
  default_executable:
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
@@ -32,7 +33,7 @@ dependencies:
32
33
  - !ruby/object:Gem::Version
33
34
  version: "0"
34
35
  version:
35
- description:
36
+ description: "Adds CodeRay syntax highlighting support to RedCloth, with a \xE2\x80\x98source\xE2\x80\x99 tag. See the examples below. A short summary of what you can do: * <source>foo</source> - Use this tag to produce CodeRay highlighted HTML for the contents within that tag. The language defaults to Ruby. * <source:css>foo</source> - Highlight as usual, but highlight as CSS. Supports everything CodeRay supports. Refer to the CodeRay documentation for a list of supported languages."
36
37
  email: augustlilleaas@gmail.com
37
38
  executables: []
38
39
 
@@ -44,7 +45,6 @@ files: []
44
45
 
45
46
  has_rdoc: true
46
47
  homepage: http://redclothcoderay.rubyforge.org
47
- licenses:
48
48
  post_install_message:
49
49
  rdoc_options: []
50
50
 
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements: []
66
66
 
67
67
  rubyforge_project: redclothcoderay
68
- rubygems_version: 1.3.5
68
+ rubygems_version: 1.2.0
69
69
  signing_key:
70
70
  specification_version: 2
71
71
  summary: Integrates CodeRay with RedCloth by adding a <source> tag.