logstash-output-null 3.0.0 → 3.0.1

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
  SHA1:
3
- metadata.gz: 6b8b92f6566d1fda1ca4c28e279a35808c9cde4e
4
- data.tar.gz: ef23005a1113d817e610375d8fd423ba44eed807
3
+ metadata.gz: d0cc5d07bc66de02ef0f3eae21935de42635a264
4
+ data.tar.gz: d5d725ad62b6f5580cb7b3b56d5b6c734f568147
5
5
  SHA512:
6
- metadata.gz: 4ce36be717998350340a9a047c6093664234a685cbc4cc68db4e2e995ebfabb6398bee1b638f551cc112f23926260c02aa49d970ffaab109feaa3ad70953ad23
7
- data.tar.gz: 0ff3b54974d3874922e15a1ddbc9f88379c15f6d9798cacc04ede3f89eab718c1797381dee25519985d35ee34238269d926c2baff5abeafa3965a1f4335eb71c
6
+ metadata.gz: 519370dd95cd60db539890d1ecc3c546cdb36d1a7dad09c2855e7580797b453eeff96aaa1e96bd222b3bf0ffe2f390ba04ba65b2fa5be5c8b4cac8f517342f61
7
+ data.tar.gz: 90367d1a48e29dff4cf826b9eb68a73a51f66ddcc1c165cb702b9026ed3c35328534f7cea84ad3c42ea537c7a20dfcfd8b987ceed7b2e860781d314f020f8583
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ## 3.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 3.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 2.0.4
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-null'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "A null output. This is useful for testing logstash inputs and filters for performance."
7
7
  s.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"
metadata CHANGED
@@ -1,60 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-null
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: logstash-core-plugin-api
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: logstash-core-plugin-api
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: logstash-codec-plain
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
- type: :runtime
33
+ name: logstash-codec-plain
35
34
  prerelease: false
35
+ type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: logstash-devutils
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
- type: :development
47
+ name: logstash-devutils
49
48
  prerelease: false
49
+ type: :development
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: This gem is a Logstash plugin required to be installed on top of the
56
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
57
- gem is not a stand-alone program
55
+ 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
58
56
  email: info@elastic.co
59
57
  executables: []
60
58
  extensions: []
@@ -75,7 +73,7 @@ licenses:
75
73
  metadata:
76
74
  logstash_plugin: 'true'
77
75
  logstash_group: output
78
- post_install_message:
76
+ post_install_message:
79
77
  rdoc_options: []
80
78
  require_paths:
81
79
  - lib
@@ -90,11 +88,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
88
  - !ruby/object:Gem::Version
91
89
  version: '0'
92
90
  requirements: []
93
- rubyforge_project:
94
- rubygems_version: 2.5.1
95
- signing_key:
91
+ rubyforge_project:
92
+ rubygems_version: 2.4.8
93
+ signing_key:
96
94
  specification_version: 4
97
- summary: A null output. This is useful for testing logstash inputs and filters for
98
- performance.
95
+ summary: A null output. This is useful for testing logstash inputs and filters for performance.
99
96
  test_files:
100
97
  - spec/outputs/null_spec.rb