mesa_test 1.0.2 → 1.0.3

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 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56e31a9841e2aae7f051e81c87283288c30a760dbf86799f34e3c4106e05536a
4
- data.tar.gz: caef468ad982b2d508c56067c3b10e9f645f0a02cccb86f4d770b94ce3e190a8
3
+ metadata.gz: 872e80292cb3ab8bdbe1be17b0dfc082528ad1014010fc2be36257d111481370
4
+ data.tar.gz: 8450ccf061a543ec47fcfae07a50fbda80f417efa9f28d8f4d9e20f84ed03b8f
5
5
  SHA512:
6
- metadata.gz: '09e0a052e5628e28ed6786811e5861548c02924153fe74c133e6a1265f5bdaa1e35cd479bae5181c14423ac04b5588d28223d441c8959f56629ebfbbc6f33b9f'
7
- data.tar.gz: bb40a700dc352a309191c90550d9ab598ad9d2a2f5d9e123590f1d89960962bcc54d1e32afa2e06916bf6cf886e8391b8a18f20efecd0fbcd68024dd755bad8b
6
+ metadata.gz: 37aaad6d044957344a18205cbbf4b834d1b0e3000ff6e6c8f33fd17e6f4d2414d01bec923481ae563b173e64e76a057afddbcb138fbce0cbeafa97edcef4d439
7
+ data.tar.gz: 6dd6a997f7ec1e5faa0c11755938f6b4213e0c8fd2005f60a88f4dbd63c1c238f71e0323955ac4e17828be6b4646a80918ee0001363fa6204c7fcfd19d9ff6c8
@@ -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.2
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-17 00:00:00.000000000 Z
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.1.2
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.