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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab4cbfc60860861920d289e5d1cd69b901ad98bf
4
- data.tar.gz: 351e525c3b3e91c6d919c558f988d9af32a91979
3
+ metadata.gz: e6644506399786a81d83f9c9d361f42ae88453f5
4
+ data.tar.gz: 302f91f1e03f595d98eb00df7d95b82b3e470171
5
5
  SHA512:
6
- metadata.gz: ffefb8f71d5e5e30ee7a45dd7ea95c27b7ee51a3e9500c2ee431df80ae835ccceaa5af9f553260cfdc3fe6e12ce778e05fd570643a82079493c47c086310e1a6
7
- data.tar.gz: ae3b81fa55ed0380cb223e15d5d68e7a3369c10f6fb9f9e5a9fc48fc1fbc5b0b117734c2ad69177786581da40a18ef0461d8f989423b35d2d3ccbb486f60f2d7
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 = '1.0.3'
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", "~> 1.0"
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: 1.0.3
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: '1.0'
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: '1.0'
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