Skip to content

Commit

Permalink
add links to GitHub from gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricvanrompay-datadog committed Dec 5, 2022
1 parent 4b94985 commit 5c1efaf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions logstash-output-datadog_logs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ Gem::Specification.new do |s|
# Tests
s.test_files = s.files.grep(%r{^(test|spec|features)/})

# Special flag to let us know this is actually a logstash plugin
s.metadata = {"logstash_plugin" => "true", "logstash_group" => "output"}
s.metadata = {
'bug_tracker_uri' => 'https://github.com/DataDog/logstash-output-datadog_logs/issues',
'changelog_uri' => 'https://github.com/DataDog/logstash-output-datadog_logs/blob/master/CHANGELOG.md',
'documentation_uri' => 'https://github.com/DataDog/logstash-output-datadog_logs/blob/master/README.md',
'source_code_uri' => 'https://github.com/DataDog/logstash-output-datadog_logs',

# Special flag to let us know this is actually a logstash plugin
"logstash_plugin" => "true",
"logstash_group" => "output",
}

# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
Expand Down

0 comments on commit 5c1efaf

Please sign in to comment.