epos 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,97 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: epos
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - Adiel Mittmann
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-09-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: slim
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.0
27
+ description: Provides access to the Houaiss dictionary data files. Entries can be
28
+ exported as HTML.
29
+ email: adiel@mittmann.net.br
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - README.pt-br.md
37
+ - epico.png
38
+ - epos.gemspec
39
+ - examples/web.rb
40
+ - lib/epos.rb
41
+ - lib/epos/cp/f1.rb
42
+ - lib/epos/cp/f10.rb
43
+ - lib/epos/cp/f11.rb
44
+ - lib/epos/cp/f12.rb
45
+ - lib/epos/cp/f13.rb
46
+ - lib/epos/cp/f16.rb
47
+ - lib/epos/cp/f2.rb
48
+ - lib/epos/cp/f3.rb
49
+ - lib/epos/cp/f4.rb
50
+ - lib/epos/cp/f6.rb
51
+ - lib/epos/cp/f7.rb
52
+ - lib/epos/cp/f8.rb
53
+ - lib/epos/cp/f9.rb
54
+ - lib/epos/data-file.rb
55
+ - lib/epos/dictionary.rb
56
+ - lib/epos/encoded-file.rb
57
+ - lib/epos/entry-parser.rb
58
+ - lib/epos/html-formatter.rb
59
+ - lib/epos/html/attrs.slim
60
+ - lib/epos/html/defin-body.slim
61
+ - lib/epos/html/defins.slim
62
+ - lib/epos/html/entry.slim
63
+ - lib/epos/html/extra-tab.slim
64
+ - lib/epos/html/headword.slim
65
+ - lib/epos/html/idioms-tab.slim
66
+ - lib/epos/html/senses-tab.slim
67
+ - lib/epos/html/style.css
68
+ - lib/epos/html/symbols-tab.slim
69
+ - lib/epos/index-file.rb
70
+ - lib/epos/indexed-data-file.rb
71
+ - lib/epos/search.rb
72
+ - lib/epos/text-parser.rb
73
+ homepage: https://github.com/adiel-mittmann/epos
74
+ licenses:
75
+ - GPL3
76
+ metadata: {}
77
+ post_install_message:
78
+ rdoc_options: []
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ requirements: []
92
+ rubyforge_project:
93
+ rubygems_version: 2.2.2
94
+ signing_key:
95
+ specification_version: 4
96
+ summary: Access to the Houaiss dictionary data files
97
+ test_files: []