Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@7841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 12, 2007
1 parent f70b74a commit d201969
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 19 deletions.
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG
@@ -1,3 +1,8 @@
*1.3.5* (October 11th, 2007)

* Depend on Action Pack 1.13.5


*1.3.4* (October 4th, 2007) *1.3.4* (October 4th, 2007)


* Depend on Action Pack 1.13.4 * Depend on Action Pack 1.13.4
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/Rakefile
Expand Up @@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer" s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org" s.homepage = "http://www.rubyonrails.org"


s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD) s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)


s.has_rdoc = true s.has_rdoc = true
s.requirements << 'none' s.requirements << 'none'
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActionMailer
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 3 MINOR = 3
TINY = 4 TINY = 5


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG
@@ -1,4 +1,4 @@
*SVN* *1.13.5* (October 11th, 2007)


* Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. #6765, #7047, #7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego Algorta Casamayou] * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. #6765, #7047, #7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego Algorta Casamayou]


Expand Down
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -75,7 +75,7 @@ spec = Gem::Specification.new do |s|
s.has_rdoc = true s.has_rdoc = true
s.requirements << 'none' s.requirements << 'none'


s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD) s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)


s.require_path = 'lib' s.require_path = 'lib'
s.autorequire = 'action_controller' s.autorequire = 'action_controller'
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActionPack #:nodoc:
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 13 MINOR = 13
TINY = 4 TINY = 5


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
7 changes: 7 additions & 0 deletions actionwebservice/CHANGELOG
@@ -1,3 +1,10 @@
*1.2.5* (October 11th, 2007)

* Depend on Action Pack 1.13.5

* Depend on Active Record 1.15.5


*1.2.4* (October 4th, 2007) *1.2.4* (October 4th, 2007)


* Depend on Action Pack 1.13.4 * Depend on Action Pack 1.13.4
Expand Down
4 changes: 2 additions & 2 deletions actionwebservice/Rakefile
Expand Up @@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "aws" s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org" s.homepage = "http://www.rubyonrails.org"


s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD) s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.15.4' + PKG_BUILD) s.add_dependency('activerecord', '= 1.15.5' + PKG_BUILD)


s.has_rdoc = true s.has_rdoc = true
s.requirements << 'none' s.requirements << 'none'
Expand Down
2 changes: 1 addition & 1 deletion actionwebservice/lib/action_web_service/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActionWebService
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 2 MINOR = 2
TINY = 4 TINY = 5


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG
@@ -1,3 +1,8 @@
*1.15.5* (October 11th, 2007)

* Depend on Action Pack 1.4.4


*1.15.4* (October 4th, 2007) *1.15.4* (October 4th, 2007)


* Fix #count on a has_many :through association so that it recognizes the :uniq option. Closes #8801 [lifofifo] * Fix #count on a has_many :through association so that it recognizes the :uniq option. Closes #8801 [lifofifo]
Expand Down
2 changes: 1 addition & 1 deletion activerecord/Rakefile
Expand Up @@ -151,7 +151,7 @@ spec = Gem::Specification.new do |s|
s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) } s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
end end


s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD) s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)


s.files.delete "test/fixtures/fixture_database.sqlite" s.files.delete "test/fixtures/fixture_database.sqlite"
s.files.delete "test/fixtures/fixture_database_2.sqlite" s.files.delete "test/fixtures/fixture_database_2.sqlite"
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActiveRecord
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 15 MINOR = 15
TINY = 4 TINY = 5


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
@@ -1,4 +1,4 @@
*SVN* *1.4.4* (October 11th, 2007)


* Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. #6765, #7047, #7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego Algorta Casamayou] * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. #6765, #7047, #7462 [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego Algorta Casamayou]


Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 4 MINOR = 4
TINY = 3 TINY = 4


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG
@@ -1,4 +1,4 @@
*SVN* *1.2.5* (October 11th, 2007)


* Correct RAILS_GEM_VERSION regexp. Use =version gem requirement instead of ~>version so you don't get surprised by a beta gem in production. This change means upgrading to 1.2.5 will require a boot.rb upgrade. [Jeremy Kemper] * Correct RAILS_GEM_VERSION regexp. Use =version gem requirement instead of ~>version so you don't get surprised by a beta gem in production. This change means upgrading to 1.2.5 will require a boot.rb upgrade. [Jeremy Kemper]


Expand Down
10 changes: 5 additions & 5 deletions railties/Rakefile
Expand Up @@ -288,11 +288,11 @@ spec = Gem::Specification.new do |s|
EOF EOF


s.add_dependency('rake', '>= 0.7.2') s.add_dependency('rake', '>= 0.7.2')
s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD) s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.15.4' + PKG_BUILD) s.add_dependency('activerecord', '= 1.15.5' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD) s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
s.add_dependency('actionmailer', '= 1.3.4' + PKG_BUILD) s.add_dependency('actionmailer', '= 1.3.5' + PKG_BUILD)
s.add_dependency('actionwebservice', '= 1.2.4' + PKG_BUILD) s.add_dependency('actionwebservice', '= 1.2.5' + PKG_BUILD)


s.rdoc_options << '--exclude' << '.' s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false s.has_rdoc = false
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Expand Up @@ -2,7 +2,7 @@ module Rails
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 1 MAJOR = 1
MINOR = 2 MINOR = 2
TINY = 4 TINY = 5


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down

0 comments on commit d201969

Please sign in to comment.