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.
@@ -5,7 +5,7 @@ loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
5
5
  loader.setup
6
6
 
7
7
  module EpbViewModels
8
- VERSION = "2.0.2"
8
+ VERSION = "2.0.4"
9
9
  end
10
10
 
11
11
  # Monkey patching to avoid using ActiveRecord::Type::Boolean.new.cast
@@ -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
- checklist_values(node.at("ACI-Cooling-Plant-Refrigeration"))[
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.2
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-03-15 00:00:00.000000000 Z
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.3.26
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)