代码拉取完成,页面将自动刷新
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'ruby_installer/build'
Gem::Specification.new do |spec|
spec.name = "rubyinstaller-build"
spec.version = RubyInstaller::Build::GEM_VERSION
spec.authors = ["Lars Kanis"]
spec.email = ["lars@greiz-reinsdorf.de"]
spec.summary = %q{MSYS2 based RubyInstaller for Windows}
spec.description = %q{This project provides an installer framework for Ruby on Windows based on the MSYS2 toolchain.}
spec.homepage = "https://github.com/larskanis/rubyinstaller2"
spec.license = "BSD-3-Clause"
lib_files = Dir.chdir(__dir__){ `git ls-files -z`.split("\x0") }
spec.files = lib_files.reject do |f|
f.match(%r{^(test|spec|features|docs)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "bundler", ">= 1.14", "< 3"
spec.add_development_dependency "minitest", "~> 5.0"
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。