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|
26
26
s . authors = [ 'Karel Minarik' ]
27
27
28
28
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'
30
30
s . license = 'Apache-2.0'
31
31
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' ,
35
35
'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
36
36
}
37
37
s . files = `git ls-files` . split ( $/)
You can’t perform that action at this time.
0 commit comments