urbanopt-geojson 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc9d4b27e9c9883bbe96cc005b81203af8c0c957c5032e9c5ef0d4c03e1e079c
|
|
4
|
+
data.tar.gz: 7e9d387544a66b8a032143b9a4ea72a026985bf0f5195475410230f49a148114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa7270fc90eea838a36ed059b396e0985de7084820aa171c922cd012a0ca96564c04da5df533b80ed91c47b7b317220c23554c30a752fae305b10ac4796e6e26
|
|
7
|
+
data.tar.gz: acad4381d71ef9f18e29f92ae6aafc420a0200c1db26c67fb19c29eb3e5a4324d16e8260ff9e5757bdb5bedfc3d481fab9dc3a57e2c07e6439864cb262604d2f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# URBANopt GeoJSON Gem
|
|
2
2
|
|
|
3
|
+
## Version 0.6.4
|
|
4
|
+
Date Range: 07/01/21 - 07/07/21
|
|
5
|
+
|
|
6
|
+
- Fixed [#184](https://github.com/urbanopt/urbanopt-geojson-gem/issues/184), Add missing transformers to equipment enum so that validation passes
|
|
7
|
+
|
|
3
8
|
## Version 0.6.3
|
|
4
|
-
Date Range: 05/07/21 -
|
|
9
|
+
Date Range: 05/07/21 - 07/01/21
|
|
5
10
|
|
|
6
11
|
- Fixed [#178](https://github.com/urbanopt/urbanopt-geojson-gem/issues/178), Remove NREL ZNE Ready
|
|
7
12
|
2017 template from schema
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: urbanopt-geojson
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tanushree Charan
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-07-
|
|
13
|
+
date: 2021-07-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|