Sha256: 6beca83a5d76bd980bdec55a162aa2eebce4fd3c527b401b03bc05cfa51211ac
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 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 and make sure tick the "read registry" - Save - bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:REPLACE_THIS_WITH_YOUR_PAT_CLASSIC_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.1 | README.md |
waitest-0.2.0 | README.md |
waitest-0.1.14 | README.md |