odata 0.6.14 → 0.6.15

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: 943ab749473103096ac1e3112bd58a3cac8ef453
4
- data.tar.gz: aff62045213d7722a951bad6d8f2bdb014f6868a
3
+ metadata.gz: 6e83d2a763bb4cd6d4213ce5e9be23d0f6e7f02b
4
+ data.tar.gz: 1f45cb9c32597e22a6b2e701534d369e6c65fc05
5
5
  SHA512:
6
- metadata.gz: 39c5d5f35616c5fac44c53eb8a7ad4f1bfb2e3820e4af4f9b15221c3ef4a9414207bc91c463e0f4db6b15e4e88b61d7b0fd332011201c7022ed1a44fb4e6f5a6
7
- data.tar.gz: 816272d9977ae762154bc288067b89d3c28c46c8813ff0577bb03c5b63051e7a9c6f3d57a00de7b49e9c2403e0365aee6ac2acf003cd76dd9afd226c34a769ae
6
+ metadata.gz: fde18385c775b9cd4abaed0a9cdca0407cf929fb628f9869fe6ae824ee669a2a7133b5459c9f753fe6b93127f0dd501717fd40b19503cb330f9ebad49d4b4233
7
+ data.tar.gz: 69002bdb927450f5355555f86910e35b1b8df34b984cf87daab0f150dd235e80a894f28c7dcdaa9dc2374a3a99f6eba3e9cb41f82c37ea4ed3a4bc5cdcb992a1
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.6.15
4
+
5
+ * Fixed minor bug in last release.
6
+
3
7
  ## 0.6.14
4
8
 
5
9
  * Changed implementation of OData::Association::Proxy#[] to properly handle
@@ -17,9 +17,9 @@ module OData
17
17
  else
18
18
  nil
19
19
  end
20
+ else
21
+ association_results(association_name)
20
22
  end
21
-
22
- association_results(association_name)
23
23
  end
24
24
 
25
25
  def size
@@ -1,3 +1,3 @@
1
1
  module OData
2
- VERSION = '0.6.14'
2
+ VERSION = '0.6.15'
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.14
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Thompson