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.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/api/schemas/xml/CEPC-S-7.1/Reports/BaseDataTypes.xsd +300 -300
- data/api/schemas/xml/CEPC-S-7.1/Reports/CEPC-Reports.xsd +66 -66
- data/api/schemas/xml/CEPC-S-7.1/Reports/Input-Data.xsd +34 -34
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd +125 -125
- data/api/schemas/xml/CEPC-S-7.1/Reports/Performance-Summary.xsd.bak +123 -123
- data/api/schemas/xml/CEPC-S-7.1/Reports/Property.xsd +67 -67
- data/api/schemas/xml/CEPC-S-7.1/Reports/Report-Header.xsd +178 -178
- data/api/schemas/xml/CEPC-S-7.1/Reports/Reported-Data.xsd +406 -406
- data/api/schemas/xml/CEPC-S-7.1/Reports/UserManagement.xsd +174 -174
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.0/RdSAP/ExternalDefinitions.xml +10 -10
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/ExternalDefinitions.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/AssessorManagement.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-Certificate.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/EPC-CollectedData.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/Property.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/Templates/RdSAP-Report.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/EPC-Domains.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-NI-21.0.1/RdSAP/UDT/SAP-Domains.xsd +1 -1
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/ExternalDefinitions.xsd +261 -261
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/AssessorManagement.xsd +213 -213
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-Certificate.xsd +400 -400
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/EPC-CollectedData.xsd +1051 -1051
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/Property.xsd +66 -66
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/RdSAP-Report.xsd +176 -176
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/Templates/ReportList.xsd +26 -26
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/EPC-Domains.xsd +858 -858
- data/api/schemas/xml/RdSAP-Schema-S-19.0/RdSAP/UDT/SAP-Domains.xsd +2684 -2684
- data/epb_view_models.gemspec +2 -2
- data/lib/epb_view_models.rb +1 -1
- metadata +5 -9
data/epb_view_models.gemspec
CHANGED
@@ -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 = ["
|
9
|
-
spec.email = ["
|
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"
|
data/lib/epb_view_models.rb
CHANGED
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
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
autorequire:
|
7
|
+
- MHCLG Energy Performance of Buildings
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
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
|
-
-
|
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.
|
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: []
|