diff options
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r-- | activeresource/activeresource.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index 001c8dc62a..3718bb4f2e 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.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 |