hoodoo 2.12.4 → 2.12.5

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
  SHA256:
3
- metadata.gz: cdca69c2a29ece8bc75d1470298b790131dc103929c0bd654c5e01ff6b841175
4
- data.tar.gz: 5ed6123e57aa9e3fc8344b7178f5aa68765ce5b646cf379ec08914ff2d86c89b
3
+ metadata.gz: 66a0023615774ce3301294c29a59a5b2f7a8309c395318768a107896e5c820b7
4
+ data.tar.gz: be7903771796d3a114d2cf2280e21cef5f09e09abe95dcfb9f1109fefd5daf8d
5
5
  SHA512:
6
- metadata.gz: 6ff3091821407f644dabb949c6f3bb45f54eba866184633904e056b74a979a9f73f555387f3f167bf43f39ea9e127ccf555f041b2f4cb7b6da74557e90cc3064
7
- data.tar.gz: '078991782941704131ffe94f29a37c9e155b8bab2b64618d793c9923d42c70ff67d50dd1895e38a42a5966427d54f35dae37657bb445b325fdf08ab14cbb9d46'
6
+ metadata.gz: e76de3e7a6b0c2e54049504eac1e9db39c056e19fb7a2d0e66870a6c7e159b19eaf64a27ac1ac9eb76d6dc5dc7d1cf5d3c046647d71755e045fc4cef8a80ea2e
7
+ data.tar.gz: 48e35803470ab2634e6c9186d06179d4f507ef7faeff752af3aab2c3dc5adc151dcb5519f34c675b3ca4f18833b8f221bb74f1af11bde227f5717ab3708e1469
@@ -132,12 +132,14 @@ module Hoodoo; module Services
132
132
  MAXIMUM_PAYLOAD_SIZE = 1048576 # 1MB Should Be Enough For Anyone
133
133
 
134
134
  # Maximum *logged* payload (inbound data) size.
135
+ # Keep consistent with max payload size so data is not lost from the logs.
135
136
  #
136
- MAXIMUM_LOGGED_PAYLOAD_SIZE = 1024
137
+ MAXIMUM_LOGGED_PAYLOAD_SIZE = MAXIMUM_PAYLOAD_SIZE
137
138
 
138
139
  # Maximum *logged* response (outbound data) size.
140
+ # Keep consistent with max payload size so data is not lost from the logs.
139
141
  #
140
- MAXIMUM_LOGGED_RESPONSE_SIZE = 1024
142
+ MAXIMUM_LOGGED_RESPONSE_SIZE = MAXIMUM_PAYLOAD_SIZE
141
143
 
142
144
  # The default test session; a Hoodoo::Services::Session instance with the
143
145
  # following characteristics:
@@ -12,11 +12,11 @@ module Hoodoo
12
12
  # The Hoodoo gem version. If this changes, be sure to re-run
13
13
  # <tt>bundle install</tt> or <tt>bundle update</tt>.
14
14
  #
15
- VERSION = '2.12.4'
15
+ VERSION = '2.12.5'
16
16
 
17
17
  # The Hoodoo gem date. If this changes, be sure to re-run
18
18
  # <tt>bundle install</tt> or <tt>bundle update</tt>.
19
19
  #
20
- DATE = '2019-11-15'
20
+ DATE = '2020-01-10'
21
21
 
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoodoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.4
4
+ version: 2.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loyalty New Zealand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-15 00:00:00.000000000 Z
11
+ date: 2020-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -598,7 +598,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
598
598
  - !ruby/object:Gem::Version
599
599
  version: '0'
600
600
  requirements: []
601
- rubygems_version: 3.0.6
601
+ rubygems_version: 3.1.2
602
602
  signing_key:
603
603
  specification_version: 4
604
604
  summary: Opinionated APIs