waitest 0.2.1 → 0.2.2

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: 96ef978f8ec37a3e4d0ab454f64a96e692c935c3dcceec96073a14c92f3ef239
4
- data.tar.gz: e8f2634b359b904e2abd9e4c8dcd9d4704066796656eec3172bc8a6faaaecae0
3
+ metadata.gz: 990cdcc1162baf2cb716d5ac0ca6ca3a12b310bf5cb79c47be0f30b54684db20
4
+ data.tar.gz: da5a4daf9877d4d35c7b80e048fd53c4e91b7910a349906079a5014e07d4d8b9
5
5
  SHA512:
6
- metadata.gz: 1230efc4bbcf3335e77bc1d1ac0e96ff162279249907c73cfeecdf9b90767df1fccf752bcd9175e9513b06efb52826e85d2d8bd482b5cd65e5be9e8ec137260e
7
- data.tar.gz: 610d729253a8f45a1a0a1447da0eef118700556c45ad9d0c389dad7a0d230e0c647108047a116f452e1bd1a58c91770fef5014d46fbe8b7f5bb103ce390d912a
6
+ metadata.gz: 2902e4a8f49ee403e9a9b9b99c53bcd88bae403717dedbd54e2f3d6314ff6e653c61c9e28aa774b8161c4cbba98152551bb24ef7e4c21e51e34a0f77b66e8380
7
+ data.tar.gz: e73d2e20625b07a7267b2326aa5516067371d1798cb5376f807f79fbf14e908cfb3c9586d2cbace4805bf6847e2cfced159879ddeeb53033845bef918758073b
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.2.2](https://github.com/WailanTirajoh/waitest-gem/compare/v0.2.1...v0.2.2) (2023-11-08)
6
+
7
+
8
+
5
9
  ## [0.2.1](https://github.com/WailanTirajoh/waitest-gem/compare/v0.2.0...v0.2.1) (2023-11-08)
6
10
 
7
11
 
data/README.md CHANGED
@@ -11,9 +11,11 @@ Check gem-push.yml
11
11
  ## Installing
12
12
  ### Github Registry
13
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
14
+ - Choose token classic, tick the "read registry", save
15
+ - Copy the PAT token and run this command inside your terminal
16
+ ```
17
+ bundle config https://rubygems.pkg.github.com/WailanTirajoh WailanTirajoh:YOUR_PAT_TOKEN
18
+ ```
17
19
 
18
20
  - Add to Gemfile
19
21
  ```
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Waitest
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh