You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2013/02/20 01:53:00 UTC

git commit: * server/Rakefile: fix build on Ruby 1.8.7

Updated Branches:
  refs/heads/master ff1271fa9 -> 58db7bd2e


* server/Rakefile: fix build on Ruby 1.8.7


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/58db7bd2
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/58db7bd2
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/58db7bd2

Branch: refs/heads/master
Commit: 58db7bd2e03229a1e94f9e4be994aedc961ae79a
Parents: ff1271f
Author: David Lutterkort <lu...@redhat.com>
Authored: Tue Feb 19 16:52:55 2013 -0800
Committer: David Lutterkort <lu...@redhat.com>
Committed: Tue Feb 19 16:52:55 2013 -0800

----------------------------------------------------------------------
 server/Rakefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/58db7bd2/server/Rakefile
----------------------------------------------------------------------
diff --git a/server/Rakefile b/server/Rakefile
index e22f673..bcea9a2 100644
--- a/server/Rakefile
+++ b/server/Rakefile
@@ -29,6 +29,8 @@ rescue LoadError
   exit(1)
 end
 
+require 'require_relative' if RUBY_VERSION < '1.9'
+
 $top_srcdir = File.dirname(__FILE__)
 $:.unshift File.join($top_srcdir, 'lib')