Skip to content

Commit

Permalink
Add 'rake release' task
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Apr 6, 2013
1 parent dd36029 commit 21cc44c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require 'rake/testtask'
require 'rake/extensiontask'
require 'rubygems/package_task'
require 'bundler/gem_tasks'

Rake::ExtensionTask.new('byebug')

Expand All @@ -15,9 +16,6 @@ task :test do
end
end

desc "Test everything - same as test."
task :check => :test

base_spec = eval(File.read('byebug.gemspec'), binding, 'byebug.gemspec')

# Rake task to build the default package
Expand Down

0 comments on commit 21cc44c

Please sign in to comment.