Skip to content

Commit

Permalink
[Docs] Add gems metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 27, 2020
1 parent 90e2e56 commit 3c70741
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions elasticsearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ Gem::Specification.new do |s|
s.email = ['karel.minarik@elasticsearch.com']
s.description = %q{A Ruby DSL builder for Elasticsearch}
s.summary = s.description
s.homepage = 'https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-dsl'
s.homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html'
s.license = 'Apache-2.0'

s.metadata = {
'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html',
'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/master/CHANGELOG.md',
'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-dsl',
'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
}
s.files = `git ls-files`.split($/)
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 3c70741

Please sign in to comment.