epb_view_models 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.3"
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.3
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-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri