registration_office 0.3.1 → 0.3.2

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: 44bbb9330348b48d2005f642c8896063561ab88ca67296237684a32d167f8986
4
- data.tar.gz: 386b1577aa8e561fc098fb880952aeac4256e9aebf327f8e26c02ebd46fc6354
3
+ metadata.gz: 17f16a82673c7163d54e2e91459a22e337b54292886a6950d884f3d32ca048c9
4
+ data.tar.gz: fc19ef3138f10038acac0a4132a70299d40b97b9d3cbae27a064e5673daf5410
5
5
  SHA512:
6
- metadata.gz: 3e96f076a424572c4b63e7ac2c13ef936f43b3eea8d7d0330c7fd312c04ab286b80f925b5cba425a7e59ec43de4330fb4ed3a78bdfc8f2684b6e7b5f705989fd
7
- data.tar.gz: 724974861b84d1c40dd7036789cc4851ca8e14e7aaf3f7f384f0aa0d3978a2ab9b1d43bed85a37b0b812ebe258ea1019c248c408257e64209c4f9ea6007c53e9
6
+ metadata.gz: c88b3c8e1bb67102059dc9179fb3b229e98e5da34d64552611a69b7ef28bee578847ee23ecfae6b1a76dc6cd0a08542ed6fae24f2937a5019adca3192024759a
7
+ data.tar.gz: bc8ed6de00487fa72e7137eb05c5c1122e4912d3489b6cc8e9cddfab420b6f7eefde9ab49e7cf8322749e4a1b583bba23356b9e2ce90090cca47386bc8ce4726
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.2] - 2026-09-14
4
+
5
+ - Add GitHub Action/Workflow for automated testing
6
+
3
7
  ## [0.3.1] - 2026-09-09
4
8
 
5
9
  - Updates `README.md` and the `gemspec` file for publishing on rubygems.org
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # RegistrationOffice
2
2
 
3
+ [![Static Badge](https://img.shields.io/badge/gem.coop-30B60F)](https://gem.coop/@aec3/registration_office)
4
+ [![Gem Version](https://badge.fury.io/rb/registration_office.svg?icon=si%3Arubygems&icon_color=%23e01b24)](https://badge.fury.io/rb/registration_office)
5
+
3
6
  The `registration_office` gem allows registering a collection of key-value pairs. The registration is per class (or
4
7
  module), which is useful for registering possible failure codes that a service may return. See also the example in
5
8
  section [*Example*](#example).
@@ -231,8 +234,10 @@ Order.demand.keys
231
234
  If this gem proves to be useful, following topics may be added:
232
235
 
233
236
  - Meta:
234
- - Publishing on https://gem.coop
235
- - CI/CD via GitHub Actions (`rspec`, `rubocop`, publishing)
237
+ - [X] Publishing on https://gem.coop
238
+ - CI/CD via GitHub Actions
239
+ - [X] `rspec`, `rubocop`
240
+ - [ ] publishing
236
241
  - Features: currently nothing more planned
237
242
 
238
243
  ## Development
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RegistrationOffice
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: registration_office
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kaulfuß