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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/lib/gem_ci/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29bc39ee5d271905ae3a9705d78682e89f417db9e01dd0b7e7c9bc85469ee0eb
4
- data.tar.gz: efdc16b720ee51cb7234610d8bf3dd5a0d2d29765b4ddda48eeb2df6a10108e7
3
+ metadata.gz: 5ec59c9b45a552540e8f224b1afea06c2c553ee77c9137c3a3a762b4f305a2a7
4
+ data.tar.gz: 136043c9a27fcd89c22a129b05e3d8d32235667a57f6c269ef6b6fadb3d5f99c
5
5
  SHA512:
6
- metadata.gz: 815c79de0bdcdf09490eeafc4ef4f429077dc858670450af369b92f2b8184d201c8999343c46f516098a62e64e592e886b88911f2fddcccdf0b2f6adb73e6a49
7
- data.tar.gz: 67cf0df7cd2d494850b142c8b433b652b36c0eeb3d5aae5e21f6a340d67c33eecf90d8cad029990bdbf3956b970ba7b67c4e1d425abff80adfc3999562c36b0a
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GemCi
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
5
5
  end
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.0
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-02-21 00:00:00.000000000 Z
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