waitest 0.2.0 → 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: c183f0b42ae805dfc7e3d04707ff24ea37f1097b1fa78d6a05216d5f95ddd328
4
- data.tar.gz: 02a411242d3b66626dfd1288cf6c764434d91b4af47612afd67eabc20e2dfed3
3
+ metadata.gz: 990cdcc1162baf2cb716d5ac0ca6ca3a12b310bf5cb79c47be0f30b54684db20
4
+ data.tar.gz: da5a4daf9877d4d35c7b80e048fd53c4e91b7910a349906079a5014e07d4d8b9
5
5
  SHA512:
6
- metadata.gz: 46bcde25551a943a2a3d46c73b20ba79c2bb6dcf88feaa61a943d487a980f04401b2ebda3bac93cf7e99508c265c626ba3b239fb2e39381005589e80129c3b8c
7
- data.tar.gz: 431128726fd07aab10de0f146d471169317fb06ec1b06ef081d96a10a722a115f4cdca3230db1e9feb2f7ee35061fa86acd9c4b4e3cfe1e2f2198d907eb899a8
6
+ metadata.gz: 2902e4a8f49ee403e9a9b9b99c53bcd88bae403717dedbd54e2f3d6314ff6e653c61c9e28aa774b8161c4cbba98152551bb24ef7e4c21e51e34a0f77b66e8380
7
+ data.tar.gz: e73d2e20625b07a7267b2326aa5516067371d1798cb5376f807f79fbf14e908cfb3c9586d2cbace4805bf6847e2cfced159879ddeeb53033845bef918758073b
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.2.2](https://github.com/WailanTirajoh/waitest-gem/compare/v0.2.1...v0.2.2) (2023-11-08)
6
+
7
+
8
+
9
+ ## [0.2.1](https://github.com/WailanTirajoh/waitest-gem/compare/v0.2.0...v0.2.1) (2023-11-08)
10
+
11
+
12
+
5
13
  # [0.2.0](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.14...v0.2.0) (2023-11-08)
6
14
 
7
15
 
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.0"
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.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh