summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2013-02-12 12:08:38 +0100
committerJohn Mair <jrmair@gmail.com>2013-02-12 12:08:38 +0100
commita68d269e895e063efc574ba3ac502b00fc3c5d93 (patch)
treeb099d2cefaebcbff27d8e4f89e46a82a1c0bbdb9 /Rakefile
parentb33fa0ab694dd5ba9a47b0a6a3fb349cf8b94231 (diff)
downloadpry-a68d269e895e063efc574ba3ac502b00fc3c5d93.tar.gz
dummy commit to force travis to do its thing
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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