milou 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3438fb2dd01cafe544495c310de2e0e020b6113ace7d23d8f8dd19a5b492e2d5
4
- data.tar.gz: d3dbd59fca52bd8a82e882112d977f8ecf21870fb24e7863421d1ca7120bc91a
3
+ metadata.gz: cd2fe3df99862a4b9ecf3e8371abea85ccf1bd831f15a0c6c688e5cb69a1f778
4
+ data.tar.gz: 3a5d9ccaee48f93e812c7193de1d95fec97b84e575b34d2e7e0ff5346431768b
5
5
  SHA512:
6
- metadata.gz: 5230ada6c5ba07764d9113ad8fa82a3c96c97bb03a843e6c3d717786d8b22834c371e366f7f7a562978a2fe733e9944fabe8dcc017229be46ac8f691b70794eb
7
- data.tar.gz: dc94417f9d4c24ef846da2c5fa743203cb7ee8d0d96ce7eea90eebbf88544b50c3f472d8e0e0180c3b60866c8ddc2404422f36f164d2b9e5e3b9a6c936df9a5f
6
+ metadata.gz: 3d81e9d33e0fec5294ff8ed4dee0fd8def48e1fc208b614b76f2c155f524fa544862b885b6e784958ce8ac0612b8201071c0764e1200ecaeec4c982a931f8c87
7
+ data.tar.gz: 20ddeaf240c84a95a870291c6572e8314b14e1c6d29c7796e80fbb92c7f97d676873deee5244b51b4688919a302604dd54cc595e01813d6dc5ffc454d4555e77
@@ -31,7 +31,7 @@ module Watchdog
31
31
  commit_branch: commit_branch,
32
32
  commit_sha: commit_sha,
33
33
  commit_timestamp: commit_timestamp,
34
- test_suite_name: ENV['TEST_SUIT_NAME'],
34
+ test_suite_name: ENV['WATCHDOG_TEST_SUIT_NAME'],
35
35
  test_results: []
36
36
  }
37
37
  }
@@ -53,11 +53,11 @@ module Watchdog
53
53
  end
54
54
 
55
55
  response = HTTParty.post(
56
- ENV['API_URL'],
56
+ ENV['WATCHDOG_API_URL'],
57
57
  body: run.to_json,
58
58
  headers: {
59
59
  'Content-Type' => 'application/json',
60
- 'Authorization' => ENV['AUTH_TOKEN']
60
+ 'Authorization' => ENV['WATCHDOG_AUTH_TOKEN']
61
61
  }
62
62
  )
63
63
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Watchdog
4
- VERSION = "0.0.1".freeze
4
+ VERSION = "0.0.2".freeze
5
5
  end
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: milou
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Silva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-01 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Watchdog SDK to communicate with the Watchdog API
14
14
  email:
15
- - carlos@gaspardbruno.com
15
+ - ops@gaspardbruno.com
16
16
  executables:
17
17
  - watchdog
18
18
  extensions: []