logstash-output-hipchat 4.0.0 → 4.0.1

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: d3182ba369550c084f7e8835e67a8c92d0188b8c
4
- data.tar.gz: 22fd9ebe7d7759b3a4fee4541458162608640434
3
+ metadata.gz: bcbd251d922b123cbc86cdb13fa7542b34b7faa7
4
+ data.tar.gz: 75bdf034a207eb39a81c7922315a558e027a49e3
5
5
  SHA512:
6
- metadata.gz: 45c52281aa2e2d62343c18c832126a4b27dbc20be35de89e34dc7abe216b5f9df8f8871476ecf09fff296fa2ee294491f842ae8272c480506f88803fe7000c53
7
- data.tar.gz: 516c0d3986afb84f3f911dc10e53f03421cf93637336c0660bcd72aa7558439b7af5fbf7f873222f38ed311a86537778ce2e98eb670c100dd23aca707783b2cc
6
+ metadata.gz: 5a02e97dbdfb4498e5cdbcb969223ff47435a4e7cbbe3bfb7fbf1bdde4b133a7564b707ca4305281d0e481e5f563e207c68c37a28ed6d4951769f29210c29c0a
7
+ data.tar.gz: c9737ff8da6a5ec90f042893421001569401f2ecdf57c19e9770c58948c6cd7404012957e844a2f217711a68a2b32035ec5e69b7af4cb3f74b1189b0370a24ba
@@ -1,3 +1,5 @@
1
+ ## 4.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 4.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 3.0.4
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-hipchat'
4
- s.version = '4.0.0'
4
+ s.version = '4.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output allows you to write events to Hipchat"
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"
metadata CHANGED
@@ -1,74 +1,72 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: logstash-core-plugin-api
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: '2.0'
20
- type: :runtime
19
+ name: logstash-core-plugin-api
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: logstash-codec-plain
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
- type: :runtime
33
+ name: logstash-codec-plain
35
34
  prerelease: false
35
+ type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: hipchat
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
- type: :runtime
47
+ name: hipchat
49
48
  prerelease: false
49
+ type: :runtime
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: logstash-devutils
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - ">="
60
59
  - !ruby/object:Gem::Version
61
60
  version: '0'
62
- type: :development
61
+ name: logstash-devutils
63
62
  prerelease: false
63
+ type: :development
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: This gem is a Logstash plugin required to be installed on top of the
70
- Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
71
- gem is not a stand-alone program
69
+ 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
72
70
  email: info@elastic.co
73
71
  executables: []
74
72
  extensions: []
@@ -90,7 +88,7 @@ licenses:
90
88
  metadata:
91
89
  logstash_plugin: 'true'
92
90
  logstash_group: output
93
- post_install_message:
91
+ post_install_message:
94
92
  rdoc_options: []
95
93
  require_paths:
96
94
  - lib
@@ -105,9 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
103
  - !ruby/object:Gem::Version
106
104
  version: '0'
107
105
  requirements: []
108
- rubyforge_project:
109
- rubygems_version: 2.5.1
110
- signing_key:
106
+ rubyforge_project:
107
+ rubygems_version: 2.4.8
108
+ signing_key:
111
109
  specification_version: 4
112
110
  summary: This output allows you to write events to Hipchat
113
111
  test_files: