Make using `pod' from directories outside of the repo work.

This commit is contained in:
Eloy Duran
2012-04-12 10:07:06 +02:00
parent 8fb0665b2c
commit a647170105

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
if $0 == __FILE__
ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
require "rubygems"
require "bundler/setup"
$:.unshift File.expand_path('../../lib', __FILE__)