ultradns-sdk 0.0.5 → 0.0.6

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: 1e7c73a8161b279c698da154ad9c3a2deb7f6d3d
4
- data.tar.gz: 5c533fac88f1b4d0e537a0529d8f6479897e1784
3
+ metadata.gz: 48b69bad35d8ead28f0a1c48588d4c2d20eb2f00
4
+ data.tar.gz: 29419d74b1fe2c595a8078e149f421f6ba43ab26
5
5
  SHA512:
6
- metadata.gz: 63e9dbb43a3a65875c8d45c27ac52c550d0254829db649c4376083b5c35e2ca0b9bc189d9712dfa30a81e23303d0f8b9a8b7871b3bf6d16742cdfbef6972ab87
7
- data.tar.gz: ee6e8c5538de7e069e41b312c5fe3e6f966485d7f560d03f1ad5b1017584b6aee8128d18a9fd16f1d0b8a72899130fae87436fae4251876d3c623ed01ecf26a4
6
+ metadata.gz: 3049020007a0f1f8dc533403b7738624819d5113fbaf38bbf5a67a9533eb19c91a8cc84b34e76c611c63fd3c5567a81fc0e30355e5aab97a8f8e24c648e02173
7
+ data.tar.gz: 178a1e0f7483526e6ac79d9847d2323ea68fb76cdfe62ec918818354c4bb628213ee7b04b003af9a98a1fe04740be34a227492cd51f2e77a0d8440034f2c9561
@@ -18,9 +18,9 @@ class Ultradns::Client
18
18
  include Ultradns::Api::Authentication
19
19
 
20
20
  disable_rails_query_string_format
21
- default_timeout 30
21
+ default_timeout 60
22
22
  open_timeout 10
23
- read_timeout 10
23
+ read_timeout 60
24
24
  headers({'Accept' => 'application/json', 'Content-Type' => 'application/json'})
25
25
  format :json # force the format to json
26
26
 
@@ -5,5 +5,5 @@
5
5
  # of their respective owners.
6
6
 
7
7
  module Ultradns
8
- VERSION = "0.0.5"
8
+ VERSION = "0.0.6"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultradns-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ultradns