You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
393 B
16 lines
393 B
14 years ago
|
--- Rakefile.orig 2011-01-10 16:26:22.397963520 -0500
|
||
|
+++ Rakefile 2011-01-10 16:26:28.015963421 -0500
|
||
|
@@ -18,12 +18,6 @@ end
|
||
|
# Create compressed packages
|
||
|
dist_dirs = [ "lib", "test"]
|
||
|
|
||
|
-spec = eval(File.read('activesupport.gemspec'))
|
||
|
-
|
||
|
-Rake::GemPackageTask.new(spec) do |p|
|
||
|
- p.gem_spec = spec
|
||
|
-end
|
||
|
-
|
||
|
desc "Release to gemcutter"
|
||
|
task :release => :package do
|
||
|
require 'rake/gemcutter'
|