Skip to content

Commit 11809cb

Browse files
cdaviisChris Davis
andauthored
Updated readme and codeowners (#4)
* updated ownership * updated supported for sending files to the automations endpoint * updated action to run for ruby version 3 and up * updated codeowner * removed ci config as we use github actions * updated github action to use ruby version 3 and up * updated readme --------- Co-authored-by: Chris Davis <[email protected]>
1 parent d06957c commit 11809cb

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.circleci/config.yml

Whitespace-only changes.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# the repo. Unless a later match takes precedence,
66
# @global-owner1 and @global-owner2 will be requested for
77
# review when someone opens a pull request.
8-
* @chrisdavis180
8+
* @cdavis-personal

.github/workflows/gem-push.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up Ruby 2.6
20-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
21-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
22-
# uses: ruby/setup-ruby@v1
23-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
19+
- name: Set up Ruby 3.0
20+
uses: ruby/setup-ruby@v1
2421
with:
25-
ruby-version: 2.6.x
22+
ruby-version: 3.x.x
2623

2724
- name: Publish to GPR
2825
run: |

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ZephyrRuby
22

3-
[Zephyr REST API Documentation](https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Introduction)
4-
53
## Installation
64

75
Install the gem and add to the application's Gemfile by executing:

0 commit comments

Comments
 (0)