Commit 574970cf5854972b7f05a2eae910a3926449bc0a
1 parent
7b6ec29c
Exists in
master
and in
17 other branches
Use require_relative in gemspec [skip ci]
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
searchkick.gemspec
1 | - | ||
2 | -lib = File.expand_path("../lib", __FILE__) | ||
3 | -$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
4 | -require "searchkick/version" | 1 | +require_relative "lib/searchkick/version" |
5 | 2 | ||
6 | Gem::Specification.new do |spec| | 3 | Gem::Specification.new do |spec| |
7 | spec.name = "searchkick" | 4 | spec.name = "searchkick" |