Class Bundler::Plugin::DSL
In: lib/bundler/plugin/dsl.rb
Parent: Bundler::Dsl

Dsl to parse the Gemfile looking for plugins to install

Methods

method_missing   new   plugin   source  

Classes and Modules

Class Bundler::Plugin::DSL::PluginGemfileError

External Aliases

gem -> _gem

Attributes

inferred_plugins  [R]  This lists the plugins that was added automatically and not specified by the user.

When we encounter :type attribute with a source block, we add a plugin by name bundler-source-<type> to list of plugins to be installed.

These plugins are optional and are not installed when there is conflict with any other plugin.

Public Class methods

Public Instance methods

[Validate]