opener-chained-daemon 3.3.20 → 3.3.21

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
  SHA256:
3
- metadata.gz: e810eed248f2f4e4393256be3048d41a70d7c342967fc9e829bf003105de4d31
4
- data.tar.gz: 58986e4b0a1cc75f4944fa4965df332169dbe44b4d938e33cd12f58bc733ca49
3
+ metadata.gz: 6709f220695d929e92db551387bf714f8d0a446e0e4fbf0e79c02609259bbbfc
4
+ data.tar.gz: 1c01cbca2f85bb00a531961727ae5129f76c0c8f9701977b2af84272657d7531
5
5
  SHA512:
6
- metadata.gz: ac3bdcc59834a7ba07e01391f917363e3202e420fb3ef043b6818c643f3062acd9693288214b3f0f1f3819b3e52836ba1d306af6aed024345b1c56d681205eba
7
- data.tar.gz: 2356aa8ab8bc683aaf17ba91b52f306a9d2ca7cd2fcbd38a0b04df5b909cfc5b5f8759c5f8f82fa91632cb78ee6523e933377842d7917bfacf7a97fc0e8ef7a8
6
+ metadata.gz: b258489161b73077efa440d7f2580960ebf3ccef83e58c97f0152cbc9e5b6640a7f3b45c475bd5595f65058111ea106df0dedae95542b1d0126f2855d636664a
7
+ data.tar.gz: 38e73c23a260deaea2717d92d4b592ca7daa6a2e38a0f21282f628914af7b7614fca22360ddbdf4161b6410c688915e921c3ed73dcc8a7edd4c86eeecb7f650a
@@ -1,7 +1,7 @@
1
1
  module Opener
2
2
  class ChainedDaemon
3
3
 
4
- VERSION = '3.3.20'
4
+ VERSION = '3.3.21'
5
5
 
6
6
  end
7
7
  end
@@ -56,7 +56,7 @@ module Opener
56
56
  offset: params.offset,
57
57
  length: params.length,
58
58
  head: params.head,
59
- xpos: params.xpos
59
+ xpos: params.xpos.to_s
60
60
  }
61
61
  wf.attr attrs
62
62
  end
@@ -67,12 +67,12 @@ module Opener
67
67
  attrs = {
68
68
  tid: "t#{params.tid}",
69
69
  type: params.type,
70
- lemma: params.lemma,
70
+ lemma: params.lemma || params.text,
71
71
  text: params.text,
72
72
  pos: params.pos,
73
73
  morphofeat: params.morphofeat,
74
74
  head: params.head,
75
- xpos: params.xpos
75
+ xpos: params.xpos.to_s
76
76
  }
77
77
  term.attr attrs
78
78
  term.first.add_child("<span><target id='w#{params.wid}'/></span>")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opener-chained-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.20
4
+ version: 3.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - development@olery.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-29 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport