GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Update versions for release

git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@7841 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Thu Oct 11 21:00:21 -0700 2007
commit  06305101260b3a5ab48d5ed94e7c843c48e64987
tree    7582efb1eb1351cd10781a9c0ad1925523ff57c6
parent  f70b74a5bc4b5dbd415cf42a4a16a7ded173765e
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*1.3.5* (October 11th, 2007)
0
+
0
+* Depend on Action Pack 1.13.5
0
+
0
+
0
 *1.3.4* (October 4th, 2007)
0
 
0
 * Depend on Action Pack 1.13.4
...
54
55
56
57
 
58
59
60
...
54
55
56
 
57
58
59
60
0
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
0
   s.rubyforge_project = "actionmailer"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
0
 
0
   s.has_rdoc = true
0
   s.requirements << 'none'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionMailer
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 3
0
- TINY = 4
0
+ TINY = 5
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.13.5* (October 11th, 2007)
0
 
0
 * 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]
0
 
...
75
76
77
78
 
79
80
81
...
75
76
77
 
78
79
80
81
0
@@ -75,7 +75,7 @@ spec = Gem::Specification.new do |s|
0
   s.has_rdoc = true
0
   s.requirements << 'none'
0
 
0
- s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)
0
 
0
   s.require_path = 'lib'
0
   s.autorequire = 'action_controller'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionPack #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 13
0
- TINY = 4
0
+ TINY = 5
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+*1.2.5* (October 11th, 2007)
0
+
0
+* Depend on Action Pack 1.13.5
0
+
0
+* Depend on Active Record 1.15.5
0
+
0
+
0
 *1.2.4* (October 4th, 2007)
0
 
0
 * Depend on Action Pack 1.13.4
...
71
72
73
74
75
 
 
76
77
78
...
71
72
73
 
 
74
75
76
77
78
0
@@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
0
   s.rubyforge_project = "aws"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.4' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.5' + PKG_BUILD)
0
 
0
   s.has_rdoc = true
0
   s.requirements << 'none'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionWebService
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 4
0
+ TINY = 5
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*1.15.5* (October 11th, 2007)
0
+
0
+* Depend on Action Pack 1.4.4
0
+
0
+
0
 *1.15.4* (October 4th, 2007)
0
 
0
 * Fix #count on a has_many :through association so that it recognizes the :uniq option. Closes #8801 [lifofifo]
...
151
152
153
154
 
155
156
157
...
151
152
153
 
154
155
156
157
0
@@ -151,7 +151,7 @@ spec = Gem::Specification.new do |s|
0
     s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
0
   end
0
   
0
- s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)
0
 
0
   s.files.delete "test/fixtures/fixture_database.sqlite"
0
   s.files.delete "test/fixtures/fixture_database_2.sqlite"
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActiveRecord
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 15
0
- TINY = 4
0
+ TINY = 5
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.4.4* (October 11th, 2007)
0
 
0
 * 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]
0
 
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActiveSupport
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 4
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.2.5* (October 11th, 2007)
0
 
0
 * 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]
0
 
...
288
289
290
291
292
293
294
295
 
 
 
 
 
296
297
298
...
288
289
290
 
 
 
 
 
291
292
293
294
295
296
297
298
0
@@ -288,11 +288,11 @@ spec = Gem::Specification.new do |s|
0
   EOF
0
 
0
   s.add_dependency('rake', '>= 0.7.2')
0
- s.add_dependency('activesupport', '= 1.4.3' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.4' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 1.3.4' + PKG_BUILD)
0
- s.add_dependency('actionwebservice', '= 1.2.4' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.4' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.5' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.5' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 1.3.5' + PKG_BUILD)
0
+ s.add_dependency('actionwebservice', '= 1.2.5' + PKG_BUILD)
0
 
0
   s.rdoc_options << '--exclude' << '.'
0
   s.has_rdoc = false
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Rails
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 4
0
+ TINY = 5
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.