smplkit 3.0.24 → 3.0.25

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: e01aa3cb437ae82f20a01f1e0c8db011df81743411217757e0f7bebebd0210c1
4
- data.tar.gz: 885c582b378994dae192d1453020e211e97a3552c5938a695c1fae9e3e316d56
3
+ metadata.gz: fa5a6eee857a0f0792cc2a7c5442b752783355410e56df2b31c6a0c6a6cd0c77
4
+ data.tar.gz: 77c2fa4112a9ab8b61d017529bb1b135fff9407eac54bfb7928494e29832958c
5
5
  SHA512:
6
- metadata.gz: 4eb6729884abcc3a25a82355c426a316b10beef8ecd0fe7f2cbecf96d1a94644730086348bf35c826600cd8a36c3c604aeb495ceada93c0e3471e62a7c8d9cd5
7
- data.tar.gz: 8235e725b934305e260595371f2bc330bd409a33a0bb965f2002349f564467891f1afe3777609b5caa1a7b2d423c459d3bcec0abdacb250d1446e205da0675de
6
+ metadata.gz: b0135c0d4ac37176fa5ea072bcaa0ca11cec186f76326ec21be63c2a019892ca565c6029f409f51067ea53439a7561a349baa397f25012e5c9729ab5a3ebdd2d
7
+ data.tar.gz: 1fae10527875c467d271dde21ba7c07595901005357cb459d3ca3953429073bbd6fdc2f74b18d4f9fcc1c1fde1620942a0ba755383d4e494771e633d31db6947
@@ -19,7 +19,7 @@ module SmplkitGeneratedClient::Audit
19
19
  # HTTP method used when delivering an event.
20
20
  attr_accessor :method
21
21
 
22
- # Destination URL.
22
+ # Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
23
23
  attr_accessor :url
24
24
 
25
25
  # HTTP headers attached to each delivery request.
@@ -19,7 +19,7 @@ module SmplkitGeneratedClient::Audit
19
19
  # HTTP method used for the test request.
20
20
  attr_accessor :method
21
21
 
22
- # Destination URL.
22
+ # Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
23
23
  attr_accessor :url
24
24
 
25
25
  # HTTP headers attached to the test request.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.24
4
+ version: 3.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC