Skip to content

Commit a6a44b8

Browse files
authored
Merge pull request #23 from atlassian/add-source-code
add source code link for the logstash gem
2 parents daa47e5 + 2374a5a commit a6a44b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-plugin/logstash-output-jsm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1616

1717
# Special flag to let us know this is actually a logstash plugin
18-
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
18+
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output", "source_code_uri" => "https://github.com/atlassian/jsm-integration-scripts/tree/master/logstash-plugin"}
1919

2020
# Gem dependencies
2121
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"

0 commit comments

Comments
 (0)