aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-03-01 21:55:43 -0500
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-01 19:00:19 -0800
commit11db694e0b825e3077e7545b08c1bf975997021f (patch)
tree4240c3072361a540ad49f53e47b517dc088d7d9b /activesupport/Rakefile
parent8bb162f008bb8e3a66b4a0d98b9f56cad45a4ab3 (diff)
downloadrails-11db694e0b825e3077e7545b08c1bf975997021f.tar.gz
rails-11db694e0b825e3077e7545b08c1bf975997021f.tar.bz2
rails-11db694e0b825e3077e7545b08c1bf975997021f.zip
Remove cruft in the gem packaging and release code
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile10
1 files changed, 0 insertions, 10 deletions
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'