archward 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/archward.rb +4 -0
  4. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9b00b9ed453c0364bcefb6f4277d938b3c596be49a5c2e6cee7474908851bde3
4
+ data.tar.gz: ccd6d17302a2aa983f1bf762b73f6a6dc2534d30549f921caa53b23cfbf1961a
5
+ SHA512:
6
+ metadata.gz: 0ad96f39289e63a5dcc46e4373a4fb390d7c60ede13380fc090d418cfbb91ec340809566f73c27edda9a85d2c3b3f6f5f565f3153773bfd76cf738e7df42b63d
7
+ data.tar.gz: 1ecfc2ff4f36e0200d361d644f35f4e7a99be2f1d8b354f1f723975bee6ceb16ef54dd368b003c0fd17187f65c95c790ec0a5bde8b8d257f89f00d9d2d977d11
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Archward
2
+
3
+ Archward — deterministic DDD + clean-architecture standards, enforced across languages. This is a name placeholder while the tooling is built; see https://github.com/archward
data/lib/archward.rb ADDED
@@ -0,0 +1,4 @@
1
+ # Archward — placeholder. See https://github.com/archward
2
+ module Archward
3
+ VERSION = "0.0.1"
4
+ end
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: archward
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Amr Abdelaziz
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Name placeholder while the tooling is built. See https://github.com/archward
13
+ executables: []
14
+ extensions: []
15
+ extra_rdoc_files: []
16
+ files:
17
+ - README.md
18
+ - lib/archward.rb
19
+ homepage: https://github.com/archward
20
+ licenses:
21
+ - MIT
22
+ metadata:
23
+ source_code_uri: https://github.com/archward
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '3.0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.7.2
39
+ specification_version: 4
40
+ summary: Archward — architecture standards enforced across languages (placeholder).
41
+ test_files: []