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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/registration_office/version.rb +1 -1
- metadata +10 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44bbb9330348b48d2005f642c8896063561ab88ca67296237684a32d167f8986
|
|
4
|
+
data.tar.gz: 386b1577aa8e561fc098fb880952aeac4256e9aebf327f8e26c02ebd46fc6354
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e96f076a424572c4b63e7ac2c13ef936f43b3eea8d7d0330c7fd312c04ab286b80f925b5cba425a7e59ec43de4330fb4ed3a78bdfc8f2684b6e7b5f705989fd
|
|
7
|
+
data.tar.gz: 724974861b84d1c40dd7036789cc4851ca8e14e7aaf3f7f384f0aa0d3978a2ab9b1d43bed85a37b0b812ebe258ea1019c248c408257e64209c4f9ea6007c53e9
|
data/CHANGELOG.md
CHANGED
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.
|
|
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:
|
|
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/
|
|
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/
|
|
41
|
-
source_code_uri: https://github.com/
|
|
42
|
-
changelog_uri: https://github.com/
|
|
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
|