skwp-superredcloth 1.160

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: skwp-superredcloth
3
+ version: !ruby/object:Gem::Version
4
+ version: "1.160"
5
+ platform: ruby
6
+ authors:
7
+ - why the lucky stiff
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2007-02-04 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: a fast library for formatting Textile and Markdown as HTML
17
+ email: why@ruby-lang.org
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/superredcloth_scan/extconf.rb
22
+ extra_rdoc_files:
23
+ - README
24
+ - CHANGELOG
25
+ - COPYING
26
+ files:
27
+ - COPYING
28
+ - README
29
+ - Rakefile
30
+ - test/test_parser.rb
31
+ - test/poignant.yml
32
+ - test/links.yml
33
+ - test/textile_hard_breaks.yml
34
+ - test/images.yml
35
+ - test/table.yml
36
+ - test/filter_html.yml
37
+ - test/code.yml
38
+ - test/instiki.yml
39
+ - test/sanitize_html.yml
40
+ - test/definitions.yml
41
+ - test/textism.yml
42
+ - test/lists.yml
43
+ - lib/superredcloth.rb
44
+ - lib/superredcloth_scan.so
45
+ - extras/mingw-rbconfig.rb
46
+ - ext/superredcloth_scan/superredcloth.h
47
+ - ext/superredcloth_scan/superredcloth_scan.c
48
+ - ext/superredcloth_scan/superredcloth_inline.c
49
+ - ext/superredcloth_scan/extconf.rb
50
+ - ext/superredcloth_scan/superredcloth_scan.rl
51
+ - ext/superredcloth_scan/superredcloth_inline.rl
52
+ - ext/superredcloth_scan/superredcloth_common.rl
53
+ - CHANGELOG
54
+ has_rdoc: true
55
+ homepage: http://code.whytheluckystiff.net/redcloth/
56
+ post_install_message:
57
+ rdoc_options: []
58
+
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ requirements: []
74
+
75
+ rubyforge_project:
76
+ rubygems_version: 1.2.0
77
+ signing_key:
78
+ specification_version: 2
79
+ summary: a fast library for formatting Textile and Markdown as HTML
80
+ test_files: []
81
+