waitest 0.1.13 → 0.2.0

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: c183f0b42ae805dfc7e3d04707ff24ea37f1097b1fa78d6a05216d5f95ddd328
4
+ data.tar.gz: 02a411242d3b66626dfd1288cf6c764434d91b4af47612afd67eabc20e2dfed3
5
5
  SHA512:
6
- metadata.gz: eeebaf8644d2e0e6cfeb72c467770236774d12599ad6483d7a47925f2cc738291643ba192604678188fa94ea2f21559410711bcc8459be86e67fb05612c419e3
7
- data.tar.gz: 6e61bb9f9ec5d6c2be0f3f69619c0edb4f24cefa9ff9f57d1d29e2cb23d4e80b91c0e44629dcaaa477c62ea472c57d28f746d212a2d93ac5392fed016d0c05d1
6
+ metadata.gz: 46bcde25551a943a2a3d46c73b20ba79c2bb6dcf88feaa61a943d487a980f04401b2ebda3bac93cf7e99508c265c626ba3b239fb2e39381005589e80129c3b8c
7
+ data.tar.gz: 431128726fd07aab10de0f146d471169317fb06ec1b06ef081d96a10a722a115f4cdca3230db1e9feb2f7ee35061fa86acd9c4b4e3cfe1e2f2198d907eb899a8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
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.0](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.14...v0.2.0) (2023-11-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * **waitest:** only testing changelog with feat ([6de20cb](https://github.com/WailanTirajoh/waitest-gem/commit/6de20cb46d46e57cd6cccfca08a884d91c33d8f9))
11
+
12
+
13
+
14
+ ## [0.1.14](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.13...v0.1.14) (2023-11-07)
15
+
16
+
17
+
5
18
  ## [0.1.13](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.12...v0.1.13) (2023-11-07)
6
19
 
7
20
 
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.2.0"
5
5
  end
data/lib/waitest.rb CHANGED
@@ -8,7 +8,7 @@ module Waitest
8
8
 
9
9
  class Testing
10
10
  def self.hello_world
11
- 'hello world test'
11
+ 'hello world'
12
12
  end
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem-release