Skip to content

Commit 7f32aef

Browse files
committed
Version 0.3.1
1 parent 4316de9 commit 7f32aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assert_difference.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright © 2010, 2011, José Pablo Fernández
33

44
module AssertDifference
5-
VERSION = "0.3.0" unless defined?(::AssertDifference::VERSION)
5+
VERSION = "0.3.1" unless defined?(::AssertDifference::VERSION)
66

77
# Test numeric difference between the return value of an expression as a result of what is evaluated
88
# in the yielded block.

0 commit comments

Comments
 (0)