mouch 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.
- checksums.yaml +7 -0
- data/README.md +5 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d3a7127c7401687205201f1a32507287822321c8546218b5cc4e0ec5477191e6
|
|
4
|
+
data.tar.gz: 1ea7d7120920118bff15e8312d5a63ad86757838b71169f87d80bcc276b46ebc
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 012ea0feb4311612ecc37bd5b42b2a52d77d4a73404efa7826207062827dce03f4da1e289da4369bc08767ed66871ea72e9b1b61a2da8d8ccc461672d89780a6
|
|
7
|
+
data.tar.gz: 6d2cff493dcfe85bae90a1347a4171cba4a81fb11b59dcecde8f9508513fabb92aa82340c545e0af9468c2bb25baa608d7ccda6f5bb09d052bab1460affd13a5
|
data/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# mouch
|
|
2
|
+
|
|
3
|
+
This is the pre-release public coordinate scaffold for **Personal Brand**.
|
|
4
|
+
|
|
5
|
+
It intentionally contains gem identity metadata and this README only. It does not ship the product runtime, CLI, server, client, library, daemon, proxy, or adapter. A later version will replace this scaffold from the product's selected source owner.
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: mouch
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Josh Mouch
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Pre-release public coordinate scaffold for Personal Brand.
|
|
14
|
+
email:
|
|
15
|
+
- josh@mouch.name
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
homepage:
|
|
22
|
+
licenses:
|
|
23
|
+
- Nonstandard
|
|
24
|
+
metadata:
|
|
25
|
+
coordinate_status: pre-release-coordinate-scaffold
|
|
26
|
+
coordinate_target: personal_mouch_rubygems
|
|
27
|
+
coordinate_product: personal_brand
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
42
|
+
requirements: []
|
|
43
|
+
rubygems_version: 3.0.3.1
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Personal Brand public package coordinate scaffold
|
|
47
|
+
test_files: []
|