epb_view_models 2.0.25 → 2.1.0

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +2 -2
  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-NI-21.0.0/RdSAP/ExternalDefinitions.xml +10 -10
  14. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xsd +1 -1
  15. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/AssessorManagement.xsd +1 -1
  16. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-Certificate.xsd +1 -1
  17. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-CollectedData.xsd +1 -1
  18. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/Property.xsd +1 -1
  19. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd +1 -1
  20. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd +1 -1
  21. data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd +1 -1
  22. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
  23. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
  24. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
  25. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
  26. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
  27. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
  28. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
  29. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
  30. data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
  31. data/epb_view_models.gemspec +2 -2
  32. data/lib/epb_view_models.rb +1 -1
  33. metadata +5 -9
@@ -5,8 +5,8 @@ require_relative "lib/epb_view_models"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "epb_view_models"
7
7
  spec.version = EpbViewModels::VERSION
8
- spec.authors = ["DLUHC Energy Performance of Buildings"]
9
- spec.email = ["dluhc.digital-services@levellingup.gov.uk"]
8
+ spec.authors = ["MHCLG Energy Performance of Buildings"]
9
+ spec.email = ["mhclg.digital-services@levellingup.gov.uk"]
10
10
  spec.summary = "Library used to parse Energy Performance Certificates (EPC)"
11
11
  spec.homepage = "https://github.com/communitiesuk/epb-view-models"
12
12
  spec.license = "MIT"
@@ -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.25"
8
+ VERSION = "2.1.0"
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.0.25
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - DLUHC Energy Performance of Buildings
8
- autorequire:
7
+ - MHCLG Energy Performance of Buildings
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-06-19 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,9 +37,8 @@ dependencies:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
39
  version: '2.6'
41
- description:
42
40
  email:
43
- - dluhc.digital-services@levellingup.gov.uk
41
+ - mhclg.digital-services@levellingup.gov.uk
44
42
  executables: []
45
43
  extensions: []
46
44
  extra_rdoc_files: []
@@ -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: []