epos 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/epos.gemspec +1 -1
- data/lib/epos/html/defin-body.slim +7 -7
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b4f0e53b5cf5659cbc3fd0ad587d363b5d35148
|
4
|
+
data.tar.gz: 2ae9e7ad05ea98b5e364aac59dfc7f3af426d5d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4aef1aa3f19a3773f20c4a533dd9d2113587c214f17e733f32b33c9de30208845ba20204bfcc2626f56265702c511461bb808b33462ef8a39ba3609a7f694419
|
7
|
+
data.tar.gz: a4d2ef078a8f28d1e99ca074785af59a1d075aaf2470ee3b95387784fafa4ca68897ac4befd22285840acee70bbc527e044cb8217afbe54c2095062486d373f2
|
data/epos.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = 'epos'
|
4
|
-
s.version = '0.9.
|
4
|
+
s.version = '0.9.4'
|
5
5
|
s.date = '2017-05-04'
|
6
6
|
s.summary = "Access to the Houaiss dictionary data files"
|
7
7
|
s.description = "Provides access to the Houaiss dictionary data files. Entries can be exported as HTML."
|
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
p.defin
|
2
|
+
- if data[:see]
|
3
|
+
= "→ "
|
4
|
+
- if data[:text]
|
5
5
|
== render_text(data[:text])
|
6
|
-
|
7
|
-
|
8
|
-
|
6
|
+
== render(:attrs, data)
|
7
|
+
- data[:examples].each do |example|
|
8
|
+
p.example == render_text(example)
|