Skip to content

Commit

Permalink
Bump adiwg-mdtranslator version to 2.20.0-beta.10 and update dictiona…
Browse files Browse the repository at this point in the history
…ryId handling
  • Loading branch information
jwaspin committed Jan 23, 2025
1 parent c5d379a commit 14c7560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
adiwg-mdtranslator (2.20.0.pre.beta.6)
adiwg-mdtranslator (2.20.0.pre.beta.10)
adiwg-mdcodes (= 2.10.1)
adiwg-mdjson_schemas (= 2.10.1)
builder (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/adiwg/mdtranslator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
module ADIWG
module Mdtranslator
# current mdtranslator version
VERSION = "2.20.0-beta.6"
VERSION = "2.20.0-beta.10"
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Dictionary
def self.build(hDictionary)

Jbuilder.new do |json|
json.dictionaryId hDictionary[:dictionaryId] unless hDictionary[:dictionaryId].empty?
json.dictionaryId hDictionary[:dictionaryId]
json.citation Citation.build(hDictionary[:citation]) unless hDictionary[:citation].empty?
json.description hDictionary[:description]
json.subject hDictionary[:subjects] unless hDictionary[:subjects].empty?
Expand Down

0 comments on commit 14c7560

Please sign in to comment.