From 04c7e82369f179918d6b4177bcb8121a294afd73 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 27 Mar 2005 14:10:42 +0000 Subject: Made ready for the release of 0.11.1 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/Rakefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'actionwebservice/Rakefile') diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile index d676d2e81f..a54d72069f 100644 --- a/actionwebservice/Rakefile +++ b/actionwebservice/Rakefile @@ -9,7 +9,7 @@ require 'fileutils' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'actionwebservice' -PKG_VERSION = '0.6.1' + PKG_BUILD +PKG_VERSION = '0.6.2' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}" @@ -35,6 +35,7 @@ Rake::RDocTask.new { |rdoc| rdoc.rdoc_dir = 'doc' rdoc.title = "Action Web Service -- Web services for Action Pack" rdoc.options << '--line-numbers --inline-source --main README --accessor class_inheritable_option=RW' + rdoc.template = "#{ENV['template']}.rb" if ENV['template'] rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('CHANGELOG') rdoc.rdoc_files.include('lib/action_web_service.rb') @@ -61,9 +62,9 @@ spec = Gem::Specification.new do |s| s.rubyforge_project = "aws" s.homepage = "http://www.rubyonrails.org" - s.add_dependency('actionpack', '= 1.6.0' + PKG_BUILD) - s.add_dependency('activerecord', '= 1.9.0' + PKG_BUILD) - s.add_dependency('activesupport', '= 1.0.2' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.7.0' + PKG_BUILD) + s.add_dependency('activerecord', '= 1.9.1' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.0.3' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' -- cgit v1.2.3