Sha256: 26fab00558e91c5405bd587b82dca43e7fad7a5c09206b5b0fbf9c65799c915f
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
# adiwg mdTranslator # version history # 0.8.0 2014-09-26 first version to release # 0.8.1 2014-10-06 used uri from first onlineResource of the resource citation # ... as source for datasetURI in iso19115-2 writer # ... removed resourceURI from resourceInfo section of adiwgJson # 0.8.2 2014-10-09 added the 'version' command to the CLI for returning the # ... mdTranslator version number # 0.8.3 2014-10-10 added readme files in kramdown format for each reader and writer # 0.8.4 2014-10-10 modified writers to pass minimum metadata input test # ... test were added to handle a missing metadata > metadataInfo # ... block in the input. # 0.8.5 2014-10-11 added methods to pass content of readme files # 0.8.6 2014-10-15 added cli option to return entire content mdTranslator response module ADIWG module Mdtranslator # current mdtranslator version VERSION = "0.8.6" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdtranslator-0.8.6 | lib/adiwg/mdtranslator/version.rb |