public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Assume that the next version is going to be 2.3 for now
dhh (author)
Wed Nov 19 05:12:38 -0800 2008
commit  51a19ae2bf33e66b23ff5c91bf584b2efa9e669f
tree    9616aecf1e1337e3ea2aee3f67f307f49183724e
parent  e442448fa3f706062ef9c89912c1fd95e1119f67
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*2.3.0/3.0*
0
+*2.3.0 [Edge]*
0
 
0
 * Fixed that no body charset would be set when there are attachments present #740 [PaweÅ‚ Kondzior]
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.2.1' + PKG_BUILD)
0
+  s.add_dependency('actionpack', '= 2.3.0' + PKG_BUILD)
0
 
0
   s.has_rdoc = true
0
   s.requirements << 'none'
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module ActionMailer
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*2.3.0/3.0*
0
+*2.3.0 [Edge]*
0
 
0
 * Changed the default of ActionView#render to assume partials instead of files when not given an options hash [DHH]. Examples:
0
 
...
80
81
82
83
 
84
85
86
...
80
81
82
 
83
84
85
86
0
@@ -80,7 +80,7 @@ spec = Gem::Specification.new do |s|
0
   s.has_rdoc = true
0
   s.requirements << 'none'
0
 
0
-  s.add_dependency('activesupport', '= 2.2.1' + PKG_BUILD)
0
+  s.add_dependency('activesupport', '= 2.3.0' + PKG_BUILD)
0
 
0
   s.require_path = 'lib'
0
   s.autorequire = 'action_controller'
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module ActionPack #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
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.2.1' + PKG_BUILD)
0
+  s.add_dependency('activesupport', '= 2.3.0' + PKG_BUILD)
0
 
0
   s.files.delete FIXTURES_ROOT + "/fixture_database.sqlite"
0
   s.files.delete FIXTURES_ROOT + "/fixture_database_2.sqlite"
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module ActiveRecord
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
65
66
67
68
 
69
70
71
...
65
66
67
 
68
69
70
71
0
@@ -65,7 +65,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.2.1' + PKG_BUILD)
0
+  s.add_dependency('activesupport', '= 2.3.0' + PKG_BUILD)
0
 
0
   s.require_path = 'lib'
0
   s.autorequire = 'active_resource'
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module ActiveResource
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*2.3.0/3.0*
0
+*2.3.0 [Edge]*
0
 
0
 * Added Enumerable#none? to check that none of the elements match the block #1408 [Damian Janowski]
0
 
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module ActiveSupport
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*2.3.0/3.0*
0
+*2.3.0 [Edge]*
0
 
0
 * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH]
0
 
...
361
362
363
364
365
366
367
368
 
 
 
 
 
369
370
371
...
361
362
363
 
 
 
 
 
364
365
366
367
368
369
370
371
0
@@ -361,11 +361,11 @@ spec = Gem::Specification.new do |s|
0
   EOF
0
 
0
   s.add_dependency('rake', '>= 0.8.3')
0
-  s.add_dependency('activesupport',    '= 2.2.1' + PKG_BUILD)
0
-  s.add_dependency('activerecord',     '= 2.2.1' + PKG_BUILD)
0
-  s.add_dependency('actionpack',       '= 2.2.1' + PKG_BUILD)
0
-  s.add_dependency('actionmailer',     '= 2.2.1' + PKG_BUILD)
0
-  s.add_dependency('activeresource',   '= 2.2.1' + PKG_BUILD)
0
+  s.add_dependency('activesupport',    '= 2.3.0' + PKG_BUILD)
0
+  s.add_dependency('activerecord',     '= 2.3.0' + PKG_BUILD)
0
+  s.add_dependency('actionpack',       '= 2.3.0' + PKG_BUILD)
0
+  s.add_dependency('actionmailer',     '= 2.3.0' + PKG_BUILD)
0
+  s.add_dependency('activeresource',   '= 2.3.0' + PKG_BUILD)
0
 
0
   s.rdoc_options << '--exclude' << '.'
0
   s.has_rdoc = false
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 module Rails
0
   module VERSION #:nodoc:
0
     MAJOR = 2
0
-    MINOR = 2
0
-    TINY  = 1
0
+    MINOR = 3
0
+    TINY  = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments