Skip to content

Commit e3bbd98

Browse files
authored
Merge pull request #120 from shugo/use_require_relative_in_gemspec
Use require_relative in gemspec
2 parents 2c855f5 + d6f9b65 commit e3bbd98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textbringer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require 'textbringer/version'
4+
require_relative 'lib/textbringer/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = "textbringer"

0 commit comments

Comments
 (0)