test-prof 1.6.0 → 1.6.1

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: b843db2a99bf53e8c380e748bb73340c573e1de8082f76519530eb0ddf32cb95
4
- data.tar.gz: 94048d78eaf4857b0a869fad4d551701b0501074cb97ff9ac9ad13a5b69eee03
3
+ metadata.gz: 5ac10497abf78e9ad7d4e1d2f57b32c0fc44ae56249f37da9203f03fdbca5595
4
+ data.tar.gz: 6dc4fb07e9810e0f527313a75b0317d180c6655d1e85ebe243b8a8e5b962d5a6
5
5
  SHA512:
6
- metadata.gz: 5718228b4b63106230f730ef7ee2e1ed53de8457c266f82859a2824b7f9967ba30d0d26d2ee9e4fb1f6363e04eb6a790560e98d529d7e630d93f7dd9dd2dc990
7
- data.tar.gz: b6df0f87115a3cfd159b1a132459a7958c204374e9b76a8f0c7282158fe6fe6a11a208a5e60f111d98f89c212d215c8cf6db1087c071257a92a7377f999cae0c
6
+ metadata.gz: 9c62b3cae07b00f77c5ac8ecf11ad915a4bcd1082a67bc6a7f1d2cfb9a639ea8b4a06fd420a57b18c106cbebc90afeaaa27c56c5d81f1e5b9d9521f5196d7a09
7
+ data.tar.gz: 36b0f65592d9d86c670eb44950fbc66552b6cbbddbb6d30a089754561e7f5db8570b14e2bb1cd17be9085f7820134dd9ca4c4a7e5f02f9784657dd04dd0c6c59
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 1.6.1 (2026-04-02)
6
+
7
+ - Require MFA to publish the gem.
8
+
5
9
  ## 1.6.0 (2026-03-18)
6
10
 
7
11
  - Add TPS profiler. ([@palkan][])
@@ -10,7 +10,7 @@ module RuboCop
10
10
  LintRoller::About.new(
11
11
  name: "test-prof",
12
12
  version: ::TestProf::VERSION,
13
- homepage: "https://test-prof.evilmartians.io/misc/rubocop",
13
+ homepage: "https://test-prof.evilmartians.io/guide/misc/rubocop",
14
14
  description: "RuboCop plugin to help you write more performant tests."
15
15
  )
16
16
  end
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "rspec/core"
4
+
3
5
  require "test_prof/utils/rspec"
4
6
 
5
7
  module TestProf
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TestProf
4
- VERSION = "1.6.0"
4
+ VERSION = "1.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-prof
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-18 00:00:00.000000000 Z
11
+ date: 2026-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -243,6 +243,7 @@ metadata:
243
243
  source_code_uri: https://github.com/test-prof/test-prof
244
244
  funding_uri: https://github.com/sponsors/test-prof
245
245
  default_lint_roller_plugin: RuboCop::TestProf::Plugin
246
+ rubygems_mfa_required: 'true'
246
247
  post_install_message:
247
248
  rdoc_options: []
248
249
  require_paths: