Skip to content

Commit

Permalink
changed load-path for gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 20, 2014
1 parent a9c27a3 commit ab9d5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdiary.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
lib = File.expand_path('../', __FILE__)
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'tdiary/version'

Expand Down

0 comments on commit ab9d5dc

Please sign in to comment.