Skip to content

Commit

Permalink
Merge pull request #1432 from mbj/bump/version
Browse files Browse the repository at this point in the history
Change to version 0.11.33
  • Loading branch information
mbj committed Mar 24, 2024
2 parents 0d1c70a + a183d4a commit 0c04802
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.11.33 2024-03-24

* [#1431](https://github.com/mbj/mutant/pull/1431)

Add source match expression, source `source:$glob_expression`, example `source:{app,lib}/**/*.rb`
works with anything that `Pathname#glob` suppors.

Allows to match all toplevel class/module constants defined in the matched ruby files.

# v0.11.32 2024-03-20

* [#1430](https://github.com/mbj/mutant/pull/1430)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Mutant
# Current mutant version
VERSION = '0.11.32'
VERSION = '0.11.33'
end # Mutant
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.10.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.11.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.12.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.13.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.8.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions test_app/Gemfile.rspec3.9.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ..
specs:
mutant (0.11.32)
mutant (0.11.33)
diff-lcs (~> 1.3)
parser (~> 3.3.0)
regexp_parser (~> 2.9.0)
sorbet-runtime (~> 0.5.0)
unparser (~> 0.6.9)
mutant-rspec (0.11.32)
mutant (= 0.11.32)
mutant-rspec (0.11.33)
mutant (= 0.11.33)
rspec-core (>= 3.8.0, < 4.0.0)

GEM
Expand Down

0 comments on commit 0c04802

Please sign in to comment.