registration_office 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e9a99e58c2ff2cdeaf005e04ae3cfeece220470587888ef5d8854970c040d0b
4
- data.tar.gz: 39a7396787573856edb05c2636e7ee7c4cafe2f59410ccb5a9f7b15c8cf3489d
3
+ metadata.gz: 44bbb9330348b48d2005f642c8896063561ab88ca67296237684a32d167f8986
4
+ data.tar.gz: 386b1577aa8e561fc098fb880952aeac4256e9aebf327f8e26c02ebd46fc6354
5
5
  SHA512:
6
- metadata.gz: 2edbd3e31eb5436b8d43e5ef24f7d0582e25b9d1b59f98d9195b5427e9e4984f58ce152f652fa7949386bbd9cccc0ace2d9a5e6bcd13e9668711f1d77ee4656b
7
- data.tar.gz: 3868114684008aa27fe13c68ba1fb41275651919f0b7218214e5098fd77fed30d8aa7807433bd7474185ad48aa5ca782f0377444ac4872f47ac460e2aa0514dd
6
+ metadata.gz: 3e96f076a424572c4b63e7ac2c13ef936f43b3eea8d7d0330c7fd312c04ab286b80f925b5cba425a7e59ec43de4330fb4ed3a78bdfc8f2684b6e7b5f705989fd
7
+ data.tar.gz: 724974861b84d1c40dd7036789cc4851ca8e14e7aaf3f7f384f0aa0d3978a2ab9b1d43bed85a37b0b812ebe258ea1019c248c408257e64209c4f9ea6007c53e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.1] - 2026-09-09
4
+
5
+ - Updates `README.md` and the `gemspec` file for publishing on rubygems.org
6
+
3
7
  ## [0.3.0] - 2026-09-08
4
8
 
5
9
  - Adds option for additional payload for each key:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RegistrationOffice
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kaulfuß
@@ -9,9 +9,11 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: 'Allows named registers within modules and classes
13
-
14
- '
12
+ description: |
13
+ Allows named registers within modules and classes.
14
+ This is e.g. useful for registering failure codes for a service object:
15
+ - You get a register of all available failure codes, making their discovery and auto-documentation easy
16
+ - You get explicit exceptions if unregistered keys are used in your codebase
15
17
  email:
16
18
  - ek@aec3.de
17
19
  executables: []
@@ -32,14 +34,14 @@ files:
32
34
  - lib/registration_office/registry.rb
33
35
  - lib/registration_office/version.rb
34
36
  - sig/registration_office.rbs
35
- homepage: https://github.com/araccaine/registration_office
37
+ homepage: https://github.com/AEC3-Deutschland-GmbH/registration_office
36
38
  licenses:
37
39
  - MIT
38
40
  metadata:
39
41
  rubygems_mfa_required: 'true'
40
- homepage_uri: https://github.com/araccaine/registration_office
41
- source_code_uri: https://github.com/araccaine/registration_office
42
- changelog_uri: https://github.com/araccaine/registration_office
42
+ homepage_uri: https://github.com/AEC3-Deutschland-GmbH/registration_office
43
+ source_code_uri: https://github.com/AEC3-Deutschland-GmbH/registration_office
44
+ changelog_uri: https://github.com/AEC3-Deutschland-GmbH/registration_office
43
45
  rdoc_options: []
44
46
  require_paths:
45
47
  - lib