waitest 0.1.12 → 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: 16559982c1e2da39514299499cec528d3e1b0a897f949b79f0df6d3f27868260
4
- data.tar.gz: e1bc8146458efca39f73215f036230eee7238fc1e049376a041905d3401d76ae
3
+ metadata.gz: 6bff83f346e7d2bdab41c08785febecb2f09a12d88d8779f8f4873320544d3a8
4
+ data.tar.gz: b462bb80bd0e4e3193eedd84f1bc6f11eb760db47ed724228cafbb764fe28ea2
5
5
  SHA512:
6
- metadata.gz: 54ee354a5581c626e8c5aaa4bbb5df6da31f253fc76afca1906d782ab486bc0760854b9dfcc6659072c22d5083dffabbf5f4df55e31e6e1e6044f332d97c2af7
7
- data.tar.gz: 845a13854a8e26f77bdbd15f9ff62f0cff054e62955884e1bcb2cf352c0ef1aec6f5dc4f6f11d95366c1bb1beea9d64dad28f62da8f256500ce38952386159c1
6
+ metadata.gz: 1b6696c6db52fd687d1fdf7d0ea7b37dac75e26034632a568231fba81bc9e1221cff0589def2e8cd464cdad034c21f64583f7df76e3ff13a965b2e7bde660986
7
+ data.tar.gz: f01404a60942e037aef7d3a0119a98d34e66bd00ce5548c03a0b5bd008958e336dbcea60d773acc5e87493b7ed88656b139c2ceab83288d9a3e85183f627428a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+
9
+ ## [0.1.13](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.12...v0.1.13) (2023-11-07)
10
+
11
+
12
+
5
13
  ## [0.1.12](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.11...v0.1.12) (2023-11-07)
6
14
 
7
15
 
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.12"
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.12
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh