waitest 0.1.7 → 0.1.10

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: a2c96ad6794c7eb781cc356b3bdb9a31b7c0e7eb95d6c17a798a0f2720014eb9
4
- data.tar.gz: 4d766387284c2446a11191fdcd0d701c059610194aec3030f682df1e5d4ced6d
3
+ metadata.gz: bf2a5f6e4db92091bd4fe6521e99d9478b66133c6a034b847a9f72233295ecd3
4
+ data.tar.gz: d57048c8a9d00356bba6f2e2b05d80fdb56773318b4ed46fbfa9e9e79f022891
5
5
  SHA512:
6
- metadata.gz: c3eb0c4c119c0fdb435a1f6f5b2eef9e74f77008ff93da4657b8178500c4fb543a63ff5ca1bb20752f876c5f6fb8446cc07819cfe3a7397c59a1c811a23717f1
7
- data.tar.gz: b32725650234fce22af22dea6177e830d63aa19fd22836c26f49702f30824c78cdb360b59ec9bbe3b40880dcbe111a08ef2a807d89124bf4ed8a5a0f159dc36b
6
+ metadata.gz: c6e9e24694f35d45636dfee05669d4531912f49e9ffbf52ca8f3196982cde14b3e5ad5ce3659f250a1065ce3c53b64504c003f719762580324f417afee0ff1bf
7
+ data.tar.gz: 3bfdf417d9a8fe4c21f1740d744213c8b59fc933f507971e23211781dcc2ca8e2177a1d8107963eb2e0ca2af96421c15bdd607ea93ee5ce677f06e1d5fa1b019
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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.10](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.9...v0.1.10) (2023-11-07)
6
+
7
+
8
+
9
+ ## [0.1.9](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.8...v0.1.9) (2023-11-07)
10
+
11
+
12
+
13
+ ## [0.1.8](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.7...v0.1.8) (2023-11-07)
14
+
15
+
16
+
5
17
  ## [0.1.7](https://github.com/WailanTirajoh/waitest-gem/compare/v0.1.6...v0.1.7) (2023-11-07)
6
18
 
7
19
 
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ extends: ["@commitlint/config-conventional"],
3
+ };
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Waitest
4
- VERSION = "0.1.7"
4
+ VERSION = "0.1.10"
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'
11
+ 'hello world test'
12
12
  end
13
13
  end
14
14
  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.7
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh
@@ -33,10 +33,12 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - ".rubocop.yml"
35
35
  - ".rubocop_todo.yml"
36
+ - ".ruby-version"
36
37
  - ".versionrc.js"
37
38
  - CHANGELOG.md
38
39
  - README.md
39
40
  - Rakefile
41
+ - commitlint.config.js
40
42
  - lib/waitest.rb
41
43
  - lib/waitest/version.rb
42
44
  - package.json
@@ -60,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
62
  - !ruby/object:Gem::Version
61
63
  version: '0'
62
64
  requirements: []
63
- rubygems_version: 3.4.20
65
+ rubygems_version: 3.4.10
64
66
  signing_key:
65
67
  specification_version: 4
66
68
  summary: Testing.