forja-engine 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
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3fdf59ef8ce37139b11ce00e649176e8de6921c267cd751726bf5e95fb5d160a
|
|
4
|
+
data.tar.gz: 4f08d3354e0ac6beacfa2c6e3a3177bca69f746c2277e0628433a62415d47eff
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a892c97ae944d201ac1f485cfa8f6504dbb5afa87f9c06717525c5949d42b067e2bfc68839873e9e193fa4568fb71ef997691c70e479f7803b5dc96bd7e89e34
|
|
7
|
+
data.tar.gz: d9b9093093acc07f26a39d1e99d6330771137da7d814d1419c8369d8af65a8344cfc5e3d7f9d8ad42410f2f2df7aa47f9ded58d9451d906f553b6db03fc20871
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: forja-engine
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Eiseron
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 2025-08-30 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This gem contains the core logic for Eiseron Forja, including the DSL
|
|
13
|
+
parser, the plan/apply workflow, the dependency graph (DAG) builder, and the state
|
|
14
|
+
management system. It provides the foundational API upon which the CLI and all providers
|
|
15
|
+
are built.
|
|
16
|
+
email:
|
|
17
|
+
- guilherme@guilhermeweb.dev
|
|
18
|
+
executables: []
|
|
19
|
+
extensions: []
|
|
20
|
+
extra_rdoc_files: []
|
|
21
|
+
files: []
|
|
22
|
+
homepage: https://github.com/eiseron/forja
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
allowed_push_host: https://rubygems.org
|
|
27
|
+
homepage_uri: https://github.com/eiseron/forja
|
|
28
|
+
source_code_uri: https://github.com/eiseron/forja
|
|
29
|
+
changelog_uri: https://github.com/eiseron/forja/blob/main/CHANGELOG.md
|
|
30
|
+
rdoc_options: []
|
|
31
|
+
require_paths:
|
|
32
|
+
- lib
|
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: 3.1.0
|
|
38
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - ">="
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '0'
|
|
43
|
+
requirements: []
|
|
44
|
+
rubygems_version: 3.6.2
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: The core orchestration engine for the Eiseron Forja framework.
|
|
47
|
+
test_files: []
|