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
-
#gemspecs ⇒ Array<Gem>
List of gemspecs used by the application.
Instance Attribute Details
#gemspecs ⇒ Array<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.
6 7 8 |
# File 'lib/releasy/mixins/has_gemspecs.rb', line 6 def gemspecs @gemspecs end |