Skip to content

Commit

Permalink
Update version to 0.7.3 and require mspec 1.5.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Feb 10, 2009
1 parent 326a538 commit 7f0de18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec_helper.rb
Expand Up @@ -40,7 +40,7 @@
end
end

minimum_version = "1.5.7"
minimum_version = "1.5.8"
unless MSpec::VERSION >= minimum_version
puts "Please install MSpec version >= #{minimum_version} to run the specs"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module RubySpec
VERSION = "0.7.2"
VERSION = "0.7.3"
end

0 comments on commit 7f0de18

Please sign in to comment.