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
|
# frozen_string_literal: true
|
||||||
|
|
||||||
lib = File.expand_path('lib', __dir__)
|
require_relative 'lib/zip/version'
|
||||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
||||||
require 'zip/version'
|
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'rubyzip'
|
s.name = 'rubyzip'
|
||||||
|
|
Loading…
Reference in New Issue