mirror of https://github.com/rails/rails
Updating gemspec to 2.0.1 for mail
This commit is contained in:
parent
e10f51b6b7
commit
2a3ec5fee4
|
@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|||
s.homepage = "http://www.rubyonrails.org"
|
||||
|
||||
s.add_dependency('actionpack', '= 3.0.pre')
|
||||
s.add_dependency('mail', '~> 2.0.0')
|
||||
s.add_dependency('mail', '~> 2.0.1')
|
||||
|
||||
s.files = Dir['CHANGELOG', 'README', 'MIT-LICENSE', 'lib/**/*']
|
||||
s.has_rdoc = true
|
||||
|
|
Loading…
Reference in New Issue