Commit a6471701 authored by Eloy Duran's avatar Eloy Duran

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

parent 8fb0665b
#!/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__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment