diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 19:40:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 19:40:27 +0000 |
commit | cd2b9a949880d89d623816080cf6dea79a32f415 (patch) | |
tree | 91ff43b2b52148ea16b8d70ecf1dd5f0bb4e5264 | |
parent | 5334d89e770fd72420cdb3c46b674fca711fccf9 (diff) | |
download | rails-cd2b9a949880d89d623816080cf6dea79a32f415.tar.gz rails-cd2b9a949880d89d623816080cf6dea79a32f415.tar.bz2 rails-cd2b9a949880d89d623816080cf6dea79a32f415.zip |
Made ready for 0.14.3 (RC4)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionmailer/CHANGELOG | 2 | ||||
-rwxr-xr-x | actionmailer/Rakefile | 2 | ||||
-rw-r--r-- | actionmailer/lib/action_mailer/version.rb | 2 | ||||
-rw-r--r-- | actionpack/CHANGELOG | 2 | ||||
-rwxr-xr-x | actionpack/Rakefile | 2 | ||||
-rw-r--r-- | actionpack/lib/action_pack/version.rb | 4 | ||||
-rw-r--r-- | actionwebservice/CHANGELOG | 5 | ||||
-rw-r--r-- | actionwebservice/Rakefile | 4 | ||||
-rw-r--r-- | actionwebservice/lib/action_web_service/version.rb | 2 | ||||
-rw-r--r-- | activerecord/CHANGELOG | 2 | ||||
-rwxr-xr-x | activerecord/Rakefile | 2 | ||||
-rw-r--r-- | activerecord/lib/active_record/version.rb | 4 | ||||
-rw-r--r-- | activesupport/CHANGELOG | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 | ||||
-rw-r--r-- | railties/CHANGELOG | 2 | ||||
-rw-r--r-- | railties/Rakefile | 10 | ||||
-rw-r--r-- | railties/lib/rails_version.rb | 2 |
17 files changed, 28 insertions, 23 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index d2b27bf029..7254016a61 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.1.3* (November 7th, 2005) * Allow Mailers to have custom initialize methods that set default instance variables for all mail actions #2563 [mrj@bigpond.net.au] diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 58fd70ffdc..d8cbc20a96 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s| s.rubyforge_project = "actionmailer" s.homepage = "http://www.rubyonrails.org" - s.add_dependency('actionpack', '= 1.10.2' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.11.0' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' diff --git a/actionmailer/lib/action_mailer/version.rb b/actionmailer/lib/action_mailer/version.rb index e13bf35fca..49e55ccf97 100644 --- a/actionmailer/lib/action_mailer/version.rb +++ b/actionmailer/lib/action_mailer/version.rb @@ -2,7 +2,7 @@ module ActionMailer module Version #:nodoc: MAJOR = 1 MINOR = 1 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c3f094b3d0..8335e6e074 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.11.0* (November 7th, 2005) * Added request as instance method to views, so you can do <%= request.env["HTTP_REFERER"] %>, just like you can already access response, session, and the likes [DHH] diff --git a/actionpack/Rakefile b/actionpack/Rakefile index a90b2f2db2..15b85042d4 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '= 1.2.2' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' diff --git a/actionpack/lib/action_pack/version.rb b/actionpack/lib/action_pack/version.rb index ca4b31c827..311fdc0809 100644 --- a/actionpack/lib/action_pack/version.rb +++ b/actionpack/lib/action_pack/version.rb @@ -1,8 +1,8 @@ module ActionPack module Version #:nodoc: MAJOR = 1 - MINOR = 10 - TINY = 2 + MINOR = 11 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 496b3bf461..cb55f0d261 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,3 +1,8 @@ +*0.9.3* (November 7th, 2005) + +* Upgraded to Action Pack 1.11.0 and Active Record 1.13.0 + + *0.9.2* (October 26th, 2005) * Upgraded to Action Pack 1.10.2 and Active Record 1.12.2 diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile index f0086c5850..468b5fe78b 100644 --- a/actionwebservice/Rakefile +++ b/actionwebservice/Rakefile @@ -63,8 +63,8 @@ spec = Gem::Specification.new do |s| s.rubyforge_project = "aws" s.homepage = "http://www.rubyonrails.org" - s.add_dependency('actionpack', '= 1.10.2' + PKG_BUILD) - s.add_dependency('activerecord', '= 1.12.2' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.11.0' + PKG_BUILD) + s.add_dependency('activerecord', '= 1.13.0' + PKG_BUILD) s.has_rdoc = true s.requirements << 'none' diff --git a/actionwebservice/lib/action_web_service/version.rb b/actionwebservice/lib/action_web_service/version.rb index 8ae372ce36..94f9251d79 100644 --- a/actionwebservice/lib/action_web_service/version.rb +++ b/actionwebservice/lib/action_web_service/version.rb @@ -2,7 +2,7 @@ module ActionWebService module Version MAJOR = 0 MINOR = 9 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8be5e9ebeb..a15775af2a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.13.0* (November 7th, 2005) * Fixed faulty regex in get_table_name method (SQLServerAdapter) #2639 [Ryan Tomayko] diff --git a/activerecord/Rakefile b/activerecord/Rakefile index f96665c933..ad38139eba 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -71,7 +71,7 @@ spec = Gem::Specification.new do |s| s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) } end - s.add_dependency('activesupport', '= 1.2.2' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD) s.files.delete "test/fixtures/fixture_database.sqlite" s.files.delete "test/fixtures/fixture_database_2.sqlite" diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 1f930d6466..f05ce6848c 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -1,8 +1,8 @@ module ActiveRecord module Version #:nodoc: MAJOR = 1 - MINOR = 12 - TINY = 2 + MINOR = 13 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 428c131c7e..cc20c84a15 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.2.3* (November 7th, 2005) * Define kernel.rb methods in "class Object" instead of "module Kernel" to work around a Windows peculiarity [Sam Stephenson] diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 92db31a4d7..73e5693294 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module Version #:nodoc: MAJOR = 1 MINOR = 2 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 2d21ab60b2..f98bde50f0 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*0.14.3 (RC4)* (November 7th, 2005) * Add 'add_new_scripts' rake task for adding new rails scripts to script/* [Jamis Buck] diff --git a/railties/Rakefile b/railties/Rakefile index 7fd35639ce..2f31df3809 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -272,11 +272,11 @@ spec = Gem::Specification.new do |s| EOF s.add_dependency('rake', '>= 0.6.2') - s.add_dependency('activesupport', '= 1.2.2' + PKG_BUILD) - s.add_dependency('activerecord', '= 1.12.2' + PKG_BUILD) - s.add_dependency('actionpack', '= 1.10.2' + PKG_BUILD) - s.add_dependency('actionmailer', '= 1.1.2' + PKG_BUILD) - s.add_dependency('actionwebservice', '= 0.9.2' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD) + s.add_dependency('activerecord', '= 1.13.0' + PKG_BUILD) + s.add_dependency('actionpack', '= 1.11.0' + PKG_BUILD) + s.add_dependency('actionmailer', '= 1.1.3' + PKG_BUILD) + s.add_dependency('actionwebservice', '= 0.9.3' + PKG_BUILD) s.rdoc_options << '--exclude' << '.' s.has_rdoc = false diff --git a/railties/lib/rails_version.rb b/railties/lib/rails_version.rb index 19f907258c..27c50644d5 100644 --- a/railties/lib/rails_version.rb +++ b/railties/lib/rails_version.rb @@ -2,7 +2,7 @@ module Rails module Version #:nodoc: MAJOR = 0 MINOR = 14 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end |