From 11db694e0b825e3077e7545b08c1bf975997021f Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 1 Mar 2010 21:55:43 -0500 Subject: Remove cruft in the gem packaging and release code --- activesupport/Rakefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 357bdca715..64e3111cf8 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -4,16 +4,6 @@ require 'rake/gempackagetask' require File.join(File.dirname(__FILE__), 'lib', 'active_support', 'version') -PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' -PKG_NAME = 'activesupport' -PKG_VERSION = ActiveSupport::VERSION::STRING + PKG_BUILD -PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" - -RELEASE_NAME = "REL #{PKG_VERSION}" - -RUBY_FORGE_PROJECT = "activesupport" -RUBY_FORGE_USER = "webster132" - task :default => :test Rake::TestTask.new do |t| t.libs << 'test' -- cgit v1.2.3