代码拉取完成,页面将自动刷新
同步操作将从 mirrors_fastlane/fastlane-sirp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fastlane-sirp/version'
Gem::Specification.new do |spec|
spec.name = 'fastlane-sirp'
spec.version = SIRP::VERSION
spec.authors = ['Glenn Rempe', 'lamikae', 'snatchev', 'joshdholtz']
spec.email = ['me@joshholtz.com']
spec.required_ruby_version = '>= 2.1.0'
cert = File.expand_path('~/.gem-certs/gem-private_key_grempe.pem')
if cert && File.exist?(cert)
spec.signing_key = cert
spec.cert_chain = ['certs/gem-public_cert_grempe.pem']
end
spec.summary = 'Secure (interoperable) Remote Password Auth (SRP-6a)'
spec.description = <<-EOF
A Ruby implementation of the Secure Remote Password protocol (SRP-6a).
SiRP is a cryptographically strong authentication protocol for
password-based, mutual authentication over an insecure network connection.
EOF
spec.homepage = 'https://github.com/grempe/sirp'
# http://spdx.org/licenses/BSD-3-Clause.html
spec.license = 'BSD-3-Clause'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
# See : https://bugs.ruby-lang.org/issues/9569
spec.add_runtime_dependency 'sysrandom', '~> 1.0'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.4'
spec.add_development_dependency 'pry', '~> 0.12'
spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'coco', '~> 0.15'
spec.add_development_dependency 'wwtd', '~> 1.3'
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。