File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11---
22- job :
3- name : elastic+elasticsearch-ruby+7.x
4- display-name : ' elastic / elasticsearch-ruby # 7.x '
5- description : Testing the elasticsearch-ruby 7.x branch.
3+ name : elastic+elasticsearch-ruby+7.16
4+ display-name : ' elastic / elasticsearch-ruby # 7.16 '
5+ description : Testing the elasticsearch-ruby 7.16 branch.
66 parameters :
77 - string :
88 name : branch_specifier
9- default : refs/heads/7.x
9+ default : refs/heads/7.16
1010 description : the Git branch specifier to build (<branchName>, <tagName>,
1111 <commitId>, etc.)
Original file line number Diff line number Diff line change 1- name : 7.x
1+ name : 7.16
22on :
33 push :
44 branches :
5- - 7.x
5+ - 7.16
66 pull_request :
77 branches :
8- - 7.x
8+ - 7.16
99jobs :
1010 test-ruby :
1111 env :
2626 sudo sysctl -w vm.max_map_count=262144
2727 - uses : elastic/elastic-github-actions/elasticsearch@master
2828 with :
29- stack-version : 7.x -SNAPSHOT
29+ stack-version : 7.16.0 -SNAPSHOT
3030 - uses : ruby/setup-ruby@v1
3131 with :
3232 ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ Gem::Specification.new do |s|
2525 s . authors = [ 'Karel Minarik' ]
2626 s . email = [ 'karel.minarik@elasticsearch.org' ]
2727 s . summary = 'Ruby integrations for Elasticsearch'
28- s . homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x /index.html'
28+ s . homepage = 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16 /index.html'
2929 s . license = 'Apache-2.0'
3030 s . metadata = {
31- 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x /index.html' ,
32- 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.x /CHANGELOG.md' ,
33- 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.x ' ,
31+ 'homepage_uri' => 'https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16 /index.html' ,
32+ 'changelog_uri' => 'https://github.com/elastic/elasticsearch-ruby/blob/7.16 /CHANGELOG.md' ,
33+ 'source_code_uri' => 'https://github.com/elastic/elasticsearch-ruby/tree/7.16 ' ,
3434 'bug_tracker_uri' => 'https://github.com/elastic/elasticsearch-ruby/issues'
3535 }
3636 s . files = `git ls-files` . split ( $/)
You can’t perform that action at this time.
0 commit comments