Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions power_assert.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Power Assert for Ruby"
s.description = "Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied."

s.required_ruby_version = '>= 3.1.0'
s.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{\A(?:test|spec|features|benchmark|bin)/})
end
Expand Down