Class: Gem2Rpm::Format

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/gem2rpm/gem/format.rb

Instance Method Summary collapse

Instance Method Details

#file_entriesObject

Returns the value of attribute file_entries



13
14
15
16
17
# File 'lib/gem2rpm/gem/format.rb', line 13

def file_entries
  super
rescue
  spec.files
end

#gem_pathObject

Returns the value of attribute gem_path



6
7
8
9
10
# File 'lib/gem2rpm/gem/format.rb', line 6

def gem_path
  super
rescue
  spec.file_name
end