diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2010-03-01 21:55:43 -0500 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-01 19:00:19 -0800 |
commit | 11db694e0b825e3077e7545b08c1bf975997021f (patch) | |
tree | 4240c3072361a540ad49f53e47b517dc088d7d9b /activesupport/Rakefile | |
parent | 8bb162f008bb8e3a66b4a0d98b9f56cad45a4ab3 (diff) | |
download | rails-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/Rakefile | 10 |
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' |