tickethub 0.3.54 → 0.3.55

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: ea6a283eb2df1fc7ea406fa04b1c07a34596cc6f
4
- data.tar.gz: 283169cbae847c6759e3981ec0e77e5784273928
3
+ metadata.gz: 2104dae8c56d244f9d0d90bede003ad3f7f0538d
4
+ data.tar.gz: d326ad069be4b004c67211254861d0aa93cea2c4
5
5
  SHA512:
6
- metadata.gz: 78576cb1e113efb4cd0dc0de741de6474fceda07ddd06dcc58a74883dbde8d2234e18c04717dd0e9b19712ff54218a268cc2ee93084987d85f5e1f12bed46585
7
- data.tar.gz: b12120d5e856e8274a71e28143f9212c70856405473a55f39698636153db3b2fae3d2623ea7fc249e180e03670c099a5358698cfc64c8fed354c2489e97f6e40
6
+ metadata.gz: f9e2f0c3716fbfe47175a363352b76766bd72145047a56882aa836783e10bdb5574e7334364f63f7ac011619c573a07237a04f5359ea083c793d16b45f7f2cea
7
+ data.tar.gz: 259b8a4ecbfdf9c44c43cfd018ce847ae3d4bb81979ff3aebaf4c0ba897960928575cae6107da67c9a9314de50c1188569681a3d6c2c20fa749ecc92f2cd719c
@@ -13,7 +13,7 @@ module Tickethub
13
13
  @url = url.to_s
14
14
  @id = SecureRandom.uuid
15
15
  @retries = 3
16
- @timeout = 15
16
+ @timeout = 30
17
17
 
18
18
  @options = {
19
19
  :method => :get,
@@ -1,3 +1,3 @@
1
1
  module Tickethub
2
- VERSION = '0.3.54'
2
+ VERSION = '0.3.55'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.54
4
+ version: 0.3.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Morgan