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