Skip to content

Commit

Permalink
Update version to 0.7.6 and require mspec 1.5.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Jun 8, 2009
1 parent 81dc3e6 commit 68fb64a
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
end
end

minimum_version = "1.5.10"
minimum_version = "1.5.12"
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubySpec
VERSION = "0.7.5"
VERSION = "0.7.6"
end

0 comments on commit 68fb64a

Please sign in to comment.