Skip to content

Commit 3c70741

Browse files
committed
[Docs] Add gems metadata
1 parent 90e2e56 commit 3c70741

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

elasticsearch-dsl.gemspec

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ Gem::Specification.new do |s|
1414
s.email = ['karel.minarik@elasticsearch.com']
1515
s.description = %q{A Ruby DSL builder for Elasticsearch}
1616
s.summary = s.description
17-
s.homepage = 'https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl'
17+
s.homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html'
1818
s.license = 'Apache-2.0'
19-
19+
s.metadata = {
20+
'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html',
21+
'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md',
22+
'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl',
23+
'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
24+
}
2025
s.files = `git ls-files`.split($/)
2126
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
2227
s.test_files = s.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)