public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Search Repo:
Making ready for RC1 release
dhh (author)
Sun May 11 16:29:44 -0700 2008
commit  b60c8a573e63998b4aa3f93a1728bb9b6c6fb8f9
tree    8837404cc740b0c937f873ff89eadb6bdb6d72be
parent  f1b6e1ae614ed98362d8b86c111ed1bd73d995ef
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * Fixed that a return-path header would be ignored #7572 [joost]
0
 
...
55
56
57
58
 
59
60
61
...
55
56
57
 
58
59
60
61
0
@@ -55,7 +55,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', '= 2.0.2' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 2.0.991' + 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 = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
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
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * Fixed that forgery protection can be used without session tracking (Peter Jones) [#139]
0
 
...
76
77
78
79
 
80
81
82
...
76
77
78
 
79
80
81
82
0
@@ -76,7 +76,7 @@ spec = Gem::Specification.new do |s|
0
   s.has_rdoc = true
0
   s.requirements << 'none'
0
 
0
- s.add_dependency('activesupport', '= 2.0.2' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 2.0.991' + 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 = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
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
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * Ensure hm:t preloading honours reflection options. Resolves #137. [Frederick Cheung]
0
 
...
171
172
173
174
 
175
176
177
...
171
172
173
 
174
175
176
177
0
@@ -171,7 +171,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', '= 2.0.2' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 2.0.991' + PKG_BUILD)
0
 
0
   s.files.delete FIXTURES_ROOT + "/fixture_database.sqlite"
0
   s.files.delete FIXTURES_ROOT + "/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 = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
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
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * Fixed response logging to use length instead of the entire thing (seangeo) [#27]
0
 
...
64
65
66
67
 
68
69
70
...
64
65
66
 
67
68
69
70
0
@@ -64,7 +64,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', '= 2.0.2' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 2.0.991' + PKG_BUILD)
0
 
0
   s.require_path = 'lib'
0
   s.autorequire = 'active_resource'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActiveResource
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
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
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * Remove unused JSON::RESERVED_WORDS, JSON.valid_identifier? and JSON.reserved_word? methods. Resolves #164. [Cheah Chu Yeow]
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 = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
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
+*2.1.0 RC1 (May 11th, 2008)*
0
 
0
 * script/dbconsole fires up the command-line database client. #102 [Steve Purcell]
0
 
...
304
305
306
307
308
309
310
311
 
 
 
 
 
312
313
314
...
304
305
306
 
 
 
 
 
307
308
309
310
311
312
313
314
0
@@ -304,11 +304,11 @@ spec = Gem::Specification.new do |s|
0
   EOF
0
 
0
   s.add_dependency('rake', '>= 0.8.1')
0
- s.add_dependency('activesupport', '= 2.0.2' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 2.0.2' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 2.0.2' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 2.0.2' + PKG_BUILD)
0
- s.add_dependency('activeresource', '= 2.0.2' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 2.0.991' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 2.0.991' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 2.0.991' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 2.0.991' + PKG_BUILD)
0
+ s.add_dependency('activeresource', '= 2.0.991' + 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 = 2
0
     MINOR = 0
0
- TINY = 2
0
+ TINY = 991
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.