Made ready for 0.10.0 release

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@795 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-02-24 13:06:17 +00:00
parent 2a947f185a
commit d9168fd206
6 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionpack'
PKG_VERSION = '1.4.0' + PKG_BUILD
PKG_VERSION = '1.5.0' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
desc "Default Task"
@@ -57,7 +57,7 @@ spec = Gem::Specification.new do |s|
s.has_rdoc = true
s.requirements << 'none'
s.add_dependency('activesupport', '>= 0.9.0')
s.add_dependency('activesupport', '= 1.0.0' + PKG_BUILD)
s.require_path = 'lib'
s.autorequire = 'action_controller'