Class: Mactag::Bundler
- Inherits:
-
Object
- Object
- Mactag::Bundler
- Defined in:
- lib/mactag/bundler.rb
Overview
For fetching information from Bundler regarding what gems are used.
Class Method Summary collapse
Class Method Details
.gems ⇒ Object
11 12 13 14 15 |
# File 'lib/mactag/bundler.rb', line 11 def gems dependencies.map do |dependency| [dependency, specs[dependency]] end end |