osut 0.2.3 → 0.2.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 +4 -4
- data/lib/osut/utils.rb +1 -11
- data/lib/osut/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: 8ac247dd8727579e8df08657180270d4ea29d442aab74b88e155089ede885fa8
|
|
4
|
+
data.tar.gz: 716bda4b47cd901753364273faac217bc64553cbb1313514149be9ff633b26b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 478aab955e84f3e4b2821b5bf7b3336541dd23fd55421a3fd54d826c138547bec1e862776a9629ef6b4a44e3a17ce4646a0b73eabc3a370071efe3a58002c28c
|
|
7
|
+
data.tar.gz: a877fa6c0f16980d9ed75e3b3f9ba1140c2e0ea655e947e3810b29ae5ee6a940ce888be4e4dcea81fea03e579302bbc7bc36dd13fce923ccb5af07569984ca4f
|
data/lib/osut/utils.rb
CHANGED
|
@@ -304,19 +304,9 @@ module OSut
|
|
|
304
304
|
end
|
|
305
305
|
end
|
|
306
306
|
|
|
307
|
-
# unless equip.to_ZoneHVACLowTemperatureRadiantElectric.empty?
|
|
308
|
-
# equip = equip.to_ZoneHVACLowTemperatureRadiantElectric.get
|
|
309
|
-
#
|
|
310
|
-
# unless equip.heatingSetpointTemperatureSchedule.empty?
|
|
311
|
-
# sched = equip.heatingSetpointTemperatureSchedule.get
|
|
312
|
-
# end
|
|
313
|
-
# end
|
|
314
|
-
|
|
315
307
|
unless equip.to_ZoneHVACLowTemperatureRadiantElectric.empty?
|
|
316
308
|
equip = equip.to_ZoneHVACLowTemperatureRadiantElectric.get
|
|
317
|
-
|
|
318
|
-
sched = equip.heatingSetpointTemperatureSchedule.get
|
|
319
|
-
end
|
|
309
|
+
sched = equip.heatingSetpointTemperatureSchedule.get
|
|
320
310
|
end
|
|
321
311
|
|
|
322
312
|
unless equip.to_ZoneHVACLowTempRadiantConstFlow.empty?
|
data/lib/osut/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: osut
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Bourgeois
|
|
@@ -90,7 +90,7 @@ licenses:
|
|
|
90
90
|
- BSD-3-Clause
|
|
91
91
|
metadata:
|
|
92
92
|
homepage_uri: https://github.com/rd2/osut
|
|
93
|
-
source_code_uri: https://github.com/rd2/osut/tree/v0.2.
|
|
93
|
+
source_code_uri: https://github.com/rd2/osut/tree/v0.2.5
|
|
94
94
|
bug_tracker_uri: https://github.com/rd2/osut/issues
|
|
95
95
|
post_install_message:
|
|
96
96
|
rdoc_options: []
|