rspec-buildkite-analytics 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 852e10cf6b6c63174c82c06f3f5f249b9093fc666582041b01a5fa44d1bdc421
4
- data.tar.gz: f88e00ffe339bb34f9edd90d6503e61ec308af5387e19d85b9bc790c076edf49
3
+ metadata.gz: 23cd65346e813fe92bc69f52607c1dd580666879ca6ccc28b89fa277cff496e2
4
+ data.tar.gz: 3f1bc2b37f5e926d144b38b28a4406f0604e6458d8d288c32a6500869eea1258
5
5
  SHA512:
6
- metadata.gz: 4a9c3b5d0c9b19cd2c8b5e5614ed38cc799f34852c6f6d551be4da788a009137e181015d67a27cd602c1c81b34e84d5ac108b076ff2365c4d153c66388b63f64
7
- data.tar.gz: d6ce7ee6ed3988f12fe93c92a1ee3280c39d353b7c741f43423e42acba05f4c52c7da6e3bae772bbc3f0dc3ceec3bb51d4c8e0c187255f8bda98541b6516400d
6
+ metadata.gz: c08b2ae468dda9fe8aabb7e52088eb2447243d4022f33402086e80968c1ef49382e2aa0aad4a3c596b4fb4337ce6b89ecc059862786393e08de8aa039de6230d
7
+ data.tar.gz: f7ed799c14eeaa6720b62e9ac25b9ea1c550019f776cf6a9c4437abdc9100e0ccc030ee97c3339b02f2e19fc3fa6518e7bf1977afdaf59bc97bfd495a9a1d94a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-buildkite-analytics (0.3.3)
4
+ rspec-buildkite-analytics (0.3.4)
5
5
  activesupport (>= 5.2, <= 7.0)
6
6
  rspec-core (~> 3.10)
7
7
  rspec-expectations (~> 3.10)
@@ -49,4 +49,4 @@ DEPENDENCIES
49
49
  rspec-buildkite-analytics!
50
50
 
51
51
  BUNDLED WITH
52
- 2.2.20
52
+ 2.2.22
@@ -127,12 +127,12 @@ module RSpec::Buildkite::Analytics
127
127
  response = begin
128
128
  http.request(contact)
129
129
  rescue *REQUEST_EXCEPTIONS => e
130
- puts "Error communicating with the server: #{e.message}"
130
+ puts "Buildkite Test Analytics: Error communicating with the server: #{e.message}"
131
131
  end
132
132
 
133
133
  case response.code
134
134
  when "401"
135
- puts "Invalid Suite API key. Please double check your Suite API key."
135
+ puts "Buildkite Test Analytics: Invalid Suite API key. Please double check your Suite API key."
136
136
  when "200"
137
137
  json = JSON.parse(response.body)
138
138
 
@@ -141,10 +141,10 @@ module RSpec::Buildkite::Analytics
141
141
  end
142
142
  else
143
143
  request_id = response.to_hash["x-request-id"]
144
- puts "Unknown error. If this error persists, please contact support+analytics@buildkite.com with this request ID `#{request_id}`."
144
+ puts "Buildkite Test Analytics: Unknown error. If this error persists, please contact support+analytics@buildkite.com with this request ID `#{request_id}`."
145
145
  end
146
146
  else
147
- puts "No Suite API key provided. You can get the API key from your Suite settings page."
147
+ puts "Buildkite Test Analytics: No Suite API key provided. You can get the API key from your Suite settings page."
148
148
  end
149
149
  end
150
150
 
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module Buildkite
5
5
  module Analytics
6
- VERSION = "0.3.3"
6
+ VERSION = "0.3.4"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-buildkite-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Buildkite
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-08 00:00:00.000000000 Z
11
+ date: 2021-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.2.3
124
+ rubygems_version: 3.2.22
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: Track execution of specs and report to Buildkite Analytics