We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a957faf commit 3c4f380Copy full SHA for 3c4f380
1 file changed
tikkie-api.gemspec
@@ -1,8 +1,6 @@
1
# frozen_string_literal: true
2
3
-lib = File.expand_path('lib', __dir__)
4
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
-require 'tikkie/api/version'
+require_relative 'lib/tikkie/api/version'
6
7
Gem::Specification.new do |spec|
8
spec.name = 'tikkie-api'
0 commit comments