aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:06:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:06:17 +0000
commitd9168fd20649bfaf9e44aa050bd23f9052c8e84a (patch)
treecbccded75de41a89e7439fb56505b224e60f4e44 /activesupport/Rakefile
parent2a947f185a23e427db332d0ae51d1efe2b8c5fb6 (diff)
downloadrails-d9168fd20649bfaf9e44aa050bd23f9052c8e84a.tar.gz
rails-d9168fd20649bfaf9e44aa050bd23f9052c8e84a.tar.bz2
rails-d9168fd20649bfaf9e44aa050bd23f9052c8e84a.zip
Made ready for 0.10.0 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@795 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 84c4d01f6a..000e56b734 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -5,7 +5,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'activesupport'
-PKG_VERSION = '0.9.0' + PKG_BUILD
+PKG_VERSION = '1.0.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
task :default => :test
@@ -40,7 +40,7 @@ spec = Gem::Specification.new do |s|
s.author = "David Heinemeier Hansson"
s.email = "david@loudthinking.com"
- s.homepage = "http://www.rubyonrails.com"
+ s.homepage = "http://www.rubyonrails.org"
s.rubyforge_project = "activesupport"
end