logstash-input-github 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: c5529d3ba68d8b0f16ac80d36b03a70e55241cf7
4
- data.tar.gz: 0c389115612e7485a020f4da946b0a8132515548
2
+ SHA256:
3
+ metadata.gz: ba608dbc24c637abe5b3de51a2931987955a75c53efa0e4829002f415ba75aaa
4
+ data.tar.gz: 194d819280ea46808d1124f81fc0f3ed969ec6f709e43b7aaba83e9df8c34bb0
5
5
  SHA512:
6
- metadata.gz: b3a190fd388652dcfca81dd705ede65d003db513561d92fddf7f5d3d9bb2056f7b2fb7fc14f19c8a9472a82ab456c19195ab3e42a4e97ddbad53a6e0ad5ca746
7
- data.tar.gz: 16347d944c61a9748d5a3c194ef81c4b5b8975f76c27de098077ef185efa91bf3515baf35f22f2d07b5a5c97d6f5303470a4dc8143acc2dad2570c559ae4e3e9
6
+ metadata.gz: 45a3030e7bcb4ce5ffd216e618d04f314990f31cf8b9b9c869b3493e81ff29921ed549442851e13c637adcfb4c48b7d36e84b7a748dbaec3e34c2b277c10d1df
7
+ data.tar.gz: 179a5e50072f2442f4d1bb1e6d021ef0ca9735ed1d8464cba5dc53642e40f18a3ab485c9a8c22af15bdd8b1562abc82daf4c921bfce76d402b62b7a7b14fcae0
@@ -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-github'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Accept events from github webhooks."
6
+ s.summary = "Reads events from a GitHub webhook"
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-github
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
@@ -86,7 +86,9 @@ dependencies:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
- 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
89
+ description: This gem is a Logstash plugin required to be installed on top of the
90
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
91
+ gem is not a stand-alone program
90
92
  email: jason.kendall@elastic.co
91
93
  executables: []
92
94
  extensions: []
@@ -126,10 +128,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  version: '0'
127
129
  requirements: []
128
130
  rubyforge_project:
129
- rubygems_version: 2.4.8
131
+ rubygems_version: 2.6.11
130
132
  signing_key:
131
133
  specification_version: 4
132
- summary: Accept events from github webhooks.
134
+ summary: Reads events from a GitHub webhook
133
135
  test_files:
134
136
  - spec/fixtures/event_create.json
135
137
  - spec/inputs/github_spec.rb