Skip to content

Commit 6be5fe0

Browse files
committed
Renames 7.x to 7.16
1 parent e93bc78 commit 6be5fe0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.)

.github/workflows/7.x.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.x
1+
name: 7.16
22
on:
33
push:
44
branches:
5-
- 7.x
5+
- 7.16
66
pull_request:
77
branches:
8-
- 7.x
8+
- 7.16
99
jobs:
1010
test-ruby:
1111
env:
@@ -26,7 +26,7 @@ jobs:
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 }}

elasticsearch/elasticsearch.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Gem::Specification.new do |s|
2525
s.authors = ['Karel Minarik']
2626
s.email = ['[email protected]']
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($/)

0 commit comments

Comments
 (0)