logstash-input-meetup 3.0.2 → 3.0.3

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: 7a675db958ef2fa5a37d399306a722b2b602c6aa
4
- data.tar.gz: 79ad7c638c5d3e385fdfdeb13086664a6e40bd67
2
+ SHA256:
3
+ metadata.gz: d707708edea17fc04c18423a1fb419cc26ee166303252bbbef55c3253ac04cc5
4
+ data.tar.gz: 04f228ac0f73111fc473501d4c9fe882df071187dfc749a42148acae11ff6adf
5
5
  SHA512:
6
- metadata.gz: 8519a70de2eb89733608ced26902dfa40b941a565a1ec2d5b00f33c26ab2042710f2cdc0c87be9cc4756d8e4436e7da83c726f360bda0184332d577c1ef66146
7
- data.tar.gz: f2c10e0809ee78c7cbfbdae4748d9ed9bc000d8017d1380227f375947732cd396560631df9d9ff9d1faf090509a6ac8f71ce0c436fa870ab1ffdaeb4b9ac669e
6
+ metadata.gz: b00911ff5dc51e0acfb3d77938d32564dc858bdffd48924f18e6833ec0aef35c4536c14c433a0313a8c1d7875c5e3296a1fae83de7bd324d670f7ccb5405b046
7
+ data.tar.gz: 4acbf1de52e8b3237a6fdae87aadb1c9d254c31946b32fb34553431b32cd0136b1673cca211bd47e0a5f89d579a607c59914d99620ce1b6ddbd102fdc10986fa
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
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-meetup'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Query and pull events from meetup groups."
6
+ s.summary = "Captures the output of command line tools as an event"
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 = 'jason.kendall@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-meetup
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
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
@@ -38,7 +38,9 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- 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
41
+ description: This gem is a Logstash plugin required to be installed on top of the
42
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
43
+ gem is not a stand-alone program
42
44
  email: jason.kendall@elastic.co
43
45
  executables: []
44
46
  extensions: []
@@ -76,9 +78,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
78
  version: '0'
77
79
  requirements: []
78
80
  rubyforge_project:
79
- rubygems_version: 2.4.8
81
+ rubygems_version: 2.6.11
80
82
  signing_key:
81
83
  specification_version: 4
82
- summary: Query and pull events from meetup groups.
84
+ summary: Captures the output of command line tools as an event
83
85
  test_files:
84
86
  - spec/inputs/meetup_spec.rb