aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorStefan Penner <stefan.penner@gmail.com>2010-03-06 13:30:25 -0600
committerwycats <wycats@gmail.com>2010-03-06 21:33:28 -0800
commit4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d (patch)
treed64d907c52e4194b3e72f2b24f052a75c8e97a44 /actionmailer
parent3789539916bcfbf82ee01f9aa35fca9f32049ea8 (diff)
downloadrails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.tar.gz
rails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.tar.bz2
rails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.zip
Load RAILS_VERSION relative to the gemspec file.
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/actionmailer.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index 3c9ffd1749..a7a2599105 100644
--- a/actionmailer/actionmailer.gemspec
+++ b/actionmailer/actionmailer.gemspec
@@ -1,4 +1,4 @@
-version = File.read("../RAILS_VERSION").strip
+version = File.read(File.expand_path("../../RAILS_VERSION", __FILE__)).strip
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY