Skip to content

Commit

Permalink
Use bundler's gem release tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdub committed Dec 22, 2010
1 parent affb7bd commit 602ace3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -9,3 +9,7 @@ Spec::Rake::SpecTask.new do |t|
t.spec_opts = ["--colour", "--format", "nested"] t.spec_opts = ["--colour", "--format", "nested"]
t.spec_files = FileList['spec/**/*_spec.rb'] t.spec_files = FileList['spec/**/*_spec.rb']
end end

require 'bundler'

Bundler::GemHelper.install_tasks

0 comments on commit 602ace3

Please sign in to comment.