mesa_test 0.2.15 → 1.0.0
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 +4 -4
- data/bin/mesa_test +253 -430
- data/lib/mesa_test.rb +433 -1162
- metadata +7 -8
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mesa_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Wolf
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -53,8 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0.19'
|
55
55
|
description: mesa_test is a command-line interface for running the test suites in
|
56
|
-
MESA and submitting them to the companion website MESATestHub.
|
57
|
-
querying the database through a commandline interface.
|
56
|
+
MESA and submitting them to the companion website MESATestHub.
|
58
57
|
email: wolfwm@uwec.edu
|
59
58
|
executables:
|
60
59
|
- mesa_test
|
@@ -67,7 +66,7 @@ homepage: https://github.com/MESAHub/mesa_test
|
|
67
66
|
licenses:
|
68
67
|
- MIT
|
69
68
|
metadata: {}
|
70
|
-
post_install_message:
|
69
|
+
post_install_message:
|
71
70
|
rdoc_options: []
|
72
71
|
require_paths:
|
73
72
|
- lib
|
@@ -82,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
81
|
- !ruby/object:Gem::Version
|
83
82
|
version: '0'
|
84
83
|
requirements: []
|
85
|
-
rubygems_version: 3.
|
86
|
-
signing_key:
|
84
|
+
rubygems_version: 3.1.2
|
85
|
+
signing_key:
|
87
86
|
specification_version: 4
|
88
87
|
summary: Command line tool for running and reporting the MESA test suites.
|
89
88
|
test_files: []
|