зеркало из https://github.com/mislav/hub.git
use require instead of load in gemspec
Avoids double-load in certain situations
This commit is contained in:
Родитель
5f084a6f48
Коммит
1467a5971e
|
@ -1,5 +1,5 @@
|
|||
# encoding: utf-8
|
||||
Kernel.load File.expand_path('../lib/hub/version.rb', __FILE__)
|
||||
require File.expand_path('../lib/hub/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "hub"
|
||||
|
|
Загрузка…
Ссылка в новой задаче