X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/src/passenger-release-6.1.2
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
??
..
??
.clangd
(102 B)
??
.cproject
(7.89 KB)
??
.editorconfig
(2.38 KB)
??
.externalToolBuilders
??
.gitattributes
(120 B)
??
.github
??
.gitignore
(742 B)
??
.gitmodules
(795 B)
??
.project
(1.1 KB)
??
.settings
??
.vscode
??
CHANGELOG
(190.59 KB)
??
CODE_OF_CONDUCT.md
(3.31 KB)
??
CONTRIBUTING.md
(16.47 KB)
??
CONTRIBUTORS
(1.92 KB)
??
Gemfile
(405 B)
??
Gemfile.lock
(1.21 KB)
??
INSTALL.md
(329 B)
??
Jenkinsfile
(10.26 KB)
??
LICENSE
(1.04 KB)
??
Passenger.sublime-project
(205 B)
??
README.md
(3.17 KB)
??
Rakefile
(2.88 KB)
??
Vagrantfile
(2.49 KB)
??
bin
??
build
??
configure
(287 B)
??
dev
??
doc
??
images
??
man
??
package-lock.json
(264.88 KB)
??
package.json
(1.08 KB)
??
packaging
??
passenger.gemspec
(2.02 KB)
??
resources
??
src
Editing: passenger.gemspec
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 = "software-signing@phusion.nl" 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" } # Limit dependencies only to those available through OS package repositories. # See doc/DesignAspects/LimitedGemDependencies.md s.add_dependency 'rake', '>= 12.3.3' s.add_dependency 'rack', '>= 1.6.13' s.add_dependency 'rackup', '>= 1.0.1' s.add_dependency 'logger', '>= 1.7.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
Upload File
Create Folder