logstash-output-jsm 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/logstash-output-jsm.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ada91aab7f1f4d99dadc5dfddb192898e6737ea26a52106a5b960c99d882c32
4
- data.tar.gz: f3c344ac7a36c52cd6d72c64715dcad00ca9994c2908f4739c890ec3b8be789b
3
+ metadata.gz: c4afda704c1921876f542816b6b6fee83b600a50a71aba27bb74fb4e9a7be106
4
+ data.tar.gz: 3ad5ad30f05439fa2e4844db752af1bccdb839d3be52685163372c123ee9e11b
5
5
  SHA512:
6
- metadata.gz: beb0ef29d50f43c9578a878f68818ce9c9120ecebdb3bb83215810963e17b5c4dbe250e1c88622226815440ec6539f9c61864463f08da868761c4242f6c12da8
7
- data.tar.gz: ec8c72410a84a2c04acfef641644824583c3d12888e13996b0c60fb669daa613ef37f089b4690a941e563a8318e7505000e1e043db826a93a0fa8cf8a66a0636
6
+ metadata.gz: 15b5cd7f22b60c94bd8fb23701ad06df2e9daa09622bc2ab1946b41c5b64c6a7db51992ce027e8f5cc6e65315aa21afd4fe1f602aaacee7289d988630d19ed86
7
+ data.tar.gz: 0e9bb1b4978b55d66130d98e6190764de01b310c871869694c5e5d8897bb543c608a852178b8e1ab0cc6c94bb8a4f3b80e9df47a5706aa9943e7bf769f6a0b24
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-jsm'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.licenses = ["Apache License (2.0)"]
5
5
  s.summary = "This output Creates, Closes, Acknowledges alerts and Adds Note to alerts in Jira Service Management."
6
6
  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"
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
16
16
 
17
17
  # Special flag to let us know this is actually a logstash plugin
18
- s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output", "github_repo" => "https://github.com/atlassian/jsm-integration-scripts/tree/master/logstash-plugin" }
18
+ s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output", "source_code_uri" => "https://github.com/atlassian/jsm-integration-scripts/tree/master/logstash-plugin" }
19
19
 
20
20
  # Gem dependencies
21
21
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-jsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -78,7 +78,7 @@ licenses:
78
78
  metadata:
79
79
  logstash_plugin: 'true'
80
80
  logstash_group: output
81
- github_repo: https://github.com/atlassian/jsm-integration-scripts/tree/master/logstash-plugin
81
+ source_code_uri: https://github.com/atlassian/jsm-integration-scripts/tree/master/logstash-plugin
82
82
  post_install_message:
83
83
  rdoc_options: []
84
84
  require_paths: