We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca4f58 commit aa08ed8Copy full SHA for aa08ed8
ferrum.gemspec
@@ -1,9 +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
-
6
-require "ferrum/version"
+require_relative "lib/ferrum/version"
7
8
Gem::Specification.new do |s|
9
s.name = "ferrum"
0 commit comments