odata 0.6.4 → 0.6.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4036311566c446d7bd165902d2f7ddaab1723bc
4
- data.tar.gz: c6aa004df39b76f301ce7ac10fbd910e1a91f9b4
3
+ metadata.gz: 6459e019ac7dc963e23c2a945147be22a665f096
4
+ data.tar.gz: c5e2a4082dce77e6b69b7d6653f5c9d44c771361
5
5
  SHA512:
6
- metadata.gz: 89e62614c4d01b6e5c2f12988b0a4ccb91c4a9e15038f8912254f02017dae5bb91f9f1be069038903d5ed41a0d5b77a25e1f88fed02b6d387ac9d0a6c0461ec3
7
- data.tar.gz: 4f6b9eb649e1398e9a47a0ff8f6bb6e8a4df15be375ab48b9748bd78b15636b064b80c8b3e968942b772ce0b53cce60fd370d6a39cbf7515f47dafc95579a0f8
6
+ metadata.gz: 6099596a293348cc4cc9e51f6fa83fc48d2e03ce263b5f6e0b662d2bb36f2c1509c0c5daffc0311cd82eeec991c14175bcb50c4359aab51eba44b9fba4463f0e
7
+ data.tar.gz: 79e1d33b7e16f9ca45ea6f7e2c1d8d5d0db55b3842a866cac1c5e2c22cc7cd67209bf38c58fa8fcfbb4ee5eda74ea7342783ae76b1523c5b2c355b5daf85e8fc
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.6.5
4
+
5
+ * Fixed problem in OData::ComplexType#to_xml implementation.
6
+
3
7
  ## 0.6.4
4
8
 
5
9
  * Added implementation of OData::ComplexType#type.
@@ -62,7 +62,7 @@ module OData
62
62
 
63
63
  xml_builder['data'].send(name.to_sym, attributes) do
64
64
  properties.each do |name, property|
65
- property.to_xml(xml)
65
+ property.to_xml(xml_builder)
66
66
  end
67
67
  end
68
68
  end
@@ -1,3 +1,3 @@
1
1
  module OData
2
- VERSION = '0.6.4'
2
+ VERSION = '0.6.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Thompson