From 51bc4cf65133982e9cf197bcf07aed3efce3d6dc Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 11:27:19 +0200 Subject: cleaned up the gemspecs a bit - now all build --- Rakefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 884c035..8b58316 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,14 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. +require 'rake/packagetask' +require 'rubygems/package_task' + +spec = eval(File.read('leap_web.gemspec')) +Gem::PackageTask.new(spec) do |p| + p.gem_spec = spec +end + require File.expand_path('../config/application', __FILE__) LeapWeb::Application.load_tasks -- cgit v1.2.3