waitest 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbdbbaac4b24f2eab8bfe55536f7626ed5a2d4e36b9df08854ce566ece86b32f
4
- data.tar.gz: ebc317df02a75234e71e9ad9d747409b580709f7a60d366f7737d47c4a6b755d
3
+ metadata.gz: 6bff83f346e7d2bdab41c08785febecb2f09a12d88d8779f8f4873320544d3a8
4
+ data.tar.gz: b462bb80bd0e4e3193eedd84f1bc6f11eb760db47ed724228cafbb764fe28ea2
5
5
  SHA512:
6
- metadata.gz: eeebaf8644d2e0e6cfeb72c467770236774d12599ad6483d7a47925f2cc738291643ba192604678188fa94ea2f21559410711bcc8459be86e67fb05612c419e3
7
- data.tar.gz: 6e61bb9f9ec5d6c2be0f3f69619c0edb4f24cefa9ff9f57d1d29e2cb23d4e80b91c0e44629dcaaa477c62ea472c57d28f746d212a2d93ac5392fed016d0c05d1
6
+ metadata.gz: 1b6696c6db52fd687d1fdf7d0ea7b37dac75e26034632a568231fba81bc9e1221cff0589def2e8cd464cdad034c21f64583f7df76e3ff13a965b2e7bde660986
7
+ data.tar.gz: f01404a60942e037aef7d3a0119a98d34e66bd00ce5548c03a0b5bd008958e336dbcea60d773acc5e87493b7ed88656b139c2ceab83288d9a3e85183f627428a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.1.14](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.13...v0.1.14) (2023-11-07)
6
+
7
+
8
+
5
9
  ## [0.1.13](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.12...v0.1.13) (2023-11-07)
6
10
 
7
11
 
data/README.md CHANGED
@@ -1,3 +1,30 @@
1
1
  # Waitest
2
2
 
3
- Only testing
3
+ ## Publish to rubygem.org
4
+ Check workflows/release.yml
5
+
6
+ ## Publish to github registry
7
+ Check gem-push.yml
8
+
9
+
10
+
11
+ ## Installing
12
+ ### Github Registry
13
+ - Setup PAT at https://github.com/settings/tokens
14
+ - Choose token classic and make sure tick the "read registry"
15
+ - Save
16
+ - bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:REPLACE_THIS_WITH_YOUR_PAT_CLASSIC_TOKEN
17
+
18
+ - Add to Gemfile
19
+ ```
20
+ source "https://rubygems.pkg.github.com/wailantirajoh" do
21
+ gem "waitest", "0.1.12"
22
+ end
23
+ ```
24
+ bundle install
25
+
26
+ ### Rubygem Registry
27
+ - Simply add this since its public available
28
+ ```
29
+ gem "waitest", "0.1.12"
30
+ ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Waitest
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh