File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ Gem::Specification.new do |s|
14
14
s . email = [ 'karel.minarik@elasticsearch.com' ]
15
15
s . description = %q{A Ruby DSL builder for Elasticsearch}
16
16
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 '
18
18
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
+ }
20
25
s . files = `git ls-files` . split ( $/)
21
26
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
22
27
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
You can’t perform that action at this time.
0 commit comments