adiwg-mdtranslator 2.19.0.pre.beta.30 → 2.19.0.pre.beta.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b921ad387e26046ceba0aba97b45c173b5fd6184aa9cb2e82f5a0c0004ea71da
4
- data.tar.gz: 620c590a11ec47e9f9f5b847fad2db1668db899494bccaebdb8e56f83aa835af
3
+ metadata.gz: 9406ad642dbfb6ed729457467f9573ebed130405d655f45aada389001d229438
4
+ data.tar.gz: 92ae72e50afa64c174bcf0f26fa2e1ec646b3e22458d3116dbfcf41bf5dcd099
5
5
  SHA512:
6
- metadata.gz: fe5b8bf7b68a1650ef35c68ce656aff484027138fb13ceb57ec3be45b84f8b114ab2e92b30c3a68f4b00925a6fef5f029b6bc769eb34c9f7a756e4c2109628b1
7
- data.tar.gz: 9a362c0b8bdc750909e923c8500754fac688fe6e38c2d54c7b3c8d94e77e90b357bef807e9433fafab6f6074fd36b23f3825f1160c0f557a8eb427d13876a485
6
+ metadata.gz: 6be6df90c2ad1e6fe0847a2eb5864f7cbb8119c96cc033763e21dc1d650149b9cfa23e476babf1000ff69ea8677d3621d1960d6179bd924c131ac1b5e2692e75
7
+ data.tar.gz: 89b17ec10d571211af8824b70782721b55e92d6f6f53547535ce3bf55e6c28f5df4781a409a9127cb5880acb6ab7e0b1e52105845e5ae55b621388bcdac86136
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adiwg-mdtranslator (2.19.0.pre.beta.30)
4
+ adiwg-mdtranslator (2.19.0.pre.beta.31)
5
5
  adiwg-mdcodes (= 2.10.0)
6
6
  adiwg-mdjson_schemas (= 2.9.5)
7
7
  builder (~> 3.2)
@@ -109,7 +109,7 @@
109
109
  module ADIWG
110
110
  module Mdtranslator
111
111
  # current mdtranslator version
112
- VERSION = "2.19.0-beta.30"
112
+ VERSION = "2.19.0-beta.31"
113
113
  end
114
114
  end
115
115
 
@@ -65,9 +65,7 @@ module ADIWG
65
65
  # if empty add indeterminatePosition="unknown"
66
66
  unless hPeriod[:startDateTime].empty?
67
67
  hDateTime = hPeriod[:startDateTime]
68
- dateTime = hDateTime[:dateTime]
69
- timeResolution = hDateTime[:dateResolution]
70
- dateStr = AdiwgDateTimeFun.stringDateTimeFromDateTime(dateTime, timeResolution)
68
+ dateStr = AdiwgDateTimeFun.stringDateTimeFromDateObject(hDateTime)
71
69
  @xml.tag!('gml:beginPosition', dateStr)
72
70
  end
73
71
  if hPeriod[:startDateTime].empty?
@@ -79,9 +77,7 @@ module ADIWG
79
77
  # if empty add indeterminatePosition="unknown"
80
78
  unless hPeriod[:endDateTime].empty?
81
79
  hDateTime = hPeriod[:endDateTime]
82
- dateTime = hDateTime[:dateTime]
83
- timeResolution = hDateTime[:dateResolution]
84
- dateStr = AdiwgDateTimeFun.stringDateTimeFromDateTime(dateTime, timeResolution)
80
+ dateStr = AdiwgDateTimeFun.stringDateTimeFromDateObject(hDateTime)
85
81
  @xml.tag!('gml:endPosition', dateStr)
86
82
  end
87
83
  if hPeriod[:endDateTime].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.19.0.pre.beta.30
4
+ version: 2.19.0.pre.beta.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stan Smith
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-06-27 00:00:00.000000000 Z
12
+ date: 2024-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler