urbanopt-geojson 1.0.0 → 1.0.1
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: 52ca6ce1e5d115bc086f10adc24c24b75bc6b495a5306b2a7009ce0f0be6b59d
|
4
|
+
data.tar.gz: 405462929e081bbe4558b15a51ca6aed2cbb330b1bbb92c164ff4c7f07556c33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cc3f5483f60f71d54c79c4276dabf28f908fbd64e0ed4aeb1c787ee674ec95ead10c9db398e16b490691d8b3073f76bb3ab220033fb3ac29c355cfbd292673d
|
7
|
+
data.tar.gz: ab464a7d62ea5f25ff1fe1c7c06c2932f6a42f4e0acc1c878bd4fa79aed865c7fee71941bf515274bd054bd0eb596bd5f705b65c484bfbb58738965de0c78bca
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# URBANopt GeoJSON Gem
|
2
2
|
|
3
|
+
## Version 1.0.1
|
4
|
+
|
5
|
+
## What's Changed
|
6
|
+
|
7
|
+
* Use SI units for connector lengths by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/283
|
8
|
+
|
9
|
+
**Full Changelog**: https://github.com/urbanopt/urbanopt-geojson-gem/compare/v1.0.0...v1.0.1
|
10
|
+
|
3
11
|
## Version 1.0.0
|
4
12
|
|
5
13
|
## Exciting new features 🎉
|
@@ -36,14 +36,14 @@
|
|
36
36
|
"$ref": "#/definitions/ThermalConnectorType"
|
37
37
|
},
|
38
38
|
"lengths": {
|
39
|
-
"description": "Length of each segment in
|
39
|
+
"description": "Length of each segment in meters, generated on export.",
|
40
40
|
"type": "array",
|
41
41
|
"items": {
|
42
42
|
"type": "number"
|
43
43
|
}
|
44
44
|
},
|
45
45
|
"total_length": {
|
46
|
-
"description": "Total length of the connector in
|
46
|
+
"description": "Total length of the connector in meters, generated on export.",
|
47
47
|
"type": "number"
|
48
48
|
},
|
49
49
|
"startJunctionId": {
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
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: 2025-01-
|
13
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|