domainic-support 0.1.0.alpha.1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +7 -0
  4. metadata +52 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e64b43e7c1e8027d8b2ada07d7c40abd3b2b250bf11605a96a5aba6dae4601e7
4
+ data.tar.gz: 57448717ce2e93f0cd82273494e0457a9955cbf5acc440311da318ec93f06d54
5
+ SHA512:
6
+ metadata.gz: 2f7a3abb78c37ee1deea01a4a31b2b101d28fc6ce76c70ea0a8db5305a7d07a7464c46d178659ebf21bc6d2461a0384c2123d805344fff70ba104d4171a0435b
7
+ data.tar.gz: 7edef23b676ada73d84bcffcd75aae2c5fa7ee02fe547e46279f332a7f0b22451c13df1a3c28af111816807ad6cb5e28dbcba1e7d86ad9f81574d4d93cbfe6cc
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Aaron Allen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Domainic
2
+
3
+ Tooling and utilities for domain-driven design in Ruby.
4
+
5
+ ## WARNING
6
+
7
+ All gems in this package are in early development and are not yet ready for production use.
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: domainic-support
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.alpha.1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron Allen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - hello@aaronmallen.me
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ homepage: https://github.com/domainic/domainic/tree/domainic-support-v0.1.0-alpha.1.0.0/domainic-support
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ bug_tracker_uri: https://github.com/domainic/domainic/issues
27
+ changelog_uri: https://github.com/domainic/domainic/releases/tag/domainic-support-v0.1.0-alpha.1.0.0
28
+ homepage_uri: https://github.com/domainic/domainic/tree/domainic-support-v0.1.0-alpha.1.0.0/domainic-support
29
+ rubygems_mfa_required: 'true'
30
+ source_code_uri: https://github.com/domainic/domainic/tree/domainic-support-v0.1.0-alpha.1.0.0/domainic-support
31
+ wiki_uri: https://github.com/domainic/domainic/wiki
32
+ post_install_message:
33
+ rdoc_options: []
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '3.1'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">"
44
+ - !ruby/object:Gem::Version
45
+ version: 1.3.1
46
+ requirements: []
47
+ rubygems_version: 3.3.3
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: A toolkit of support libraries and Ruby core extensions extracted from the
51
+ Domainic framework
52
+ test_files: []