Skip to content

Commit 68fb64a

Browse files
author
Brian Ford
committed
Update version to 0.7.6 and require mspec 1.5.12.
1 parent 81dc3e6 commit 68fb64a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
end
4949
end
5050

51-
minimum_version = "1.5.10"
51+
minimum_version = "1.5.12"
5252
unless MSpec::VERSION >= minimum_version
5353
puts "Please install MSpec version >= #{minimum_version} to run the specs"
5454
exit 1

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RubySpec
2-
VERSION = "0.7.5"
2+
VERSION = "0.7.6"
33
end

0 commit comments

Comments
 (0)