Skip to content

Commit ab990fa

Browse files
author
Brian Ford
committed
Update to version to 0.7.1, require mspec 1.5.6.
1 parent 7f2669a commit ab990fa

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
@@ -40,7 +40,7 @@
4040
end
4141
end
4242

43-
minimum_version = "1.5.5"
43+
minimum_version = "1.5.6"
4444
unless MSpec::VERSION >= minimum_version
4545
puts "Please install MSpec version >= #{minimum_version} to run the specs"
4646
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.0"
2+
VERSION = "0.7.1"
33
end

0 commit comments

Comments
 (0)