aboutsummaryrefslogtreecommitdiffstats
path: root/rails.gemspec
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 /rails.gemspec
parent3789539916bcfbf82ee01f9aa35fca9f32049ea8 (diff)
downloadrails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.tar.gz
rails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.tar.bz2
rails-4bc2cbc3cfa231b3dea0dce38a6fa2723c7ed94d.zip
Load RAILS_VERSION relative to the gemspec file.
Diffstat (limited to 'rails.gemspec')
-rw-r--r--rails.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rails.gemspec b/rails.gemspec
index 58a08f1446..dea075effe 100644
--- a/rails.gemspec
+++ b/rails.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