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: 598a86cd6ea379dcc630e4728a308ca6d543acaf1d06f64df8681d3aec2e8dbe
4
- data.tar.gz: 7828a7da042ee0094f7361bd3ce38c7564a4bdccc1a24a9690a720b65df2122a
3
+ metadata.gz: 52ca6ce1e5d115bc086f10adc24c24b75bc6b495a5306b2a7009ce0f0be6b59d
4
+ data.tar.gz: 405462929e081bbe4558b15a51ca6aed2cbb330b1bbb92c164ff4c7f07556c33
5
5
  SHA512:
6
- metadata.gz: f1216daf8552b6973230763fb5d8fbfb12eaa31c30143af8220fb2945d673c2e76e26075c15710b188c88fc8c7d3ecbed1206a711a9c7659c6e60d2f06682582
7
- data.tar.gz: 8ae72ca2e05eb23c3f1bf31018ba272bc2839e10290c2ea21bc44b35aacc66f98496879f93f91cc04bff7a7e22ec63b3897db194f909a6716d3a1771243acf3c
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 ft, generated on export.",
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 ft, generated on export.",
46
+ "description": "Total length of the connector in meters, generated on export.",
47
47
  "type": "number"
48
48
  },
49
49
  "startJunctionId": {
@@ -5,6 +5,6 @@
5
5
 
6
6
  module URBANopt
7
7
  module GeoJSON
8
- VERSION = '1.0.0'.freeze
8
+ VERSION = '1.0.1'.freeze
9
9
  end
10
10
  end
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.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-22 00:00:00.000000000 Z
13
+ date: 2025-01-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec