File tree Expand file tree Collapse file tree 6 files changed +42
-12
lines changed Expand file tree Collapse file tree 6 files changed +42
-12
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ Gem::Specification.new do |s|
13
13
s . authors = [ 'Karel Minarik' ]
14
14
15
15
s . summary = 'Ruby API for Elasticsearch.'
16
- s . homepage = 'https://github.com/elasticsearch/ elasticsearch-ruby/tree/master/elasticsearch -api'
16
+ s . homepage = 'https://www.elastic.co/guide/en/ elasticsearch/client/ruby -api/7.x/index.html '
17
17
s . license = 'Apache-2.0'
18
-
18
+ s . metadata = {
19
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html' ,
20
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
21
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-api' ,
22
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
23
+ }
19
24
s . files = `git ls-files` . split ( $/)
20
25
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
21
26
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
Original file line number Diff line number Diff line change @@ -14,9 +14,14 @@ Gem::Specification.new do |s|
14
14
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/7.x/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/7.x/index.html' ,
21
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
22
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/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)/} )
Original file line number Diff line number Diff line change @@ -15,9 +15,14 @@ Gem::Specification.new do |s|
15
15
16
16
s . description = %q{Extensions for the Elasticsearch Rubygem}
17
17
s . summary = %q{Extensions for the Elasticsearch Rubygem}
18
- s . homepage = 'https://github.com/elasticsearch/ elasticsearch-ruby/tree/master/elasticsearch-extensions '
18
+ s . homepage = 'https://www.elastic.co/guide/en/ elasticsearch/client/ruby-api/7.x/index.html '
19
19
s . license = 'Apache-2.0'
20
-
20
+ s . metadata = {
21
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html' ,
22
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
23
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-extensions' ,
24
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
25
+ }
21
26
s . files = `git ls-files` . split ( $/)
22
27
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
23
28
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ Gem::Specification.new do |s|
13
13
s . authors = [ 'Karel Minarik' ]
14
14
15
15
s . summary = 'Ruby client for Elasticsearch.'
16
- s . homepage = 'https://github.com/elasticsearch/ elasticsearch-ruby/tree/master/elasticsearch-transport '
16
+ s . homepage = 'https://www.elastic.co/guide/en/ elasticsearch/client/ruby-api/7.x/index.html '
17
17
s . license = 'Apache-2.0'
18
-
18
+ s . metadata = {
19
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html' ,
20
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
21
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-transport' ,
22
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
23
+ }
19
24
s . files = `git ls-files` . split ( $/)
20
25
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
21
26
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
Original file line number Diff line number Diff line change @@ -15,9 +15,14 @@ Gem::Specification.new do |spec|
15
15
16
16
spec . summary = 'Ruby integrations for the X-Pack extensions for Elasticsearch'
17
17
spec . description = 'Ruby integrations for the X-Pack extensions for Elasticsearch'
18
- spec . homepage = 'https://github.com/ elastic/ elasticsearch-xpack- ruby'
18
+ spec . homepage = 'https://www. elastic.co/guide/en/ elasticsearch/client/ ruby-api/7.x/index.html '
19
19
spec . license = 'Apache-2.0'
20
-
20
+ spec . metadata = {
21
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html' ,
22
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
23
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-xpack' ,
24
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
25
+ }
21
26
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
22
27
spec . executables = spec . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
23
28
spec . require_paths = [ 'lib' ]
Original file line number Diff line number Diff line change @@ -12,9 +12,14 @@ Gem::Specification.new do |s|
12
12
s . authors = [ 'Karel Minarik' ]
13
13
14
14
s . summary = 'Ruby integrations for Elasticsearch'
15
- s . homepage = 'http ://github.com/elasticsearch/ elasticsearch- ruby'
15
+ s . homepage = 'https ://www.elastic.co/guide/en/ elasticsearch/client/ ruby-api/7.x/index.html '
16
16
s . license = 'Apache-2.0'
17
-
17
+ s . metadata = {
18
+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html' ,
19
+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md' ,
20
+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x' ,
21
+ 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
22
+ }
18
23
s . files = `git ls-files` . split ( $/)
19
24
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
20
25
s . executables << 'elastic_ruby_console'
You can’t perform that action at this time.
0 commit comments