civo 1.1.1 → 1.1.2

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: 2492283533a40d90ca84446d82d9207b0680d887
4
- data.tar.gz: ac0eae7be1f6e032e0dcc2e991e5da929237701f
3
+ metadata.gz: f4118b9083eceb288be66d0a0e0f8f23996a23f7
4
+ data.tar.gz: e34b5315ef26af40525bc20cad376b44bf30051c
5
5
  SHA512:
6
- metadata.gz: 22aac6d0692ff5c2537cdce7db4bfd472afbdada86e2a94a245073557d6123c8dacc62b72609aaf4eb2c973f67279db5d3978f67952fccdee8f25216e25d44b4
7
- data.tar.gz: c5e88f87f48b05ec9515006ae0261df38474f7782d562d54b5b93e34a8569e77866f6f855b13800486411d6205a7b038294f849dfd331faf0d230bd0a199e1b6
6
+ metadata.gz: e52808166690aa0ce9c2c92161a07a4a157396085f072e8aabdb245d385c2c6095323b267fcd1facfb117e43d41781551503a149a8def64aa7c1e515fc674bb7
7
+ data.tar.gz: b5246c9dd41034c39f36eb1e5bab0ccb8fdbae6cdc74b35223e9281859929e49492494965f7265e1122788b9f2fd3640cdcea6bdfaec52c631278826c01648f4
@@ -27,7 +27,7 @@ module Civo
27
27
  end
28
28
  end
29
29
 
30
- def set_request_id
30
+ def set_request_id(name, request)
31
31
  if const_defined?("Current") && Current.request_id
32
32
  request.headers["X-CivoCom-RequestID"] = Current.request_id
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module Civo
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries