epos 0.9.3 → 0.9.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2e98b2345eb5cfcc2d3143ab4ce9ada3890984c
4
- data.tar.gz: 3b858706987af69d64e20e4796b86f91331b9763
3
+ metadata.gz: 1b4f0e53b5cf5659cbc3fd0ad587d363b5d35148
4
+ data.tar.gz: 2ae9e7ad05ea98b5e364aac59dfc7f3af426d5d3
5
5
  SHA512:
6
- metadata.gz: 62d4bd8a97c60d37544ae936f3b305d3db69ed0e767e9065a273c666ca1f6d2c37b7f02788aef7aa6dc5102f63aba855f5597f1ca4045bb5a3d417355ba91803
7
- data.tar.gz: f9127240d4491cdc8c56c3053412b3722e57eb7c0873952be887b4ba39f40dacb151857ef0768d8eb7ba16c396c01d60d1c05a502502112de76326519c443b6c
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.3'
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
- - if data[:text]
2
- p.defin
3
- - if data[:see]
4
- = "→ "
1
+ p.defin
2
+ - if data[:see]
3
+ = "→ "
4
+ - if data[:text]
5
5
  == render_text(data[:text])
6
- == render(:attrs, data)
7
- - data[:examples].each do |example|
8
- p.example == render_text(example)
6
+ == render(:attrs, data)
7
+ - data[:examples].each do |example|
8
+ p.example == render_text(example)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adiel Mittmann