File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Gem::Specification.new do |s|
2626 s . authors = [ 'Karel Minarik' ]
2727 s . email = [ 'karel.minarik@elasticsearch.org' ]
2828 s . summary = 'Ruby client for Elasticsearch.'
29- s . homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x /index.html'
29+ s . homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16 /index.html'
3030 s . license = 'Apache-2.0'
3131 s . metadata = {
32- 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x /index.html' ,
33- 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x /CHANGELOG.md' ,
34- 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x /elasticsearch-transport' ,
32+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16 /index.html' ,
33+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.16 /CHANGELOG.md' ,
34+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.16 /elasticsearch-transport' ,
3535 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
3636 }
3737 s . files = `git ls-files` . split ( $/)
You can’t perform that action at this time.
0 commit comments