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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 557db9d9cbc47fc16e7f9ff26ebf1d95d77914c3796b0a4260368ca00905e3ae
4
- data.tar.gz: e6d9b54315f9168159c77c60c08a13e2847d2edfb2e6d31ac6311619808bbad5
3
+ metadata.gz: 659f5e82f9d21b72a031e45469050b6fe445d1fe84d651bcb4278cdf0d7b1593
4
+ data.tar.gz: 4f528fa59bdadfcef7068a941946f278f1aa2364edc32a6c4584f9b4144d12c5
5
5
  SHA512:
6
- metadata.gz: 0c7df315ef2d7bd4f3b2cb83f52bb927b922b484648061e82f1a9a8b61469f127c0009a4bdc401199c8203269720ca605324e278cc61eb7de3490dbbc03e1f27
7
- data.tar.gz: 861a573a6bd3c751ebe2a8fa19e2b860bf95e650103729d9ae8a9d75c03c8c5ba35198ef7baced02f91b1ec19bbd28e7ff76521d64baf0506ac66b6383ace91c
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ideasbugs
4
- VERSION = '0.7.5'
4
+ VERSION = '0.7.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ideasbugs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Shmarov