4 Star 1 Fork 0

Gitee 极速下载/mod_rails

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/phusion/passenger
克隆/下载
passenger.gemspec 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
source_root = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift("#{source_root}/src/ruby_supportlib")
require 'rubygems'
require 'phusion_passenger'
PhusionPassenger.locate_directories
PhusionPassenger.require_passenger_lib 'packaging'
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.homepage = "https://www.phusionpassenger.com/"
s.summary = "A fast and robust web server and application server for Ruby, Python and Node.js"
s.name = PhusionPassenger::PACKAGE_NAME
s.version = PhusionPassenger::VERSION_STRING
s.author = "Phusion - http://www.phusion.nl/"
s.email = "[email protected]"
s.require_paths = ["src/ruby_supportlib"]
s.metadata = {
"bug_tracker_uri" => "https://github.com/phusion/passenger/issues",
"changelog_uri" => "https://github.com/phusion/passenger/blob/stable-#{PhusionPassenger::VERSION_STRING.split('.').slice(0,2).join('.')}/CHANGELOG",
"documentation_uri" => "https://www.phusionpassenger.com/docs/",
"homepage_uri" => "https://www.phusionpassenger.com/",
"source_code_uri" => "https://github.com/phusion/passenger",
"mailing_list_uri" => "https://www.phusionpassenger.com/contact",
"wiki_uri" => "https://github.com/phusion/passenger/wiki"
}
s.add_dependency 'rake', '>= 12.3.3'
s.add_dependency 'rack', '>= 1.6.13'
s.add_dependency 'rackup', '>= 2.0.0'
s.files = Dir[*PhusionPassenger::Packaging::GLOB] -
Dir[*PhusionPassenger::Packaging::EXCLUDE_GLOB]
s.executables = PhusionPassenger::Packaging::USER_EXECUTABLES +
PhusionPassenger::Packaging::SUPER_USER_EXECUTABLES
s.description = "A modern web server and application server for Ruby, Python and Node.js, " +
"optimized for performance, low memory usage and ease of use."
if ENV['OFFICIAL_RELEASE']
s.extensions = ["src/helper-scripts/download_binaries/extconf.rb"]
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors/mod_rails.git
[email protected]:mirrors/mod_rails.git
mirrors
mod_rails
mod_rails
stable-6.0

搜索帮助