pseudohikiparser 0.0.0.4.develop

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.
metadata ADDED
@@ -0,0 +1,107 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pseudohikiparser
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.4.develop
5
+ prerelease: 8
6
+ platform: ruby
7
+ authors:
8
+ - HASHIMOTO, Naoki
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-09-10 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: bundler
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '1.3'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '1.3'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rake
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ description: PseudoHikiParser is a parser of texts written in a Hiki like notation,
47
+ and coverts them into HTML or other formats.
48
+ email:
49
+ - hashimoto.naoki@gmail.com
50
+ executables:
51
+ - pseudohiki2html.rb
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - lib/pseudohikiparser.rb
56
+ - lib/pseudohiki/treestack.rb
57
+ - lib/pseudohiki/inlineparser.rb
58
+ - lib/pseudohiki/blockparser.rb
59
+ - lib/pseudohiki/htmlformat.rb
60
+ - lib/pseudohiki/plaintextformat.rb
61
+ - lib/pseudohiki/version.rb
62
+ - lib/pseudohiki/htmlplugin.rb
63
+ - lib/htmlelement.rb
64
+ - lib/htmlelement/htmltemplate.rb
65
+ - test/test_htmltemplate.rb
66
+ - test/test_blockparser.rb
67
+ - test/test_plaintextformat.rb
68
+ - test/test_htmlelement.rb
69
+ - test/test_treestack.rb
70
+ - test/test_inlineparser.rb
71
+ - test/test_htmlformat.rb
72
+ - test/test_htmlplugin.rb
73
+ - bin/pseudohiki2html.rb
74
+ homepage: https://github.com/hashimoto-naoki/PseudoHikiParser/wiki
75
+ licenses:
76
+ - Not decided yet
77
+ post_install_message:
78
+ rdoc_options: []
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ! '>='
85
+ - !ruby/object:Gem::Version
86
+ version: 1.8.7
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ none: false
89
+ requirements:
90
+ - - ! '>'
91
+ - !ruby/object:Gem::Version
92
+ version: 1.3.1
93
+ requirements: []
94
+ rubyforge_project:
95
+ rubygems_version: 1.8.23
96
+ signing_key:
97
+ specification_version: 3
98
+ summary: ! 'PseudoHikiParser: a parser of texts in a Hiki like notation.'
99
+ test_files:
100
+ - test/test_htmltemplate.rb
101
+ - test/test_blockparser.rb
102
+ - test/test_plaintextformat.rb
103
+ - test/test_htmlelement.rb
104
+ - test/test_treestack.rb
105
+ - test/test_inlineparser.rb
106
+ - test/test_htmlformat.rb
107
+ - test/test_htmlplugin.rb