0.4.8, re-release due to rubygems problems. Also, removed show_version task from Rakefile, and replaced it with a version task

This commit is contained in:
John Mair 2011-02-12 11:26:53 +13:00
parent 788e5d8ce8
commit afa3cabf77
2 changed files with 1 additions and 6 deletions

View File

@ -32,11 +32,6 @@ task :test do
sh "bacon -k #{direc}/test/test.rb"
end
desc "display the Pry version"
task :show_version do
puts "Pry version: #{Pry::VERSION}"
end
desc "run pry"
task :pry do
require "#{direc}/lib/pry.rb"

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.4.7"
VERSION = "0.4.8"
end