epb_view_models 2.1.7 → 2.1.8

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.
Files changed (23) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/Gemfile +1 -1
  4. data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
  5. data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
  6. data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
  7. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
  8. data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
  9. data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
  10. data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
  11. data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
  12. data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
  13. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  14. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  15. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  16. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  17. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  18. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  19. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  20. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  21. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  22. data/lib/epb_view_models.rb +1 -1
  23. metadata +3 -7
@@ -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.1.7"
8
+ VERSION = "2.1.8"
9
9
  end
10
10
 
11
11
  # Monkey patching to avoid using ActiveRecord::Type::Boolean.new.cast
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epb_view_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - MHCLG Energy Performance of Buildings
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-07-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: nokogiri
@@ -38,7 +37,6 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '2.6'
41
- description:
42
40
  email:
43
41
  - mhclg.digital-services@levellingup.gov.uk
44
42
  executables: []
@@ -1950,7 +1948,6 @@ homepage: https://github.com/communitiesuk/epb-view-models
1950
1948
  licenses:
1951
1949
  - MIT
1952
1950
  metadata: {}
1953
- post_install_message:
1954
1951
  rdoc_options: []
1955
1952
  require_paths:
1956
1953
  - lib
@@ -1965,8 +1962,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1965
1962
  - !ruby/object:Gem::Version
1966
1963
  version: '0'
1967
1964
  requirements: []
1968
- rubygems_version: 3.5.11
1969
- signing_key:
1965
+ rubygems_version: 3.6.9
1970
1966
  specification_version: 4
1971
1967
  summary: Library used to parse Energy Performance Certificates (EPC)
1972
1968
  test_files: []