logstash-input-thisisonlyatest 1.0.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-input-thisisonlyatest.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6644506399786a81d83f9c9d361f42ae88453f5
|
4
|
+
data.tar.gz: 302f91f1e03f595d98eb00df7d95b82b3e470171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbc1966d7d613aae0f1c80e247d0a1f2c037a840abd18ff0968e3a0728d3e8dc5af944710d6d1d74c37050803fb2c67866e7236917ea5e630091a778d9cc05f7
|
7
|
+
data.tar.gz: f7bc81de01238dfc4d4de8632bcf447fc117d19da95c72f4d2c66d88222383aa81ddb9a846c2fc46c1a8bc61dafed780b328a7ef10c3eb10db2b81da5d973c8a
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-thisisonlyatest'
|
3
|
-
s.version = '
|
3
|
+
s.version = '2.0.0'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This example input streams a string at a definable interval."
|
6
6
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
|
|
17
17
|
# Special flag to let us know this is actually a logstash plugin
|
18
18
|
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" }
|
19
19
|
|
20
|
-
s.add_runtime_dependency "ph-core-plugin-api", "~>
|
20
|
+
s.add_runtime_dependency "ph-core-plugin-api", "~> 2.0"
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-thisisonlyatest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2.0'
|
27
27
|
description: This gem is a logstash plugin required to be installed on top of the
|
28
28
|
Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
|
29
29
|
a stand-alone program
|