arti_mark 0.0.1.beta0

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,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: arti_mark
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1.beta0
5
+ prerelease: 6
6
+ platform: ruby
7
+ authors:
8
+ - KOJIMA Satoshi
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-02-21 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '2.11'
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: '2.11'
30
+ - !ruby/object:Gem::Dependency
31
+ name: nokogiri
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 1.5.6
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: 1.5.6
46
+ description: simple and customizable text markup language for EPUB
47
+ email:
48
+ - skoji@mac.com
49
+ executables: []
50
+ extensions: []
51
+ extra_rdoc_files: []
52
+ files:
53
+ - .gitignore
54
+ - Gemfile
55
+ - LICENSE
56
+ - README.md
57
+ - Rakefile
58
+ - arti_mark.gemspec
59
+ - lib/arti_mark.rb
60
+ - lib/arti_mark/article_parser.rb
61
+ - lib/arti_mark/base_parser.rb
62
+ - lib/arti_mark/block_image_parser.rb
63
+ - lib/arti_mark/command_lexer.rb
64
+ - lib/arti_mark/common_block_parser.rb
65
+ - lib/arti_mark/context.rb
66
+ - lib/arti_mark/definition_list_parser.rb
67
+ - lib/arti_mark/div_parser.rb
68
+ - lib/arti_mark/head_parser.rb
69
+ - lib/arti_mark/list_parser.rb
70
+ - lib/arti_mark/ordered_list_parser.rb
71
+ - lib/arti_mark/paragraph_parser.rb
72
+ - lib/arti_mark/result_holder.rb
73
+ - lib/arti_mark/section_parser.rb
74
+ - lib/arti_mark/syntax.rb
75
+ - lib/arti_mark/universal_block_parser.rb
76
+ - lib/arti_mark/unordered_list_parser.rb
77
+ - lib/arti_mark/version.rb
78
+ - memo.txt
79
+ - spec/arti_mark_spec.rb
80
+ - spec/fixture/test_src_ja.arti
81
+ - spec/nokogiri_test_helper.rb
82
+ - spec/spec_helper.rb
83
+ homepage: ''
84
+ licenses: []
85
+ post_install_message:
86
+ rdoc_options: []
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ none: false
91
+ requirements:
92
+ - - ! '>='
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
96
+ none: false
97
+ requirements:
98
+ - - ! '>'
99
+ - !ruby/object:Gem::Version
100
+ version: 1.3.1
101
+ requirements: []
102
+ rubyforge_project:
103
+ rubygems_version: 1.8.23
104
+ signing_key:
105
+ specification_version: 3
106
+ summary: simple and customizable text markup language for EPUB
107
+ test_files:
108
+ - spec/arti_mark_spec.rb
109
+ - spec/fixture/test_src_ja.arti
110
+ - spec/nokogiri_test_helper.rb
111
+ - spec/spec_helper.rb