Sha256: 0a79d40eba930416531dfcd8bc82422c489530fad4157743ac2e04de939ece07

Contents?: true

Size: 645 Bytes

Versions: 3

Compression:

Stored size: 645 Bytes

Contents

# Waitest

## Publish to rubygem.org
Check workflows/release.yml

## Publish to github registry
Check gem-push.yml



## Installing
### Github Registry
- Setup PAT at https://github.com/settings/tokens
- Choose token classic, tick the "read registry", save
- Copy the PAT token and run this command inside your terminal
```
bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:YOUR_PAT_TOKEN
```

- Add to Gemfile
```
source "https://rubygems.pkg.github.com/wailantirajoh" do
  gem "waitest", "0.1.12"
end
```
bundle install

### Rubygem Registry
- Simply add this since its public available
```
gem "waitest", "0.1.12"
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
waitest-0.2.4 README.md
waitest-0.2.3 README.md
waitest-0.2.2 README.md