urbanopt-geojson 0.11.0 → 0.11.1

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: 2547449dedf14b525ac23dd243c71a7b4e139ddce51ba4e84472cbec330fbc68
4
- data.tar.gz: cc2971734955eb04ce013a1d7a12ecdb9cbe249bb8466ba1edc6131b44c468da
3
+ metadata.gz: 32b936011feb9dbc9da74e001526895f70fffb05430d688edb3cb69a7a3c40ad
4
+ data.tar.gz: b783738bf7351f774698a456e11ba9668acf6f3462e67e14acf616ab7f8c20d4
5
5
  SHA512:
6
- metadata.gz: 88eb991e3efff0a5ec2396ad86a0c93db9d3993783dfd99d3496106118561b24396848a10df5592ac79837c7f35bebaed2d2facba670cdfc2e544cbfdf378ccb
7
- data.tar.gz: 22bbfdebc96a575126c6f178209acb67d2a65bc776401c32f5ccc4e8d2fe4151f0a6d74b8470b3dd7b40bc41fe8076403d7f805ddc892875d6f032586fff8fb2
6
+ metadata.gz: 45b454224a0e01c3a6a43d60de95f79ceb4bf75baf132ec5d63784c8f7252c8dfc7850f39031a764b5028578cd72ec3226ab312e5636a37f701951dc44ff755b
7
+ data.tar.gz: 85468f42a01a44ad7b7a666c98867defbb3c095ac70bb4d1aa6a2ab7970e60c0ec70f97712135b5b025b3d195bddf47a4ef75423529523f7e4aaadddead30994
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # URBANopt GeoJSON Gem
2
2
 
3
+ ## Version 0.11.1
4
+ Date Range: 01/09/24
5
+
6
+ * downgrade json-schema to 2.7 by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/267
7
+
8
+ **Full Changelog**: https://github.com/urbanopt/urbanopt-geojson-gem/compare/v0.11.0...v0.11.1
9
+
3
10
  ## Version 0.11.0
4
11
  Date Range: 7/19/23 - 01/09/24
5
12
 
@@ -10,7 +17,6 @@ Date Range: 7/19/23 - 01/09/24
10
17
  * this fixes a test that didn't get merged properly in the tests PR by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/264
11
18
  * Support OpenStudio 3.7 by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/265
12
19
 
13
-
14
20
  **Full Changelog**: https://github.com/urbanopt/urbanopt-geojson-gem/compare/v0.10.0...v0.11.0
15
21
 
16
22
  ## Version 0.10.0
@@ -5,6 +5,6 @@
5
5
 
6
6
  module URBANopt
7
7
  module GeoJSON
8
- VERSION = '0.11.0'.freeze
8
+ VERSION = '0.11.1'.freeze
9
9
  end
10
10
  end
@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'simplecov', '~> 0.18.2'
31
31
  spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
32
32
 
33
- spec.add_runtime_dependency 'json-schema', '~> 2.8'
33
+ spec.add_runtime_dependency 'json-schema', '~> 2.7'
34
34
  spec.add_runtime_dependency 'urbanopt-core', '~> 0.11.0'
35
35
  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: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan
@@ -88,14 +88,14 @@ dependencies:
88
88
  requirements:
89
89
  - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: '2.8'
91
+ version: '2.7'
92
92
  type: :runtime
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - "~>"
97
97
  - !ruby/object:Gem::Version
98
- version: '2.8'
98
+ version: '2.7'
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: urbanopt-core
101
101
  requirement: !ruby/object:Gem::Requirement