File: metadata.yml

package info (click to toggle)
ruby-rdiscount 2.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 412 kB
  • ctags: 578
  • sloc: ansic: 4,122; ruby: 447; makefile: 2
file content (99 lines) | stat: -rw-r--r-- 1,841 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
--- !ruby/object:Gem::Specification
name: rdiscount
version: !ruby/object:Gem::Version
  version: 2.1.8
platform: ruby
authors:
- Ryan Tomayko
- David Loren Parsons
- Andrew White
- David Foster
autorequire: 
bindir: bin
cert_chain: []
date: 2015-02-01 00:00:00.000000000 Z
dependencies: []
description: 
email: davidfstr@gmail.com
executables:
- rdiscount
extensions:
- ext/extconf.rb
extra_rdoc_files:
- COPYING
files:
- BUILDING
- COPYING
- README.markdown
- Rakefile
- bin/rdiscount
- ext/Csio.c
- ext/VERSION
- ext/amalloc.c
- ext/amalloc.h
- ext/basename.c
- ext/blocktags
- ext/config.h
- ext/css.c
- ext/cstring.h
- ext/docheader.c
- ext/dumptree.c
- ext/emmatch.c
- ext/extconf.rb
- ext/flags.c
- ext/generate.c
- ext/github_flavoured.c
- ext/html5.c
- ext/markdown.c
- ext/markdown.h
- ext/mkdio.c
- ext/mkdio.h
- ext/mktags.c
- ext/pgm_options.c
- ext/pgm_options.h
- ext/rdiscount.c
- ext/resource.c
- ext/setup.c
- ext/tags.c
- ext/tags.h
- ext/toc.c
- ext/version.c
- ext/xml.c
- ext/xmlpage.c
- lib/markdown.rb
- lib/rdiscount.rb
- man/markdown.7
- man/rdiscount.1
- man/rdiscount.1.ronn
- rdiscount.gemspec
- test/benchmark.rb
- test/benchmark.txt
- test/markdown_test.rb
- test/rdiscount_test.rb
homepage: http://dafoster.net/projects/rdiscount/
licenses:
- BSD
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - "!="
    - !ruby/object:Gem::Version
      version: 1.9.2
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: wink
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Fast Implementation of Gruber's Markdown in C
test_files:
- test/markdown_test.rb
- test/rdiscount_test.rb