adiwg-mdtranslator 2.20.0.pre.beta.8 → 2.20.0.pre.beta.9

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: ba2ee5421220695d7a92cabc649801ce6e8f045dbd8bbfa0ee5a740728b3bbf7
4
- data.tar.gz: 4d1d59bb9d77ab17ebc44b0c9027731191ab6e206160d1ca3bc0c49b891fd112
3
+ metadata.gz: b57d135bae494ef8b282271be08acc42cf5d4315ff1793bd1e89d7da67b1dd5c
4
+ data.tar.gz: 63d45aba8e57e62ddf8678f06c9804d88fb153413b0c84af2d957fd46d12f0b1
5
5
  SHA512:
6
- metadata.gz: 4f086f201b9845b35c5e4d4edd2bd4bb19c76841df0b0ddb049f9c47d49c10e57c4c8af7dd24aca6a531ebdb6a2adccccdb78ed20eeeb63292bb70ae880e8e64
7
- data.tar.gz: 9dc353b3095a5bd31dbe0dd00ded7f94a879204f1bdf93daf03f188060924466cd88d2bdee5c2bcf5418360d149e2e12259cc4003a7f38180f579043c76e34ab
6
+ metadata.gz: 6076301e470a2fef8bcf0c10729b21f30fcfc288042355fc6ca7c0ed9cf0f06b7999c431d94188b3f2fd76a70619b9eb7a286970316c03eae7b9b81a5bfad136
7
+ data.tar.gz: 4a73c18d2b7962709376865447c26d67df4d7d4e8923153ac848af35a9f442686a8826576daaa1afd1cb8ed6711d31993af1a2811aa246b47cdcf7e544487d10
@@ -109,7 +109,7 @@
109
109
  module ADIWG
110
110
  module Mdtranslator
111
111
  # current mdtranslator version
112
- VERSION = "2.20.0-beta.8"
112
+ VERSION = "2.20.0-beta.9"
113
113
  end
114
114
  end
115
115
 
@@ -24,7 +24,7 @@ module ADIWG
24
24
  def self.build(hDictionary)
25
25
 
26
26
  Jbuilder.new do |json|
27
- json.dictionaryId hDictionary[:dictionaryId] unless hDictionary[:dictionaryId].empty?
27
+ json.dictionaryId hDictionary[:dictionaryId]
28
28
  json.citation Citation.build(hDictionary[:citation]) unless hDictionary[:citation].empty?
29
29
  json.description hDictionary[:description]
30
30
  json.subject hDictionary[:subjects] unless hDictionary[:subjects].empty?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdtranslator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0.pre.beta.8
4
+ version: 2.20.0.pre.beta.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stan Smith