Don't mess with the library path in the gemspec.
This commit is contained in:
parent
9fc12bf97b
commit
1fb74bd82f
|
@ -1,8 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
lib = File.expand_path('lib', __dir__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require 'zip/version'
|
||||
require_relative 'lib/zip/version'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'rubyzip'
|
||||
|
|
Loading…
Reference in New Issue