Skip to content

Commit

Permalink
Updated readme and codeowners (#4)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
cdaviis and Chris Davis authored Aug 14, 2024
1 parent d06957c commit 11809cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
Empty file removed .circleci/config.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @chrisdavis180
* @cdavis-personal
9 changes: 3 additions & 6 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:

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

- name: Publish to GPR
run: |
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ZephyrRuby

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

## Installation

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

0 comments on commit 11809cb

Please sign in to comment.