minitest-focus 1.2.0 → 1.2.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: 40fc0218b90a4fb8113f6533b7a152599d3152cef8cb3fc6e8ae434eaf9f3f0b
4
- data.tar.gz: c733cc5ad6f307d9aff0cc2e05f222a461f7d3794e442d0706bea2aeba7701fa
3
+ metadata.gz: c42c6ba3ea527eeb7756c50f08f6f123acdfbbe5f00ee68e7543fec395512554
4
+ data.tar.gz: aa656bdcf5ae92d25558e9822387491a1fcca43f89297d060a52716eea6fd4e5
5
5
  SHA512:
6
- metadata.gz: e30c05039e4667a3cca39b42fe086ce893515fe077e19d142989af707921c084b9caeced751689a0bd7568c3bd6d651cdeb4bec9652c8f69007ce9bfc0d44f72
7
- data.tar.gz: c26c57c6875d46f37e50f6b5ac5d86fee0a5dfc537199027a0596ada1be5b71d37c326c5e086ae2c06e655ca9f81994423b794dafc84590ab335494ce6ee9c50
6
+ metadata.gz: 45532069fcd74b655e5fa65721f3e2f3793b513c8da19c8b8ff7eaeca593b36f1293d6cc345ddaf21ecae2b8ecabdd6988caec6b21b3b89e4b784809e6c0fbcb
7
+ data.tar.gz: 5fc346666e60b5eba021293f05110c4332bc81a41b68ee6a09cdcb492925b8585b03fcf97dd1a6c8ffa79a2fd1bab853ebb77ee7218b4c0945667fe5c7319dfa
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 1.2.1 / 2020-06-14
2
+
3
+ * 1 bug fix:
4
+
5
+ * Prevent a crash if the gem is installed but never required. (dazuma)
6
+
1
7
  === 1.2.0 / 2020-05-15
2
8
 
3
9
  * 1 major enhancement:
@@ -1,6 +1,6 @@
1
1
  class Minitest::Test # :nodoc:
2
2
  class Focus # :nodoc:
3
- VERSION = "1.2.0" # :nodoc:
3
+ VERSION = "1.2.1" # :nodoc:
4
4
  end
5
5
 
6
6
  @@filtered_names = [] # :nodoc:
@@ -2,6 +2,7 @@
2
2
 
3
3
  module Minitest
4
4
  def self.plugin_focus_options(_opts, options)
5
+ return unless Minitest::Test.respond_to? :filtered_names
5
6
  return if Minitest::Test.filtered_names.empty?
6
7
 
7
8
  index = ARGV.index { |arg| arg =~ /^-n/ || arg =~ /^--name/ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-focus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -29,7 +29,7 @@ cert_chain:
29
29
  m5x9IDiApM+vCELNwDXXGNFEnQBBK+wAe4Pek8o1V1TTOxL1kGPewVOitX1p3xoN
30
30
  h7iEjga8iM1LbZUfiISZ+WrB
31
31
  -----END CERTIFICATE-----
32
- date: 2020-05-16 00:00:00.000000000 Z
32
+ date: 2020-06-14 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: minitest
metadata.gz.sig CHANGED
Binary file