ideasbugs 0.7.5 → 0.7.6
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 +5 -0
- data/lib/ideasbugs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 659f5e82f9d21b72a031e45469050b6fe445d1fe84d651bcb4278cdf0d7b1593
|
|
4
|
+
data.tar.gz: 4f528fa59bdadfcef7068a941946f278f1aa2364edc32a6c4584f9b4144d12c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b4f1a43a56ba6886d0613a302b6fb0f1ca3aa50b72ecd948079c47adad26a6e8f08d59b45aef0171343a2c42518a3dc9b277a88596b2ec8f2a1cafd9204abf5
|
|
7
|
+
data.tar.gz: a268ac3feb78f5ca3325141e4e7af87bd87fd60d0774d0df912fccd62a1a6f9ce2408c3e6e2fee0d3fd72f11c5ef7ae6d004c5b3a4b28b8ddf7ce67718de7ff9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.7.6 (2026-07-31)
|
|
4
|
+
|
|
5
|
+
- Fixed the trusted publishing workflow by building and pushing the gem
|
|
6
|
+
directly with RubyGems OIDC credentials after the test suite passes.
|
|
7
|
+
|
|
3
8
|
## 0.7.5 (2026-07-31)
|
|
4
9
|
|
|
5
10
|
- Added `config.admin_layout`, letting host apps render the Ideasbugs dashboard
|
data/lib/ideasbugs/version.rb
CHANGED