Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit e6e7635

Browse files
authored
Merge pull request #390 from Homebrew/MikeMcQuaid-patch-1
README: add deprecation notice
2 parents 4471624 + 4d3ae1d commit e6e7635

File tree

1 file changed

+5
-39
lines changed

1 file changed

+5
-39
lines changed

README.md

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
1-
# orka_api_client
1+
# orka_api_client (💀 deprecated)
22

3-
This is a Ruby library for interacting with MacStadium's [Orka](https://www.macstadium.com/orka) API.
3+
This was a Ruby library for interacting with MacStadium's [Orka](https://www.macstadium.com/orka) API.
44

5-
⚠️⚠️ **This gem is largely untested beyond read-only operations. API stability is not yet guaranteed.** ⚠️⚠️
6-
7-
## Installation
8-
9-
**This gem is not yet available on RubyGems.**
10-
11-
Add this line to your application's Gemfile:
12-
13-
```ruby
14-
gem 'orka_api_client', git: "https://github.com/Homebrew/orka_api_client"
15-
```
16-
17-
And then execute:
18-
19-
$ bundle install
20-
21-
## Usage
22-
23-
TODO: examples
24-
25-
Documentation is in the `docs` folder after running `bundle exec rake yard`.
26-
27-
A Sorbet RBI file is available for this gem.
28-
29-
## Development
30-
31-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
32-
33-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
34-
35-
RuboCop can be run via `bundle exec rake rubocop`.
36-
37-
## Tests
38-
39-
This is non-existent at the moment. Ideally this would involve a real Orka test environment, but I don't have one readily available that's not already being used for real CI.
40-
41-
When they exist, `bundle exec rake spec` can be used to run the tests.
5+
Caveats:
6+
- This gem was largely untested beyond read-only operations.
7+
- This gem was not available of RubyGems

0 commit comments

Comments
 (0)