Class: Source::Bundler

Inherits:
Gem show all
Defined in:
lib/gpm/source/bundler.rb

Defined Under Namespace

Classes: Factory

Constant Summary

Constants inherited from Base

Source::Base::DEFAULTS

Instance Attribute Summary

Attributes inherited from Gem

#metadata

Attributes inherited from Base

#files_provider

Attributes included from HasOptionMethods

#options

Instance Method Summary collapse

Methods inherited from Gem

#architecture, #dependencies, #email, #name, read_metadata

Methods inherited from Base

constant_field, #contains_file?, #file_contents, #files, #maintainer

Methods included from HasOptionMethods

included

Constructor Details

#initialize(*args) ⇒ Bundler

Returns a new instance of Bundler.



22
23
24
# File 'lib/gpm/source/bundler.rb', line 22

def initialize(*args)
  super
end