mesa_test 1.1.9 → 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 +3 -2
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1bc3ecd06c1d2cc95d041b7171dc9c6cda0ccb6536beec798f3969b8f8aa87d
4
- data.tar.gz: 4c0109db46572db7e9dc3d2f2aa0dda259b21ba5049448874d5a0d1ec7a85d6a
3
+ metadata.gz: f040d5b33b3738184c3e0d69dae501048d62d6ab10cdfb2181a77253d6ec7729
4
+ data.tar.gz: c10003c56bf92456bfe80a076470491b5854a994aa7ae56a1a48c5724d0a44c1
5
5
  SHA512:
6
- metadata.gz: f28bd6704f63e5e37c9fc1bf253458012587febf4c11278e143ec2edf10d826d4c37a183cf0a870c6e92419c2145509407cc3cee37136ee43b02035d7f6254d0
7
- data.tar.gz: 92055286204281167d4655278e9b36c35c4bc1c4de04fb8e41180d19cbc21d71f4b50d5f2489628068ffc79bf1fb0794e164b4f6dcdadac2ad46e31cf34c98d8
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
 
@@ -446,7 +446,8 @@ e-mail and password will be stored in plain text.'
446
446
  # make generic request to LOGS server
447
447
  # +params+ is a hash of data to be encoded as JSON and sent off
448
448
  def submit_logs(params)
449
- uri = URI('https://logs.mesastar.org/uploads')
449
+ #uri = URI('https://logs.mesastar.org/uploads')
450
+ uri = URI('https://mesa-logs.flatironinstitute.org/uploads')
450
451
  https = Net::HTTP.new(uri.host, uri.port)
451
452
  https.use_ssl = true
452
453
  req = Net::HTTP::Post.new(uri.path, 'Content-Type' => 'application/json',
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.9
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
- date: 2022-06-07 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -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.1.2
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: []