gem-ci 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/gem_ci/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ec59c9b45a552540e8f224b1afea06c2c553ee77c9137c3a3a762b4f305a2a7
|
|
4
|
+
data.tar.gz: 136043c9a27fcd89c22a129b05e3d8d32235667a57f6c269ef6b6fadb3d5f99c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56d90b87c593b8ad6826ca77663e0b9810cbcccb2fafe735d5b233de412ddfcfa76c9a39018f384294d18c6a6ccc9f4ed964bb3d3d658d46dc7b1d04665e8909
|
|
7
|
+
data.tar.gz: 2ae29a7dd01c5b064d70b855d1d9d1464090efca13dfdd80088cd9db0cafa061f849d42cc6bb9ec03b216823da5f9ac542fcc3fc3f52fa9f64cb59583912b50e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.1](https://github.com/patrick204nqh/gem-ci/compare/gem-ci/v0.5.0...gem-ci/v0.5.1) (2026-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🔧 Dependencies
|
|
7
|
+
|
|
8
|
+
* **deps:** Bump parser from 3.3.10.1 to 3.3.10.2 ([dfba2d1](https://github.com/patrick204nqh/gem-ci/commit/dfba2d1789c59603172a2db5f4e52bdb93721b7b))
|
|
9
|
+
* **deps:** Bump the development group with 2 updates ([0865377](https://github.com/patrick204nqh/gem-ci/commit/0865377ebddf08b29cfdadf63dd4a6cec13734bc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### 🤖 CI/CD
|
|
13
|
+
|
|
14
|
+
* **deps:** Bump crazy-max/ghaction-github-labeler from 5 to 6 ([2ce4d5a](https://github.com/patrick204nqh/gem-ci/commit/2ce4d5ae4c1d604d515804e4738488e4bf3b4fb5))
|
|
15
|
+
* **deps:** Bump the github-actions group with 2 updates ([ffabaf7](https://github.com/patrick204nqh/gem-ci/commit/ffabaf7f5ed9d557bb6b4cecb605b6aec86ffda7))
|
|
16
|
+
* **deps:** Bump the github-actions group with 2 updates ([6993c92](https://github.com/patrick204nqh/gem-ci/commit/6993c92c8253d09c41ae5c3e634965bacd770cf5))
|
|
17
|
+
|
|
3
18
|
## [0.5.0](https://github.com/patrick204nqh/gem-ci/compare/gem-ci/v0.4.0...gem-ci/v0.5.0) (2026-02-18)
|
|
4
19
|
|
|
5
20
|
|
data/lib/gem_ci/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem-ci
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Huy Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A showcase repository demonstrating advanced CI/CD workflows, automated
|
|
14
14
|
testing, security scanning, community management, and comprehensive automation for
|