Skip to content

Commit

Permalink
add lib to path in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed Jun 14, 2013
1 parent aa70f7f commit f974ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions podcast_updater.gemspec
@@ -1,4 +1,7 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'podcast_updater/version'

Gem::Specification.new do |s|
Expand Down

0 comments on commit f974ce7

Please sign in to comment.