mesa_test 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mesa_test.rb +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2fda1f64ebdbf227fab03b74bda03425f5d3f42a0fa33311ecd80a8bc4e8090
4
- data.tar.gz: c7d3984d5dbf5b0165a920bdc449b6400510f3889e85435c9a74ab26e5e97dd9
3
+ metadata.gz: f040d5b33b3738184c3e0d69dae501048d62d6ab10cdfb2181a77253d6ec7729
4
+ data.tar.gz: c10003c56bf92456bfe80a076470491b5854a994aa7ae56a1a48c5724d0a44c1
5
5
  SHA512:
6
- metadata.gz: 24e85244573b0fc8a824c58dc5123f63f1c70e273477879735781eb2a79e26a9aef4cb9aaa684a4fbee249a9cf07aa257a773277015d60c934c024d3dc799a64
7
- data.tar.gz: 2a035af7f3f37f449f042ef39a0a30451a4d0396f3788a7255d10fb838918be1d7cff264c6c290aadc50980a98a7fb1eec5ac6a326f65fd530db1bb409f34226
6
+ metadata.gz: c918b4a1dbba55f87d8e813de4e22b41b0d5dcf8b0524165cfadce5be507d7ff37fa573f2eb9ff2a476f3761fd608eb13126e06297752f60be1c772771231360
7
+ data.tar.gz: 1fb2d85f5f673f5cbfa9a690108b5c905b11f98a01984b21299a49c97148f7252dd78d38a9c2af6a624dbdb81dd1a8374db974ef7367eef16c2104f90558c9b1
data/lib/mesa_test.rb CHANGED
@@ -51,7 +51,7 @@ e-mail and password will be stored in plain text.'
51
51
 
52
52
  # Get API key for submitting failure logs
53
53
  response = shell.ask 'What is the logs submission API token associated '\
54
- "with the email #{s.email} (required; contact Josiah Schwab if you "\
54
+ "with the email #{s.email} (required; contact Philip Mocz if you "\
55
55
  "need a key)? (#{s.logs_token})", :blue
56
56
  s.logs_token = response unless response.empty?
57
57
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mesa_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Wolf
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-11-14 00:00:00.000000000 Z
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0.19'
47
+ version: 1.3.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0.19'
54
+ version: 1.3.0
55
55
  description: mesa_test is a command-line interface for running the test suites in
56
56
  MESA and submitting them to the companion website MESATestHub.
57
57
  email: wolfwm@uwec.edu
@@ -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.4.18
85
- signing_key:
84
+ rubygems_version: 3.0.3.1
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: []