logstash-output-hipchat 3.0.1 → 3.0.2

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: fef6f3a040c18c69c530b9c68097f42f42bb450c
4
- data.tar.gz: d29b1de7fb602adab968f5a04cc10141a4d47ea8
3
+ metadata.gz: ee2d8a88fab7a5d8388e3db1abbe57aece28175d
4
+ data.tar.gz: ad8afe960ec5aa34dd6db3a09d5b33b5660074fa
5
5
  SHA512:
6
- metadata.gz: cd73fd3132f2fad00a9b5f32866b9c9153546f9ddca219978638fd652c7a013a8250953c59adb89703704eb5bd91161dedd6a637d4b80d6ee73d1b78a6c2f99e
7
- data.tar.gz: c7c4318e0316e3840a617598290e19414f68986f2f11ee38e205b7b34d0c797a7225e53bd44ecfcec541e026c92d5ce75ef9cfd4558adc16d3e5b8733a477d64
6
+ metadata.gz: b48c90101db7730f0a7c6b57a3d35ec7b4d59c033074cd7e35e1dc4d26201266b277aa88d2d49af73e880ec0e48b070c9495e01814a15fd3fe3b0d8853c9c282
7
+ data.tar.gz: 7469260910df64762f9001b3700f30a891bc34cf46c1733491e011b36115e0a6f5e1f9cde7a3d7e6137a449bf7b507bfea3261b51297bb900b7fa97d2b89ed04
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-hipchat'
4
- s.version = '3.0.1'
4
+ s.version = '3.0.2'
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/plugin install gemname. This gem is not a stand-alone program"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
21
21
 
22
22
  # Gem dependencies
23
- s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"
23
+ s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
24
24
  s.add_runtime_dependency "logstash-codec-plain"
25
25
  s.add_runtime_dependency "hipchat"
26
26
 
metadata CHANGED
@@ -1,21 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
11
+ date: 2015-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
16
  - - '>='
17
17
  - !ruby/object:Gem::Version
18
- version: 2.0.0.snapshot
18
+ version: 2.0.0.beta2
19
19
  - - <
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.0.0
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 2.0.0.snapshot
29
+ version: 2.0.0.beta2
30
30
  - - <
31
31
  - !ruby/object:Gem::Version
32
32
  version: 3.0.0