Skip to content

Commit

Permalink
Updated the gem specs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 17, 2005
1 parent 139ba0a commit 11cb22f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actionmailer/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "actionmailer"
s.homepage = "http://www.rubyonrails.org"

s.add_dependency('actionpack', '= 1.9.1' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.0' + PKG_BUILD)

s.has_rdoc = true
s.requirements << 'none'
Expand Down
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s|
s.has_rdoc = true
s.requirements << 'none'

s.add_dependency('activesupport', '= 1.1.1' + PKG_BUILD)
s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD)

s.require_path = 'lib'
s.autorequire = 'action_controller'
Expand Down
6 changes: 3 additions & 3 deletions actionwebservice/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ spec = Gem::Specification.new do |s|
s.rubyforge_project = "aws"
s.homepage = "http://www.rubyonrails.org"

s.add_dependency('actionpack', '= 1.9.1' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.11.1' + PKG_BUILD)
s.add_dependency('activesupport', '= 1.1.1' + PKG_BUILD)
s.add_dependency('actionpack', '= 1.10.0' + PKG_BUILD)
s.add_dependency('activerecord', '= 1.12.0' + PKG_BUILD)
s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD)

s.has_rdoc = true
s.requirements << 'none'
Expand Down
2 changes: 1 addition & 1 deletion activerecord/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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', '= 1.1.1' + PKG_BUILD)
s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD)

s.files.delete "test/fixtures/fixture_database.sqlite"
s.files.delete "test/fixtures/fixture_database_2.sqlite"
Expand Down

0 comments on commit 11cb22f

Please sign in to comment.