module Packtory
Constants
- VERSION
Public Class Methods
after_install_script_path()
click to toggle source
# File lib/packtory.rb, line 35 def self.after_install_script_path File.expand_path('../../bin/support/after_install_script', __FILE__) end
bin_support_fpm_path()
click to toggle source
# File lib/packtory.rb, line 43 def self.bin_support_fpm_path File.expand_path('../../bin/support/fpm', __FILE__) end
build_package()
click to toggle source
# File lib/packtory.rb, line 31 def self.build_package Packages.build_package end
bundler_setup_path()
click to toggle source
# File lib/packtory.rb, line 47 def self.bundler_setup_path File.expand_path('../packtory/bundler/setup.rb', __FILE__) end
config()
click to toggle source
# File lib/packtory.rb, line 23 def self.config Config.config end
gem_build_extensions_path()
click to toggle source
# File lib/packtory.rb, line 39 def self.gem_build_extensions_path File.expand_path('../../bin/support/gem_build_extensions', __FILE__) end
setup()
click to toggle source
# File lib/packtory.rb, line 27 def self.setup Config.setup end