lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.4.0 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.5.0
- old
+ new
@@ -1,9 +1,9 @@
# adiwg mdCodes
# version 2 history
-# 2.4.0 2018-01-10 added adiwg mapGridSystem codelist
+# 2.5.0 2018-03-28 added adiwg dataTypes codelist (ANSI and SQL data types)
# 2.4.0 2018-01-10 added adiwg mapProjection codelist
# 2.3.3 2017-10-11 added associationType code 'isPartOf'
# 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate'
# 2.3.1 2017-09-21 added role codes 'observer', 'curator'
# 2.3.0 2017-08-01 added showDeprecated parameter to mdCodes methods
@@ -16,10 +16,16 @@
# 2.1.4 2017-02-13 added adiwg_metadataStandard, adiwg_metadataRepository codelists
# 2.1.3 2017-02-07 added adiwg_addressType codelist
# 2.1.1 2016-12-18 change to European spelling 'polarisation'
# 2.1.0 2016-11-27 added 10 MI codelists
+module ADIWG
+ module Mdcodes
+ VERSION = "2.5.0"
+ end
+end
+
# version 1 history
# 0.1.0 2014-11-05 first release
# 0.1.1 2014-11-06 added factSheet to scope
# 0.2.0 2014-11-07 add option to return only codeNames
# ... moved resources directory outside of lib
@@ -30,11 +36,5 @@
# 1.0.1 2015-06-11 added new codes to 'scope'
# 1.1.0 2015-07-22 added codelists for cellGeometry, dimensionNameType, imageCondition, coverageContentType
# 1.1.0 2015-07-28 added codelists for country, languages
# 1.2.0 2015-09-18 change source of characterSet from ISO to IANA
# 1.2.1 2015-09-28 bumped version number to match gem
-
-module ADIWG
- module Mdcodes
- VERSION = "2.4.0"
- end
-end