Skip to content

Commit

Permalink
- Fixed dependency on minitest to the 4.x family.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest-excludes/dev/": change = 8443]
  • Loading branch information
zenspider committed Apr 23, 2013
1 parent a6cd041 commit 7b6e4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Hoe.plugin :seattlerb
Hoe.spec "minitest-excludes" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"

dependency "minitest", "~> 2.10"
dependency "minitest", "~> 4.0"
end

# vim: syntax=ruby
2 changes: 1 addition & 1 deletion lib/minitest/excludes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'minitest/unit'

module MiniTest::Unit::Excludes # :nodoc:
VERSION = '1.0.1' # :nodoc:
VERSION = "1.0.2" # :nodoc:
end

##
Expand Down

0 comments on commit 7b6e4b6

Please sign in to comment.