Hackfut Security File Manager
Current Path:
/opt/passenger-5.3.7-4.el6.cloudlinux
opt
/
passenger-5.3.7-4.el6.cloudlinux
/
📁
..
📄
CHANGELOG
(160 KB)
📄
CONTRIBUTING.md
(16.46 KB)
📄
CONTRIBUTORS
(1.52 KB)
📄
INSTALL.md
(329 B)
📄
LICENSE
(1.04 KB)
📄
README.md
(3.96 KB)
📄
Rakefile
(2.76 KB)
📁
bin
📁
build
📁
buildout
📄
configure
(287 B)
📁
dev
📁
doc
📁
images
📁
man
📄
package.json
(1 KB)
📄
passenger.gemspec
(1.24 KB)
📁
resources
📁
src
Editing: passenger.gemspec
source_root = File.expand_path(File.dirname(__FILE__)) $LOAD_PATH.unshift("#{source_root}/src/ruby_supportlib") 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.rubyforge_project = "passenger" s.author = "Phusion - http://www.phusion.nl/" s.email = "software-signing@phusion.nl" s.require_paths = ["src/ruby_supportlib"] s.add_dependency 'rake', '>= 0.8.1' s.add_dependency 'rack' 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