Fix versions

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2006-09-15 12:37:19 +00:00
parent 5d50dee71f
commit 831ae2950f
3 changed files with 4 additions and 4 deletions

View File

@@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.14.2' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.12.5' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.14.5' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'

View File

@@ -2,7 +2,7 @@ module ActionWebService
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
TINY = 2
TINY = 6
STRING = [MAJOR, MINOR, TINY].join('.')
end

View File

@@ -283,7 +283,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency('activerecord', '= 1.14.4' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.12.5' + PKG_BUILD)
s.add_dependency('actionmailer', '= 1.2.5' + PKG_BUILD)
s.add_dependency('actionwebservice', '= 1.1.2' + PKG_BUILD)
s.add_dependency('actionwebservice', '= 1.1.6' + PKG_BUILD)
s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false