Skip to content

Commit

Permalink
Switched to bundler/gem_tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 12, 2014
1 parent 7450a46 commit f590217
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
@@ -1,4 +1,4 @@
require 'rake/gempackagetask'
require "bundler/gem_tasks"

task :default => :spec

Expand Down Expand Up @@ -28,6 +28,3 @@ namespace :spec do
desc "Run the specs with all engines"
task :all => [:rbx, :ruby]
end

spec = Gem::Specification.load 'pegarus.gemspec'
Rake::GemPackageTask.new(spec){ |pkg| pkg.gem_spec = spec }

0 comments on commit f590217

Please sign in to comment.