mesa_test 1.1.11 → 1.1.12
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/lib/mesa_test.rb +2 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6197ab41eec170d06d29d19e2e66446c71a673434a316a100bd102e44a849d7d
|
|
4
|
+
data.tar.gz: f307cc7d5948121879fd4565ac90fbcf57b6e796ab47fdce4bca7c6f79b9092a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 856b3b1f1bc52c56aae8ca59916f0526306ebff35657b68b26ddcd96313b1f2b0ed051aa9b55c7c8d0378d01b7f433be89fcc035bb61d14cf7dc67fa95616be1
|
|
7
|
+
data.tar.gz: a9f230dd702be29a371b0442d8cdc6dc81a2774ddfae9105b7250b401881ca06b2db721728143b112d2e057027b456206d187e7298de0aef31bc5ba25d29a791
|
data/lib/mesa_test.rb
CHANGED
|
@@ -18,7 +18,8 @@ GITHUB_HTTPS = 'https://github.com/MESAHub/mesa.git'.freeze
|
|
|
18
18
|
GITHUB_SSH = 'git@github.com:MESAHub/mesa.git'.freeze
|
|
19
19
|
|
|
20
20
|
class MesaTestSubmitter
|
|
21
|
-
DEFAULT_URI = 'https://mesa-test-hub.herokuapp.com'.freeze
|
|
21
|
+
# DEFAULT_URI = 'https://mesa-test-hub.herokuapp.com'.freeze
|
|
22
|
+
DEFAULT_URI = 'https://testhub.mesastar.org'.freeze
|
|
22
23
|
|
|
23
24
|
# set up config file for computer
|
|
24
25
|
def setup
|
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: 1.1.
|
|
4
|
+
version: 1.1.12
|
|
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:
|
|
11
|
+
date: 2026-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -66,7 +66,7 @@ homepage: https://github.com/MESAHub/mesa_test
|
|
|
66
66
|
licenses:
|
|
67
67
|
- MIT
|
|
68
68
|
metadata: {}
|
|
69
|
-
post_install_message:
|
|
69
|
+
post_install_message:
|
|
70
70
|
rdoc_options: []
|
|
71
71
|
require_paths:
|
|
72
72
|
- lib
|
|
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
requirements: []
|
|
84
|
-
rubygems_version: 3.
|
|
85
|
-
signing_key:
|
|
84
|
+
rubygems_version: 3.4.17
|
|
85
|
+
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Command line tool for running and reporting the MESA test suites.
|
|
88
88
|
test_files: []
|