Commit b21f0bbfc0c88a5f0a1b656e0714ba17521bd5a6

Authored by Antonio Terceiro
1 parent 6e01ed62

Need chake 0.4.3

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -8,8 +8,8 @@ ENV['CHAKE_SSH_CONFIG'] = ssh_config_file @@ -8,8 +8,8 @@ ENV['CHAKE_SSH_CONFIG'] = ssh_config_file
8 8
9 require 'chake' 9 require 'chake'
10 10
11 -if Chake::VERSION < '0.4.1'  
12 - fail "Please upgrade to chake 0.4.1+" 11 +if Chake::VERSION < '0.4.3'
  12 + fail "Please upgrade to chake 0.4.3+"
13 end 13 end
14 14
15 begin 15 begin