ucp-logstash-pipeline-test 0.1.0
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 +7 -0
- data/lib/ucp_logstash_pipeline_test.rb +3 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3c27ea04e779781b0fc709c7b91ff8ad93b2b773fa60fdd9759f4e9252460fcd
|
|
4
|
+
data.tar.gz: 71285319199ce22ae0a3fe32cb8c8890aab094f0a12b8ee2a6208d9c8533ed5d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: bd3e6f479520e37cf3ae4a570608f260085e50775e73f11a9b495f9d3be4417f2e418d29ce6e29c115d46dbdb4087ac47f18f794e85f4fcbf811ba996e62a46b
|
|
7
|
+
data.tar.gz: 9abbf440ebccf677a865feeddf4680ca18d1f77bd5c2101be9bfab6fcf4a7499fa68f2c9213dfafe20ea5e45abcbf998dccd450f1dfadf4fae8bf4a3c4735c50
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ucp-logstash-pipeline-test
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Microsoft
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-08-25 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: A non-production package used only to validate RubyGems publishing from
|
|
14
|
+
the UCP Logstash pipeline.
|
|
15
|
+
email:
|
|
16
|
+
- msg-ucp@service.microsoft.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- lib/ucp_logstash_pipeline_test.rb
|
|
22
|
+
homepage: https://msdata.visualstudio.com/DefaultCollection/Sentinel%20Graph/_git/UCP-LogstashJavaPlugin
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
source_code_uri: https://msdata.visualstudio.com/DefaultCollection/Sentinel%20Graph/_git/UCP-LogstashJavaPlugin
|
|
27
|
+
rubygems_mfa_required: 'true'
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.6.0
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.5.22
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Dummy gem for validating the UCP Logstash release pipeline
|
|
47
|
+
test_files: []
|