mesa_test 1.0.2 → 1.0.3
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 +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 872e80292cb3ab8bdbe1be17b0dfc082528ad1014010fc2be36257d111481370
|
|
4
|
+
data.tar.gz: 8450ccf061a543ec47fcfae07a50fbda80f417efa9f28d8f4d9e20f84ed03b8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37aaad6d044957344a18205cbbf4b834d1b0e3000ff6e6c8f33fd17e6f4d2414d01bec923481ae563b173e64e76a057afddbcb138fbce0cbeafa97edcef4d439
|
|
7
|
+
data.tar.gz: 6dd6a997f7ec1e5faa0c11755938f6b4213e0c8fd2005f60a88f4dbd63c1c238f71e0323955ac4e17828be6b4646a80918ee0001363fa6204c7fcfd19d9ff6c8
|
data/lib/mesa_test.rb
CHANGED
|
@@ -289,7 +289,7 @@ e-mail and password will be stored in plain text.'
|
|
|
289
289
|
https.use_ssl = base_uri.include? 'https'
|
|
290
290
|
|
|
291
291
|
request = Net::HTTP::Post.new(
|
|
292
|
-
uri, initheader = { 'Content-Type' => 'application/json' }
|
|
292
|
+
uri, initheader = { 'Accept' => 'application/json', 'Content-Type' => 'application/json' }
|
|
293
293
|
)
|
|
294
294
|
request.body = {
|
|
295
295
|
email: email,
|
|
@@ -308,7 +308,7 @@ e-mail and password will be stored in plain text.'
|
|
|
308
308
|
|
|
309
309
|
request = Net::HTTP::Post.new(
|
|
310
310
|
uri,
|
|
311
|
-
initheader = { 'Content-Type' => 'application/json' }
|
|
311
|
+
initheader = { 'Accept' => 'application/json', 'Content-Type' => 'application/json' }
|
|
312
312
|
)
|
|
313
313
|
|
|
314
314
|
# create the request body for submission to the submissions API
|
|
@@ -347,7 +347,7 @@ e-mail and password will be stored in plain text.'
|
|
|
347
347
|
|
|
348
348
|
request = Net::HTTP::Post.new(
|
|
349
349
|
uri,
|
|
350
|
-
initheader = { 'Content-Type' => 'application/json' }
|
|
350
|
+
initheader = { 'Accept' => 'application/json', 'Content-Type' => 'application/json' }
|
|
351
351
|
)
|
|
352
352
|
|
|
353
353
|
# create the request body for submission to the submissions API
|
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.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Wolf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -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.
|
|
84
|
+
rubygems_version: 3.0.4
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Command line tool for running and reporting the MESA test suites.
|