lemans 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.
- checksums.yaml +7 -0
- metadata +48 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d19478f6b8089b4a2cd2cb12a5ff6da3a247e79fa0b29353e4c57c160cc7910a
|
|
4
|
+
data.tar.gz: dae5536d6035f67546136f12ffe1fc52d602bdffc8dd5eeba120fec2313c4cd7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 8445620f5979b522753d7978b810a2db12a582ee44087c83a1aa2792c310b2fd45d897b15f58e24f33348c0fff9877e8cf683b6620ac5f5f89a124560f013074
|
|
7
|
+
data.tar.gz: 8cf8d948c812075b068479e25737a0d43999831f2dea87a018d6d62fe8c1049d96bb27076f88173ed91d4bd4ae1939669d768402ee9e8ce8e5c215c14014d909
|
metadata
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: lemans
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0.pre
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Svyatoslav Kryukov
|
|
8
|
+
- Artur Petrov
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Placeholder release. Lemans runs tasks against a coding agent in a sandbox.
|
|
14
|
+
email:
|
|
15
|
+
- me@skryukov.dev
|
|
16
|
+
- ardecvz@gmail.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files: []
|
|
21
|
+
homepage: https://github.com/rails/lemans
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata:
|
|
25
|
+
bug_tracker_uri: https://github.com/rails/lemans/issues
|
|
26
|
+
changelog_uri: https://github.com/rails/lemans/blob/main/CHANGELOG.md
|
|
27
|
+
documentation_uri: https://github.com/rails/lemans/blob/main/README.md
|
|
28
|
+
homepage_uri: https://github.com/rails/lemans
|
|
29
|
+
source_code_uri: https://github.com/rails/lemans
|
|
30
|
+
rubygems_mfa_required: 'true'
|
|
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.3.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: 4.0.18
|
|
46
|
+
specification_version: 4
|
|
47
|
+
summary: A Ruby harness for running agent benchmarks
|
|
48
|
+
test_files: []
|