From a68d269e895e063efc574ba3ac502b00fc3c5d93 Mon Sep 17 00:00:00 2001 From: John Mair Date: Tue, 12 Feb 2013 12:08:38 +0100 Subject: [PATCH] dummy commit to force travis to do its thing --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ad45a207..70e84c45 100644 --- a/Rakefile +++ b/Rakefile @@ -64,7 +64,7 @@ task :pry do load 'bin/pry' end -desc "Show pry version" +desc "Show pry version." task :version do puts "Pry version: #{Pry::VERSION}" end