lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.13.3 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.14.0

- old
+ new

@@ -1,8 +1,18 @@ # adiwg mdTranslator # version 2 history +# 2.14.0 2018-10-27 refactor taxonomy for multiple taxonomic classifications +# 2.14.0 2018-10-27 refactor taxonomy for identification reference as citation +# 2.14.0 2018-10-27 refactor taxonomy for identification procedures not required +# 2.14.0 2018-10-27 refactor spatial reference for reorganized parameter set +# 2.13.4 2018-09-28 add budget sourceId and recipientId to sbJSON contacts list +# 2.13.4 2018-09-26 deprecated ellipsoidName from geodetic, use ellipsoidIdentifier +# 2.13.4 2018-09-26 deprecated datumName from geodetic, use datumIdentifier +# 2.13.4 2018-09-26 deprecated datumName from verticalDatum object, use datumIdentifier +# 2.13.4 2018-09-26 change azimuthLineLongitude to obliqueLineLongitude +# 2.13.4 2018-09-26 change azimuthLineLatitude to obliqueLineLatitude # 2.13.3 2018-09-06 bug fix #201 change crossReference processing to an array # 2.13.3 2018-09-05 bug fix #202 skip responsibility contacts in associatedResource for sbJson # 2.13.2 2018-07-31 fix timeInterval check to allow real and integer # 2.13.2 2018-07-31 add minitest for adiwg-mdJson_schema example # 2.13.1 2018-07-02 fix bug in ISO 19110 writer when dictionary empty @@ -89,10 +99,10 @@ # 2.0.0 2016-10-01 start of version 2 module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "2.13.3" + VERSION = "2.14.0" end end # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support