Skip to content

Commit

Permalink
bumping to 2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 18, 2013
1 parent af7da4d commit 3773c2f
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion actionmailer/Rakefile
Expand Up @@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org"

s.add_dependency('actionpack', '= 2.3.17' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.3.18' + PKG_BUILD)

s.requirements << 'none'
s.require_path = 'lib'
Expand Down
4 changes: 2 additions & 2 deletions actionmailer/actionmailer.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'actionmailer'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Service layer for easy email delivery and testing.'
s.description = 'Makes it trivial to test and deliver emails sent from a single service layer.'

Expand All @@ -10,5 +10,5 @@ Gem::Specification.new do |s|

s.require_path = 'lib'

s.add_dependency 'actionpack', '= 2.3.17'
s.add_dependency 'actionpack', '= 2.3.18'
end
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActionMailer
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -78,7 +78,7 @@ spec = Gem::Specification.new do |s|

s.requirements << 'none'

s.add_dependency('activesupport', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activesupport', '= 2.3.18' + PKG_BUILD)
s.add_dependency('rack', '~> 1.1.0')

s.require_path = 'lib'
Expand Down
4 changes: 2 additions & 2 deletions actionpack/actionpack.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'actionpack'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Web-flow and rendering framework putting the VC in MVC.'
s.description = 'Eases web-request routing, handling, and response as a half-way front, half-way page controller. Implemented with specific emphasis on enabling easy unit/integration testing that doesn\'t require a browser.'

Expand All @@ -10,6 +10,6 @@ Gem::Specification.new do |s|

s.require_path = 'lib'

s.add_dependency 'activesupport', '= 2.3.17'
s.add_dependency 'activesupport', '= 2.3.18'
s.add_dependency 'rack', '~> 1.1.0'
end
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActionPack #:nodoc:
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion activerecord/Rakefile
Expand Up @@ -192,7 +192,7 @@ spec = Gem::Specification.new do |s|
s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
end

s.add_dependency('activesupport', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activesupport', '= 2.3.18' + PKG_BUILD)

s.files.delete FIXTURES_ROOT + "/fixture_database.sqlite"
s.files.delete FIXTURES_ROOT + "/fixture_database_2.sqlite"
Expand Down
4 changes: 2 additions & 2 deletions activerecord/activerecord.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'activerecord'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Implements the ActiveRecord pattern for ORM.'
s.description = 'Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.'

Expand All @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.rdoc_options = ['--main', 'README']
s.extra_rdoc_files = ['README']

s.add_dependency 'activesupport', '= 2.3.17'
s.add_dependency 'activesupport', '= 2.3.18'
end
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion activeresource/Rakefile
Expand Up @@ -66,7 +66,7 @@ spec = Gem::Specification.new do |s|
s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
end

s.add_dependency('activesupport', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activesupport', '= 2.3.18' + PKG_BUILD)

s.require_path = 'lib'

Expand Down
4 changes: 2 additions & 2 deletions activeresource/activeresource.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'activeresource'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Think Active Record for web resources.'
s.description = 'Wraps web resources in model classes that can be manipulated through XML over REST.'

Expand All @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.rdoc_options = ['--main', 'README']
s.extra_rdoc_files = ['README']

s.add_dependency 'activesupport', '= 2.3.17'
s.add_dependency 'activesupport', '= 2.3.18'
end
2 changes: 1 addition & 1 deletion activeresource/lib/active_resource/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'activesupport'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Support and utility classes used by the Rails framework.'
s.description = 'Utility library which carries commonly used classes and goodies from the Rails framework'

Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/version.rb
Expand Up @@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
10 changes: 5 additions & 5 deletions railties/Rakefile
Expand Up @@ -313,11 +313,11 @@ spec = Gem::Specification.new do |s|
EOF

s.add_dependency('rake', '>= 0.8.3')
s.add_dependency('activesupport', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.3.17' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.3.17' + PKG_BUILD)
s.add_dependency('actionmailer', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activeresource', '= 2.3.17' + PKG_BUILD)
s.add_dependency('activesupport', '= 2.3.18' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.3.18' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.3.18' + PKG_BUILD)
s.add_dependency('actionmailer', '= 2.3.18' + PKG_BUILD)
s.add_dependency('activeresource', '= 2.3.18' + PKG_BUILD)

s.rdoc_options << '--exclude' << '.'

Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Expand Up @@ -2,7 +2,7 @@ module Rails
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 17
TINY = 18

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
12 changes: 6 additions & 6 deletions railties/railties.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rails'
s.version = '2.3.17'
s.version = '2.3.18'
s.summary = 'Web-application framework with template engine, control-flow layer, and ORM.'
s.description = "Rails is a framework for building web-application using CGI, FCGI, mod_ruby, or WEBrick\non top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle with eRuby- or Builder-based templates."

Expand All @@ -14,9 +14,9 @@ Gem::Specification.new do |s|
s.rdoc_options = ['--exclude', '.']

s.add_dependency 'rake', '>= 0.8.3'
s.add_dependency 'activesupport', '= 2.3.17'
s.add_dependency 'activerecord', '= 2.3.17'
s.add_dependency 'actionpack', '= 2.3.17'
s.add_dependency 'actionmailer', '= 2.3.17'
s.add_dependency 'activeresource', '= 2.3.17'
s.add_dependency 'activesupport', '= 2.3.18'
s.add_dependency 'activerecord', '= 2.3.18'
s.add_dependency 'actionpack', '= 2.3.18'
s.add_dependency 'actionmailer', '= 2.3.18'
s.add_dependency 'activeresource', '= 2.3.18'
end

0 comments on commit 3773c2f

Please sign in to comment.