portfoliomanager-rb 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +1 -1
- data/lib/portfolio_manager/mapping_registry.rb +0 -1
- data/lib/portfolio_manager/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf256131a70cdb32fbf4889a65feff723026a1092b31efb2ca39b4a68da4dba8
|
4
|
+
data.tar.gz: 706f44b8fa9102868c4710fab6b928fcc95421eee8b30001beae17f75f166ef2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b00bf867c93a1156a180e1f3a327b8a95ff9bf8a28c575c36aa422cd82b97b9d94638b72fe6ba20a190342e3c41eca7541d4313832769787007d4b6eea22744
|
7
|
+
data.tar.gz: 793acec82b46301169386bf60e589871d574421b1d318d08a7ccff1b4f211611b09dd42ee41b14629074d1abc503d91d9f20f09b02022ec69eadf89d1aeda91a
|
data/CHANGELOG.md
CHANGED
@@ -51,6 +51,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
51
51
|
### Changed
|
52
52
|
- Fix value handling in `PortfolioManager::Xml::CustomFieldList::CustomField`.
|
53
53
|
|
54
|
+
## [0.0.9] - 2024-06-12
|
55
|
+
|
56
|
+
### Changed
|
57
|
+
- Fix mapping registry for `PortfolioManager::Xml::CustomFieldList::CustomField`.
|
58
|
+
|
54
59
|
[Unreleased]: https://github.com/pnnl/portfoliomanager-rb/compare/v0.0.1...HEAD
|
55
60
|
[0.0.1]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.1
|
56
61
|
[0.0.2]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.2
|
@@ -59,4 +64,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
59
64
|
[0.0.5]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.5
|
60
65
|
[0.0.6]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.6
|
61
66
|
[0.0.7]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.7
|
62
|
-
[0.0.8]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.
|
67
|
+
[0.0.8]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.8
|
68
|
+
[0.0.9]: https://github.com/pnnl/portfoliomanager-rb/releases/tag/v0.0.9
|
data/Gemfile.lock
CHANGED
@@ -3410,7 +3410,6 @@ module PortfolioManager
|
|
3410
3410
|
Registry.register(
|
3411
3411
|
:class => PortfolioManager::Xml::CustomFieldList::CustomField,
|
3412
3412
|
:schema_name => XSD::QName.new(nil, "customField"),
|
3413
|
-
:is_anonymous => true,
|
3414
3413
|
:schema_qualified => false,
|
3415
3414
|
:schema_attribute => {
|
3416
3415
|
XSD::QName.new(nil, "name") => "SOAP::SOAPString"
|