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: 4ac283b3f333632c2909b0dd7b35dd1c4f9765d659489c00d8ae93a169433aa8
4
- data.tar.gz: eb45c11b5da7a61597b915749f04bb77d46408b764f22cb84dba349ae3fba4f8
3
+ metadata.gz: df185766b2de68f6e2e22fb9c72744728364495d6377b26dce7cf33dda1ff731
4
+ data.tar.gz: 9b0f066bc54f5b4437ecb35fcf76dfc7d8b123ebe85ef694e78e68647a4f7c54
5
5
  SHA512:
6
- metadata.gz: deb2c39374b9a86cea6ab81b8f81137eb919e78f7d5a5f4ad28fb1cb51dfdbda72f930e71dca67dcd4353860519109627852f52c07238523bc6aeb3b8b83513a
7
- data.tar.gz: 64036687b205256d27f656066bdc182b936dcb29daa10f6149ce18972303b4b8140c44ab6db22028cce0a19fd84bab4b59d679f4e8f1471f87f86e0c31fe3a1f
6
+ metadata.gz: 9916640fd397348738c50e21dc7139b1a88d1385a9dc1d2740d4db31158d12388276523e97c0b2f53fac5434dfaf9dfad13f8f63f5b32198aefb04e1bbc62e6e
7
+ data.tar.gz: e1f7c45eb96cfe67fd698aed7d17288bbc497b278cde989d051c80dd1777b2f2164894e3cc34689c1793c274a4ecbbe4df9be5f5313b86cbbab83b57a3198f06
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module Buildkite
5
5
  module Analytics
6
- VERSION = "0.8.1"
6
+ VERSION = "0.8.2"
7
7
  NAME = "rspec-buildkite"
8
8
  end
9
9
  end
@@ -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 = ["hello@buildkite.com"]
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.1
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-05-06 00:00:00.000000000 Z
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
- - hello@buildkite.com
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