Class FPM::Package::Gem
In: lib/fpm/package/gem.rb
lib/fpm/package/gem.rb
Parent: FPM::Package

A rubygems package.

This does not currently support ‘output‘

The following attributes are supported:

  • :gem_bin_path
  • :gem_package_name_prefix
  • :gem_gem

Methods

Public Instance methods

Sanitize package name. This prefixes the package name with ‘rubygem’ (but depends on the attribute :gem_package_name_prefix

Sanitize package name. This prefixes the package name with ‘rubygem’ (but depends on the attribute :gem_package_name_prefix

[Validate]