class Bundler::RubygemsIntegration::MoreModern
RubyGems 1.8.20+
Открытые методы экземпляров
# File lib/bundler/rubygems_integration.rb, line 719 def build(spec, skip_validation = false) require "rubygems/builder" Gem::Builder.new(spec).build(skip_validation) end
RubyGems 1.8.20 и добавляет параметр skip_validation, поэтому именно с этого момента мы начинаем его передавать.
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.