mentant 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 +40 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e00f7a255843f12f9b7492248f77e8295370cfb01ec389e343f6db803e055174
|
|
4
|
+
data.tar.gz: d179730e674f237171f545497b483d0f454bfe1c0773e405a8041cf0eaaea486
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: d052e3e176013607e6682d1e05ce9aa544e344c98ca982e45ef12d9175a5b4d7e17a0050d62b4ca5fe2bb1ba6d9ecc1c73611b0381c30a76d259d2b191211bff
|
|
7
|
+
data.tar.gz: ca74a9ce9c8fbe15c30286f35d639f407718fc76528edf682301ef3e5b65ea97ca68bedb30218d90eb21d2db9fb155c946116f7f2b8c4dd13427953a6dd46438
|
data/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
Mentant comes from the Latin Mentis "mind" plus the suffix -ant which comes form the Latin participial meaning of "one who/that [does the action of the verb]" or "performing / being in the state of [verb]".
|
|
2
|
+
|
|
3
|
+
So Mentant means literally "one that performs with the mind" or "mind-agent."
|
|
4
|
+
|
|
5
|
+
|
metadata
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: mentant
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Mikel Lindsaar
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This gem reserves the name. The full Mentant platform is at https://mentant.ai
|
|
13
|
+
email: help@mentant.ai
|
|
14
|
+
executables: []
|
|
15
|
+
extensions: []
|
|
16
|
+
extra_rdoc_files: []
|
|
17
|
+
files:
|
|
18
|
+
- README.md
|
|
19
|
+
homepage: https://mentant.ai
|
|
20
|
+
licenses:
|
|
21
|
+
- Nonstandard
|
|
22
|
+
metadata: {}
|
|
23
|
+
rdoc_options: []
|
|
24
|
+
require_paths:
|
|
25
|
+
- lib
|
|
26
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
27
|
+
requirements:
|
|
28
|
+
- - ">="
|
|
29
|
+
- !ruby/object:Gem::Version
|
|
30
|
+
version: '0'
|
|
31
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
requirements: []
|
|
37
|
+
rubygems_version: 4.0.3
|
|
38
|
+
specification_version: 4
|
|
39
|
+
summary: 'Mentant: Secure Rails agent (app placeholder)'
|
|
40
|
+
test_files: []
|