rspec-buildkite-analytics 0.8.1 → 0.8.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df185766b2de68f6e2e22fb9c72744728364495d6377b26dce7cf33dda1ff731
|
|
4
|
+
data.tar.gz: 9b0f066bc54f5b4437ecb35fcf76dfc7d8b123ebe85ef694e78e68647a4f7c54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9916640fd397348738c50e21dc7139b1a88d1385a9dc1d2740d4db31158d12388276523e97c0b2f53fac5434dfaf9dfad13f8f63f5b32198aefb04e1bbc62e6e
|
|
7
|
+
data.tar.gz: e1f7c45eb96cfe67fd698aed7d17288bbc497b278cde989d051c80dd1777b2f2164894e3cc34689c1793c274a4ecbbe4df9be5f5313b86cbbab83b57a3198f06
|
|
@@ -26,6 +26,8 @@ module RSpec::Buildkite::Analytics
|
|
|
26
26
|
self.debug_enabled = debug_enabled || !!(ENV["BUILDKITE_ANALYTICS_DEBUG_ENABLED"])
|
|
27
27
|
self.debug_filepath = debug_filepath || ENV["BUILDKITE_ANALYTICS_DEBUG_FILEPATH"] || Dir.tmpdir
|
|
28
28
|
|
|
29
|
+
Kernel.warn "UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed to buildkite-test_collector. rspec-buildkite-analytics will not receive any further maintenance. Please follow our docs https://buildkite.com/docs/test-analytics/ruby-collectors to upgrade to the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank you!"
|
|
30
|
+
|
|
29
31
|
require_relative "analytics/uploader"
|
|
30
32
|
|
|
31
33
|
self::Uploader.configure
|
|
@@ -6,12 +6,17 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.name = "rspec-buildkite-analytics"
|
|
7
7
|
spec.version = RSpec::Buildkite::Analytics::VERSION
|
|
8
8
|
spec.authors = ["Buildkite"]
|
|
9
|
-
spec.email = ["
|
|
9
|
+
spec.email = ["support+analytics@buildkite.com"]
|
|
10
10
|
|
|
11
11
|
spec.summary = "Track execution of specs and report to Buildkite Analytics"
|
|
12
|
+
spec.description = "UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed to buildkite-test_collector. rspec-buildkite-analytics will not receive any further maintenance. Please follow our docs https://buildkite.com/docs/test-analytics/ruby-collectors to upgrade to the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank you!"
|
|
12
13
|
spec.homepage = "https://github.com/buildkite/rspec-buildkite-analytics"
|
|
13
14
|
spec.license = "MIT"
|
|
14
15
|
|
|
16
|
+
spec.post_install_message = <<~MSG
|
|
17
|
+
UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed to buildkite-test_collector. rspec-buildkite-analytics will not receive any further maintenance. Please follow our docs https://buildkite.com/docs/test-analytics/ruby-collectors to upgrade to the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank you!
|
|
18
|
+
MSG
|
|
19
|
+
|
|
15
20
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
16
21
|
spec.metadata["source_code_uri"] = "https://github.com/buildkite/rspec-buildkite-analytics"
|
|
17
22
|
|
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.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Buildkite
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -72,9 +72,12 @@ dependencies:
|
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '1.2'
|
|
75
|
-
description:
|
|
75
|
+
description: 'UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed to buildkite-test_collector.
|
|
76
|
+
rspec-buildkite-analytics will not receive any further maintenance. Please follow
|
|
77
|
+
our docs https://buildkite.com/docs/test-analytics/ruby-collectors to upgrade to
|
|
78
|
+
the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank you!'
|
|
76
79
|
email:
|
|
77
|
-
-
|
|
80
|
+
- support+analytics@buildkite.com
|
|
78
81
|
executables: []
|
|
79
82
|
extensions: []
|
|
80
83
|
extra_rdoc_files: []
|
|
@@ -107,7 +110,13 @@ licenses:
|
|
|
107
110
|
metadata:
|
|
108
111
|
homepage_uri: https://github.com/buildkite/rspec-buildkite-analytics
|
|
109
112
|
source_code_uri: https://github.com/buildkite/rspec-buildkite-analytics
|
|
110
|
-
post_install_message:
|
|
113
|
+
post_install_message: 'UNSUPPORTED: The rspec-buildkite-analytics gem has been renamed
|
|
114
|
+
to buildkite-test_collector. rspec-buildkite-analytics will not receive any further
|
|
115
|
+
maintenance. Please follow our docs https://buildkite.com/docs/test-analytics/ruby-collectors
|
|
116
|
+
to upgrade to the new gem: https://rubygems.org/gems/buildkite-test_collector. Thank
|
|
117
|
+
you!
|
|
118
|
+
|
|
119
|
+
'
|
|
111
120
|
rdoc_options: []
|
|
112
121
|
require_paths:
|
|
113
122
|
- lib
|