File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed
activesupport/lib/active_support Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
54
54
s . rubyforge_project = "actionmailer"
55
55
s . homepage = "http://www.rubyonrails.org"
56
56
57
- s . add_dependency ( 'actionpack' , '= 2.3.12 ' + PKG_BUILD )
57
+ s . add_dependency ( 'actionpack' , '= 2.3.13 ' + PKG_BUILD )
58
58
59
59
s . requirements << 'none'
60
60
s . require_path = 'lib'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module ActionMailer
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ spec = Gem::Specification.new do |s|
78
78
79
79
s . requirements << 'none'
80
80
81
- s . add_dependency ( 'activesupport' , '= 2.3.12 ' + PKG_BUILD )
81
+ s . add_dependency ( 'activesupport' , '= 2.3.13 ' + PKG_BUILD )
82
82
s . add_dependency ( 'rack' , '~> 1.1.0' )
83
83
84
84
s . require_path = 'lib'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module ActionPack #:nodoc:
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ spec = Gem::Specification.new do |s|
192
192
s . files = s . files + Dir . glob ( "#{ dir } /**/*" ) . delete_if { |item | item . include? ( "\. svn" ) }
193
193
end
194
194
195
- s . add_dependency ( 'activesupport' , '= 2.3.12 ' + PKG_BUILD )
195
+ s . add_dependency ( 'activesupport' , '= 2.3.13 ' + PKG_BUILD )
196
196
197
197
s . files . delete FIXTURES_ROOT + "/fixture_database.sqlite"
198
198
s . files . delete FIXTURES_ROOT + "/fixture_database_2.sqlite"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module ActiveRecord
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ spec = Gem::Specification.new do |s|
66
66
s . files = s . files + Dir . glob ( "#{ dir } /**/*" ) . delete_if { |item | item . include? ( "\. svn" ) }
67
67
end
68
68
69
- s . add_dependency ( 'activesupport' , '= 2.3.12 ' + PKG_BUILD )
69
+ s . add_dependency ( 'activesupport' , '= 2.3.13 ' + PKG_BUILD )
70
70
71
71
s . require_path = 'lib'
72
72
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module ActiveResource
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module ActiveSupport
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
Original file line number Diff line number Diff line change @@ -313,11 +313,11 @@ spec = Gem::Specification.new do |s|
313
313
EOF
314
314
315
315
s . add_dependency ( 'rake' , '>= 0.8.3' )
316
- s . add_dependency ( 'activesupport' , '= 2.3.12 ' + PKG_BUILD )
317
- s . add_dependency ( 'activerecord' , '= 2.3.12 ' + PKG_BUILD )
318
- s . add_dependency ( 'actionpack' , '= 2.3.12 ' + PKG_BUILD )
319
- s . add_dependency ( 'actionmailer' , '= 2.3.12 ' + PKG_BUILD )
320
- s . add_dependency ( 'activeresource' , '= 2.3.12 ' + PKG_BUILD )
316
+ s . add_dependency ( 'activesupport' , '= 2.3.13 ' + PKG_BUILD )
317
+ s . add_dependency ( 'activerecord' , '= 2.3.13 ' + PKG_BUILD )
318
+ s . add_dependency ( 'actionpack' , '= 2.3.13 ' + PKG_BUILD )
319
+ s . add_dependency ( 'actionmailer' , '= 2.3.13 ' + PKG_BUILD )
320
+ s . add_dependency ( 'activeresource' , '= 2.3.13 ' + PKG_BUILD )
321
321
322
322
s . rdoc_options << '--exclude' << '.'
323
323
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Rails
2
2
module VERSION #:nodoc:
3
3
MAJOR = 2
4
4
MINOR = 3
5
- TINY = 12
5
+ TINY = 13
6
6
7
7
STRING = [ MAJOR , MINOR , TINY ] . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments