A list of HTML files that are generated with Asciidoc.
Files that should be excluded from the Debian tarball.
Used during native packaging. Specifies executables for which the shebang should NOT be set to #!/usr/bin/ruby, so that these executables can be run with any Ruby interpreter the user desires.
A list of globs which match all files that should be packaged in the Phusion Passenger gem or tarball.
Files and directories that should be excluded from the Homebrew installation.
Files that must be generated before packaging.
# File lib/phusion_passenger/packaging.rb, line 147 def self.debian_orig_tarball_files return files - Dir[*DEBIAN_EXCLUDE_GLOB] end
# File lib/phusion_passenger/packaging.rb, line 143 def self.files return Dir[*GLOB] - Dir[*EXCLUDE_GLOB] end