public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/josh/rails.git
Prepare for release of Rails 1.2.2

git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@6124 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Feb 04 14:12:33 -0800 2007
commit  a422b8ba62799147fe007efef5fc4e634b26728a
tree    185d68a0e90a5b25f1b198fd4aac5c18f0e34926
parent  ed6509c843d3ba76ac993f60a40fccd51ba0b305
...
1
 
2
3
4
 
5
6
7
...
 
1
2
3
4
5
6
7
8
0
@@ -1,7 +1,8 @@
0
-*SVN*
0
+*1.13.2* (February 4th, 2007)
0
 
0
 * Deprecate server_settings renaming it to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz]
0
 
0
+
0
 *1.3.1* (January 16th, 2007)
0
 
0
 * Depend on Action Pack 1.13.1
...
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.1' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.2' + 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 = 1
0
+ TINY = 2
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.2* (February 4th, 2007)
0
 
0
 * Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
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.0' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.1' + 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 = 1
0
+ TINY = 2
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.2.2* (Feburary 4th, 2007)
0
+
0
+* Depend on Action Pack 1.13.2
0
+
0
+
0
 *1.2.1* (January 16th, 2007)
0
 
0
 * Depend on Action Pack 1.13.1
...
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.1' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.1' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.2' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.2' + 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 = 1
0
+ TINY = 2
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.15.2* (February 4th, 2007)
0
 
0
 * Pass a range in :conditions to use the SQL BETWEEN operator. #6974 [dcmanges]
0
     Student.find(:all, :conditions => { :grade => 9..12 })
...
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.0' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.1' + 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 = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
6
7
8
 
9
10
11
...
 
1
2
3
4
...
6
7
8
9
10
11
12
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.4.1* (February 4th, 2007)
0
 
0
 * Optimize Class Inheritable Attributes so that unnecessary hashes are not created. [Bruce Perens]
0
 
0
@@ -6,6 +6,7 @@
0
 
0
 * Full test coverage for Inflector. #7228 [Dan Kubb]
0
 
0
+
0
 *1.4.0* (January 16th, 2007)
0
 
0
 * Document Inflector.ordinalize and merge docs from String inflections. #7023 [smeade]
...
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 = 0
0
+ TINY = 1
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.2* (February 4th, 2007)
0
 
0
 * Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
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.1')
0
- s.add_dependency('activesupport', '= 1.4.0' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.1' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 1.13.1' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 1.3.1' + PKG_BUILD)
0
- s.add_dependency('actionwebservice', '= 1.2.1' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.4.1' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.2' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.2' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 1.3.2' + PKG_BUILD)
0
+ s.add_dependency('actionwebservice', '= 1.2.2' + 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 = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.