logstash-input-generator 3.0.4 → 3.0.5

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
- SHA1:
3
- metadata.gz: d768ca7a59b7dd1fde0fbfb2ded2d311f6c64b6f
4
- data.tar.gz: ac427c83473f5dde1d187a42a7f43fc8b4757a67
2
+ SHA256:
3
+ metadata.gz: e5b6611645a65fa0165360bde46e13eb9b935108fd40b0ff5228271bf7aa729e
4
+ data.tar.gz: a9c0a3d1a0a2d3e5ea43bc077677244ca0316ba00004131cccd161bdd6b45c77
5
5
  SHA512:
6
- metadata.gz: d7d16fe4b5b0c1c59009fd3f052d6e274e3867aa1c6fc9cb9b7d9367c69a955781f99b13a32d171cbf0b65f0a0078370cd3e56ca32a2c60a321c150abb8927af
7
- data.tar.gz: a3c1db86333fc67096cc211c3b919a3b310682fa27db312b9d7f8547c4a6c8c0b3027420ae5ed9015142e1ea2f2c64643dc2545f5f60ed1893c563e9943767a3
6
+ metadata.gz: 225ec33d745902bc316e663a443b2650cf1185f3e8d6c7d44900b5fc5ec764a7dd2660a5698d679b0b56fa0e1cfbbb8c612af944d6c39b788d53466da1d4a3b7
7
+ data.tar.gz: 141a7883e7d0da20d7b20f6ee91bdf25d6b97af28e04d25d24186f313127ae4503365ce4d70145a617df272488d6d3b498d6ae1c74ff0b0c9205967e25692dc8
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-generator'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Generate random log events."
6
+ s.summary = "Generates random log events for test purposes"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Generate random log events.
104
+ summary: Generates random log events for test purposes
103
105
  test_files:
104
106
  - spec/inputs/generator_spec.rb