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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9db4fa85bbd8a3e3ce9d382956d73d0ede454349669d8c417eceaa17ef3364b
|
4
|
+
data.tar.gz: 35e87c714233925e22d192ff0d3d1f2c261f73bd74a7031fa411a9a9133e5ce0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1a89d38cc64b145833d0e337c7fb103138010b095b2317804a74253e304a79c35b1585cd7888622defd4f1b822bd136f4190f9cf4973a3979bfafc3a6cc7c5b
|
7
|
+
data.tar.gz: 75accbc9e3befa7cf462de14330cee27993017e0888b5b817045d6e527651a826a8cf4812f11599596ca59c81f208718a699a48a7e8820e1caa65ddb90ce1d67
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -28,7 +28,7 @@ GEM
|
|
28
28
|
language_server-protocol (3.17.0.4)
|
29
29
|
logger (1.6.5)
|
30
30
|
minitest (5.25.4)
|
31
|
-
nokogiri (1.18.
|
31
|
+
nokogiri (1.18.8-arm64-darwin)
|
32
32
|
racc (~> 1.4)
|
33
33
|
parallel (1.26.3)
|
34
34
|
parser (3.3.7.1)
|
@@ -97,7 +97,7 @@ PLATFORMS
|
|
97
97
|
ruby
|
98
98
|
|
99
99
|
DEPENDENCIES
|
100
|
-
nokogiri (
|
100
|
+
nokogiri (>= 1.18.8)
|
101
101
|
rake (~> 13.0.6)
|
102
102
|
rexml (>= 3.3.9)
|
103
103
|
rspec (~> 3.0)
|