Skip to content

Commit

Permalink
Updated minitest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbrando committed Nov 9, 2011
1 parent ecbe685 commit ca2ab35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colorific.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "minitest", "~> 2.6.2"
s.add_dependency "minitest", "~> 2.8.0"
s.add_dependency "ruby-progressbar", "~> 0.0.10"
end
2 changes: 1 addition & 1 deletion lib/colorific/version.rb
@@ -1,3 +1,3 @@
module Colorific
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit ca2ab35

Please sign in to comment.