epb_view_models 2.0.2 → 2.0.4
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/.ruby-version +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/ExternalDefinitions.xml +67 -31
- data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/EPC-Certificate.xsd +0 -1
- data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/Templates/EPC-CollectedData.xsd +62 -14
- data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/UDT/EPC-Domains.xsd +35 -0
- data/api/schemas/xml/RdSAP-Schema-21.0.0/RdSAP/UDT/SAP-Domains.xsd +3333 -3264
- data/lib/epb_view_models.rb +1 -1
- data/lib/helper/ac_report_extraction.rb +1 -1
- metadata +3 -3
data/lib/epb_view_models.rb
CHANGED
@@ -103,7 +103,7 @@ module Helper
|
|
103
103
|
refrigerant_name:
|
104
104
|
xpath(%w[ACI-Cooling-Plant-Refrigeration/Refrigerant-Name], node),
|
105
105
|
f_gas_inspection:
|
106
|
-
|
106
|
+
checklist_values_with_guidance(node.at("ACI-Cooling-Plant-Refrigeration"))[
|
107
107
|
:f_gas_inspection
|
108
108
|
],
|
109
109
|
pre_compressor:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epb_view_models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DLUHC Energy Performance of Buildings
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -1895,7 +1895,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1895
1895
|
- !ruby/object:Gem::Version
|
1896
1896
|
version: '0'
|
1897
1897
|
requirements: []
|
1898
|
-
rubygems_version: 3.
|
1898
|
+
rubygems_version: 3.5.9
|
1899
1899
|
signing_key:
|
1900
1900
|
specification_version: 4
|
1901
1901
|
summary: Library used to parse Energy Performance Certificates (EPC)
|