mesa_test 1.1.3 → 1.1.4
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 +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ebdd3dbd2229928d24bc1a5c56ab18fa34291181f804c5371df8572eff546c5
|
|
4
|
+
data.tar.gz: b9ce87dcff915345719a8992e5db358d431ddd8d9221bb3ef813c7b414af0725
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: faf57662b9d766780f26b5cc20e46f603b7de8683b9b4cb124911c356a3ab52eccabe29066b4de347822678b10777a3c3a940c17fcab20972366ec944e84c92a
|
|
7
|
+
data.tar.gz: b5925453408e4ea1aca27092b82a09345e096e4e88140eb6be67d6c2ca64f88d9527b27378edd9afe93d4dd3bb89acacba8416ebf6188ecdb6810def9316d618
|
data/bin/mesa_test
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# rather than system version and run out of local lib, not installed
|
|
5
5
|
# if :staging, submit to beta version and run out of local lib, not installed
|
|
6
6
|
# anything else: trust rubygems to get lib and submit to real deal testhub
|
|
7
|
-
MODE = :
|
|
7
|
+
MODE = :development
|
|
8
8
|
|
|
9
9
|
case MODE
|
|
10
10
|
when :staging, :development
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Wolf
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
requirements: []
|
|
84
|
-
rubygems_version: 3.2
|
|
84
|
+
rubygems_version: 3.1.2
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Command line tool for running and reporting the MESA test suites.
|