class Gem2Rpm::Format

Public Instance Methods

file_entries() click to toggle source

Returns the value of attribute #file_entries

# File lib/gem2rpm/format.rb, line 13
def file_entries
  super
rescue
  spec.files
end
gem_path() click to toggle source

Returns the value of attribute #gem_path

# File lib/gem2rpm/format.rb, line 6
def gem_path
  super
rescue
  spec.file_name
end