honeybee-openstudio 2.7.4 → 2.7.5

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: 1903c896fe29f1263628414fa5f9356dee9be000db08bc312c815eb9586977e9
4
- data.tar.gz: 8fd8ec52f82f32643decc4b7c46db5301de4c293bcea85bbc4bf34c09089b206
3
+ metadata.gz: '059c1b63676053fb14b460d18b2f8cadab0ab7638a4632560861bf7e02b9db28'
4
+ data.tar.gz: 125278d93d4ef1ff13e9bf025154566cfce9b05d56474fd32037d840edba0510
5
5
  SHA512:
6
- metadata.gz: 8b3de3b26914f9a2476c851e44537a8d6c315b30efd5d43500b84cd7c2d1fa830c0ff142615f1bc86bd6d660031bd5576c58ab846ec9d33827ffc7a7372173e5
7
- data.tar.gz: b06384194b3646129e9c5cd5a15eb8856a71aea96b0d7d9bcf25c2219d60f5dad1f0e155a6bb99fc678f0c49565dcb10cef5a705871274d601a26e4957c4372b
6
+ metadata.gz: e5b62b5173f80a27a21d85eb565bf1546c779595dd5505d8b718aec5cceef98a9b1e017e70be302daf2a276cc083f51be6b7d379bd197658c7ef3dc181fb3245
7
+ data.tar.gz: 386187297eda2342a16bacc18bd33c804a50ce203a44983ee3f254ae192e6432fb19a96558b40e9e6fc8dd4f8a27da517c704ae5037e0d4c39eb9732208e999f
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.7.4'
7
+ spec.version = '2.7.5'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -201,7 +201,7 @@ class OpenStudio::Model::Model
201
201
  zone_equipment_ventilation: false)
202
202
  standard.model_add_hvac_system(self, 'Unit Heaters', ht = 'NaturalGas', znht = nil, cl = nil, heated_zones)
203
203
 
204
- when 'DOAS with fan coil district chilled water with no heat '
204
+ when 'DOAS with fan coil district chilled water with no heat'
205
205
  standard.model_add_hvac_system(self, 'DOAS', ht = nil, znht = nil, cl = 'DistrictCooling', zones,
206
206
  air_loop_heating_type: nil)
207
207
  standard.model_add_hvac_system(self, 'Fan Coil', ht = nil, znht = nil, cl = 'DistrictCooling', zones,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybee-openstudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.4
4
+ version: 2.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanushree Charan