odata-model 0.5.11 → 0.5.12

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: dcafd5cb4a3ebb812fc353a8880d8b8f5af8fd99
4
- data.tar.gz: 855dea5ed29b2434a47e726cd551936e38faedbe
3
+ metadata.gz: 3a003350bbce164aeae646e11897b59fe0b55ea9
4
+ data.tar.gz: 272917cd35d5bb2e403fa4e56db4571ff583eb92
5
5
  SHA512:
6
- metadata.gz: e2c911767247fc58005ce5355346c0a201e54bd488361d2d5e1d2987325edb321d2870c047f9affe31e77f9aaa505e668df851d4036ce0f26251488522dcda35
7
- data.tar.gz: 7b57129ab5af77c70f0b9fe0b0faac4f34c31aeef8e6e909c0f7b45b636a49af62007aed7dc55975732bcfcb1bfd9cf45ebb98591802d338a325dcbd2a109254
6
+ metadata.gz: 13e8f52067e09bb81ff3b619b9d50c1a3e6e6e5a6578c561f0e620eee3c4bc3e985eb7d50c16338e5aaa820b61fd417824235c103aded60dbd9235a2587c329d
7
+ data.tar.gz: 6e0356df0a9a88d889d41038b187757edaa515a464fc7226bc7c0882bbb84b5fb794bd7d7af9d277d09dcea79c9f7e5b089a480eea65802510805b11736adb1d
@@ -28,7 +28,7 @@ module OData
28
28
  username: service_details[:username],
29
29
  password: service_details[:password]
30
30
  }
31
- options[:typhoeus][:auth_method] = service_details[:auth_type].to_sym
31
+ options[:typhoeus][:httpauth] = service_details[:auth_type].to_sym
32
32
  end
33
33
  options
34
34
  end
@@ -1,5 +1,5 @@
1
1
  module OData
2
2
  module Model
3
- VERSION = '0.5.11'
3
+ VERSION = '0.5.12'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: odata-model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Thompson