Skip to content

Commit

Permalink
0.4.8, re-release due to rubygems problems. Also, removed show_versio…
Browse files Browse the repository at this point in the history
…n task from Rakefile, and replaced it with a version task
  • Loading branch information
banister committed Feb 11, 2011
1 parent 788e5d8 commit afa3cab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.4.7"
VERSION = "0.4.8"
end

0 comments on commit afa3cab

Please sign in to comment.