Don't mess with the library path in the gemspec.

This commit is contained in:
Robert Haines 2021-06-27 11:04:53 +01:00
parent 9fc12bf97b
commit 1fb74bd82f
1 changed files with 1 additions and 3 deletions

View File

@ -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'