trait_engine 0.0.0.pre

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2273dc0c60c2ddd68396d3780acfd138e8381f0e789dbf437b4c1da0d28c51a8
4
+ data.tar.gz: b2a1e38a27cf3a3d555c1f646115ac5d025aeabfcb682038f2f07c18b2368c03
5
+ SHA512:
6
+ metadata.gz: 17eac17efacab57ba91361d77080384e2e4048ffa8bb9efb8d94a042cfe9bb19f556f4ea8148075ae03f0de6bffc931aac34c4f8f9dcdfd2fb3355297d991e08
7
+ data.tar.gz: a1d6643b43e26aeab6c17761db123ab017fd8704ace2bcb9a428aa02d5c80c774305f94b49a4ab5770d4c8ca2697c88aa2ef351bd570d561e821e072e6257dfc
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trait_engine
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.pre
5
+ platform: ruby
6
+ authors:
7
+ - André Muta
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-06-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: TraitEngine replaces nested if/else logic with a concise DSL that maps
14
+ data sources to derived attributes using reusable traits,
15
+ transformations, and decision tables.
16
+ email:
17
+ - andremuta@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files: []
22
+ homepage: https://github.com/amuta/trait-engine
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ allowed_push_host: https://rubygems.org
27
+ homepage_uri: https://github.com/amuta/trait-engine
28
+ source_code_uri: https://github.com/amuta/trait-engine
29
+ changelog_uri: https://github.com/amuta/trait-engine/blob/main/CHANGELOG.md
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 3.0.0
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubygems_version: 3.5.22
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Declarative trait-driven attribute mapping DSL for Ruby.
49
+ test_files: []