Module: Releasy::Mixins::HasGemspecs

Included in:
Builders::OsxApp, Builders::WindowsWrapped
Defined in:
lib/releasy/mixins/has_gemspecs.rb

Overview

An object that manages a list of #gemspecs

Instance Attribute Summary collapse

Instance Attribute Details

#gemspecsArray<Gem>

Returns List of gemspecs used by the application. Will default to the gems in the ‘default` Bundler group or, if Bundler isn’t used, all gems loaded by rubygems.

Returns:

  • (Array<Gem>)

    List of gemspecs used by the application. Will default to the gems in the ‘default` Bundler group or, if Bundler isn’t used, all gems loaded by rubygems.



6
7
8
# File 'lib/releasy/mixins/has_gemspecs.rb', line 6

def gemspecs
  @gemspecs
end