test_launcher 2.32.0 → 2.32.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: 962715015549cff34705018a6d3057c3dabfb155338ba0b7019123b139802b84
4
- data.tar.gz: 791b6423710d2657db1bd0139a563a7169493f1fa963a4bef8b2143be2cb15cf
3
+ metadata.gz: 91488cc5500562a2a62d22b70b3a3272d9b4b88522aa3dc693e5ad96d5e7225f
4
+ data.tar.gz: 13e9df04fd4bf9971eaf23737b0df6ca6b0760ca255ef111fe60284bd22cf206
5
5
  SHA512:
6
- metadata.gz: 9fd4c0f4a323b412c686e06ad780f439a689c39bb0e7a78d03b8cf2c389a5b3357b50a328ca52bc2d25144e8c0006f882ce785189d42f74050c722e552018f86
7
- data.tar.gz: bdf2d402d78cda8f4b9e3f40f26662c7fb530416c9be2b1d240c33251766efef1d4c2f847ac1de30c90548cbecf87490e1f27c96857bc3ed4d064d8dfbe00a72
6
+ metadata.gz: 10aa7cc93c31ae79a3fa5675d716f8319b272ad7d288e7d60d2540f0efd26d01681c236c7969908692ce871e74386da0d0211e5a700ead64c101076dd4da9c77
7
+ data.tar.gz: 53839794e08589aaa78874e3fb3cf757c70aad4a272e0ffb383020540651091d29a645c679787f95da85f0966adbc45344d051ce9209199d9cfd6f96c6b7c6e7
@@ -20,8 +20,8 @@ module TestLauncher
20
20
  .run("git status --porcelain=v2")
21
21
  .map { |l|
22
22
  type, path = l.split(" ")
23
- path if type == "?" && path.match(%r{.*#{pattern}.*})
24
- }
23
+ matcher = ".*#{pattern}.*".gsub("**", "*")
24
+ path if type == "?" && path.match(%r{#{matcher}}) }
25
25
  .compact
26
26
  end
27
27
 
@@ -1,3 +1,3 @@
1
1
  module TestLauncher
2
- VERSION = "2.32.0"
2
+ VERSION = "2.32.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.32.0
4
+ version: 2.32.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Kinnecom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-12 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.4.6
96
+ rubygems_version: 3.4.10
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Easily run tests