urbanopt-geojson 0.6.1 → 0.6.2
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/urbanopt/geojson/schema/building_properties.json +2 -0
- data/lib/urbanopt/geojson/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4bd8a5ec0c2b452cb276dc44a156ad9888571e20f0db13347a14b7c50a5a8610
|
|
4
|
+
data.tar.gz: '022686678075db47feb84f3b2b6d5de6022921aa78f2f9b4a954ccaa426ffd29'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 801e7ecf2ffa72c5294620d75ba612e9aa445a58cd33d0c16ce2ad41c0c3f52a6c0b7544572ff66da4a43adf7457da9661e6823836dfca04c874d00176ce109a
|
|
7
|
+
data.tar.gz: a61df95d514a2ee57623c6a7117a83aa09f10c230f64b94c77e74bf58313a36c521c4cb913e93312ead26b0938122f3fc077f147d79e01cded631c8af4e1bf5b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# URBANopt GeoJSON Gem
|
|
2
2
|
|
|
3
|
+
## Version 0.6.2
|
|
4
|
+
Date Range: 04/30/21 - 05/06/21
|
|
5
|
+
|
|
6
|
+
- Fixed [#161]( https://github.com/urbanopt/urbanopt-geojson-gem/issues/161 ), Add 90.1-2016 and 90.1-2019 to UO geojson schema
|
|
7
|
+
|
|
3
8
|
## Version 0.6.1
|
|
4
9
|
|
|
5
10
|
Date Range: 04/27/21 - 04/29/21
|
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.2
|
|
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-
|
|
13
|
+
date: 2021-05-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|