Skip to content

Commit 2f915b6

Browse files
committed
Bump version to 1.4.0
1 parent f1b697e commit 2f915b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=== master
1+
=== 1.4.0 (2024-05-24)
22

3-
* Add support for :ignored_block warning on Ruby 3.4 (jeremyevans)
3+
* Add support for :ignored_block as regexp argument to Warning.ignore (jeremyevans)
44

55
* Support new warning format in Ruby 3.4 (jeremyevans)
66

README.rdoc

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ appropriate regexp. The supported symbols are:
3131
* :ambiguous_slash
3232
* :bignum
3333
* :fixnum
34+
* :ignored_block
3435
* :keyword_separation
3536
* :method_redefined
3637
* :mismatched_indentations

warning.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spec = Gem::Specification.new do |s|
22
s.name = 'warning'
3-
s.version = '1.3.0'
3+
s.version = '1.4.0'
44
s.platform = Gem::Platform::RUBY
55
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"]
66
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', 'ruby-warning: Add custom processing for warnings', '--main', 'README.rdoc']

0 commit comments

Comments
 (0)