Skip to content

Commit

Permalink
Added convention to add the local lib dir to the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayton Nolan committed Nov 14, 2012
1 parent 713051c commit cf5e571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion license-generator.gemspec
@@ -1,5 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require "license-generator/version"

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

0 comments on commit cf5e571

Please sign in to comment.