x-pack 0.0.1

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c65f2ce0e52ffe5c5e8057e06591923438e83bc9
4
+ data.tar.gz: f7c41537c7c60ef80295b5ccaeb3b320e3160667
5
+ SHA512:
6
+ metadata.gz: 1f19a7f40436ec9d4a9a0456edc142ea5ca34e0dc08f582de67eb200fd2324735d01f20a19027eebdaab45b2950467e7bc3e066fc89679319664c450b85ddba4
7
+ data.tar.gz: f95ede90a667773d90c16652686348f2037410e86cf8b6fc5202fbd87bc9fa21cabee46e8443f897c40724c4b5896557a9f1729d2702f716de920b44b0f81c54
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: x-pack
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Elastic
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-11-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
14
+ email: info@elastic.co
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: http://www.elastic.co
20
+ licenses:
21
+ - Elastic License
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.4.8
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Logstash x-pack plugin
43
+ test_files: []