Skip to content

Commit

Permalink
Update version to 0.6.2 and require mspec v1.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Dec 2, 2008
1 parent 25fee10 commit 3f450c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 1.8/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
end

v = MSpec::VERSION.split('.').collect { |d| "1%02d" % d.to_i }.join.to_i
unless v >= 101105101
puts "Please install MSpec version >= 1.5.1 to run the specs"
unless v >= 101105102
puts "Please install MSpec version >= 1.5.2 to run the specs"
exit 1
end

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.6.1"
VERSION = "0.6.2"
end

0 comments on commit 3f450c2

Please sign in to comment.