Skip to content

Commit

Permalink
Ah, of course, project_root is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
botanicus committed Jul 6, 2012
1 parent 0640802 commit f4cee92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apiary.gemspec
@@ -1,7 +1,9 @@
#!/usr/bin/env gem build
# encoding: utf-8

$:.unshift File.expand_path("../lib", __FILE__)
project_root = File.dirname(__FILE__)

$:.unshift(File.expand_path(File.join(project_root, "..")))

require "apiary/version"

Expand Down

0 comments on commit f4cee92

Please sign in to comment.