files.com 1.1.142 → 1.1.143

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9c439963bc3f757605322acd4e3a3c87bdc161fc9cb1304b3b0434327adcb09
4
- data.tar.gz: e24ad0310e20f6b8464efd63403a81bcb3c6795698c3ae6c1be700cd6174b054
3
+ metadata.gz: 1d31bc19b7cccebbeecb51dcbc1b6ce27088967240638449dcb62cad32c776fc
4
+ data.tar.gz: 7586cd423f0df3a1b908850bd390cd58eea97f44261d1c716d7a51e83d9fabe1
5
5
  SHA512:
6
- metadata.gz: 9d6ea89af7f64985907a0fa58290d1a1a1c226a3937593a99a671281962d3fd9be35740be51952335ee30ccafa4a012d76f9fc04f9788d5ff04d010d309652b7
7
- data.tar.gz: 5f5fdbd0bfa4bf7bec1ea23e7185273d2dbf03062ee932b76c6539f9f481383b69fe728930204bdcae58ce4da8ab021dca2b418030ec7d2e2218f52e8ecc6c5f
6
+ metadata.gz: c62bddbb0252fc2a0c602f01563f1f244efd6e55895f4e61a57d2faa51eb51aac518e3af2ec9acf2bc84a889647e5cc4278f9dfc5e5f4338cac54dc007a71a19
7
+ data.tar.gz: f88a37f145478a870e363e45eaff1bc3ec0dadbdd54c185c7c4973f9773b90862dee44b74a3f91d315618e2f0e1cce034c695b7a00de54e2960dd04c0b4a94f0
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.142
1
+ 1.1.143
@@ -113,7 +113,7 @@
113
113
 
114
114
  ---
115
115
 
116
- ## List Siem Http Destinations
116
+ ## List SIEM HTTP Destinations
117
117
 
118
118
  ```
119
119
  Files::SiemHttpDestination.list
@@ -127,7 +127,7 @@ Files::SiemHttpDestination.list
127
127
 
128
128
  ---
129
129
 
130
- ## Show Siem Http Destination
130
+ ## Show SIEM HTTP Destination
131
131
 
132
132
  ```
133
133
  Files::SiemHttpDestination.find(id)
@@ -140,7 +140,7 @@ Files::SiemHttpDestination.find(id)
140
140
 
141
141
  ---
142
142
 
143
- ## Create Siem Http Destination
143
+ ## Create SIEM HTTP Destination
144
144
 
145
145
  ```
146
146
  Files::SiemHttpDestination.create(
@@ -201,7 +201,7 @@ Files::SiemHttpDestination.create(
201
201
 
202
202
  ---
203
203
 
204
- ## send_test_entry Siem Http Destination
204
+ ## send_test_entry SIEM HTTP Destination
205
205
 
206
206
  ```
207
207
  Files::SiemHttpDestination.send_test_entry(
@@ -264,7 +264,7 @@ Files::SiemHttpDestination.send_test_entry(
264
264
 
265
265
  ---
266
266
 
267
- ## Update Siem Http Destination
267
+ ## Update SIEM HTTP Destination
268
268
 
269
269
  ```
270
270
  Files::SiemHttpDestination.update(id,
@@ -326,7 +326,7 @@ Files::SiemHttpDestination.update(id,
326
326
 
327
327
  ---
328
328
 
329
- ## Delete Siem Http Destination
329
+ ## Delete SIEM HTTP Destination
330
330
 
331
331
  ```
332
332
  Files::SiemHttpDestination.delete(id)
@@ -339,7 +339,7 @@ Files::SiemHttpDestination.delete(id)
339
339
 
340
340
  ---
341
341
 
342
- ## Update Siem Http Destination
342
+ ## Update SIEM HTTP Destination
343
343
 
344
344
  ```
345
345
  siem_http_destination = Files::SiemHttpDestination.find(id)
@@ -403,7 +403,7 @@ siem_http_destination.update(
403
403
 
404
404
  ---
405
405
 
406
- ## Delete Siem Http Destination
406
+ ## Delete SIEM HTTP Destination
407
407
 
408
408
  ```
409
409
  siem_http_destination = Files::SiemHttpDestination.find(id)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.142"
4
+ VERSION = "1.1.143"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.142
4
+ version: 1.1.143
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-30 00:00:00.000000000 Z
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable