summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-07 12:40:19 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-07 12:40:19 -0700
commit00f67aeec607a3b555912e9a9ed30b087ff5cbc8 (patch)
tree2111d2407d7972e91248ed9498d3a95cb54e430f /Rakefile
parent1155c4cea81dde40a9e84f18dcfa65634b3ff676 (diff)
downloadlibyajl2-gem-00f67aeec607a3b555912e9a9ed30b087ff5cbc8.tar.gz
needed to include version file
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 34340c6..8cb2e2c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,5 @@
+$: << File.expand_path(File.join(File.dirname( __FILE__ ), "lib"))
+
require 'rubygems'
require 'rake'