Class: Maven::Tools::DSL::ProfileGemspec

Inherits:
Gemspec
  • Object
show all
Includes:
GemSupport
Defined in:
lib/maven/tools/dsl/profile_gemspec.rb

Instance Attribute Summary

Attributes inherited from Gemspec

#parent

Instance Method Summary collapse

Methods included from GemSupport

#setup_gem_support, #setup_jruby_plugins_version

Methods inherited from Gemspec

#gem, #help, #initialize, #jar, #method_missing, #pom

Methods included from Coordinate

#gav, #group_artifact, #to_coordinate, #to_split_coordinate, #to_split_coordinate_with_scope, #to_version

Constructor Details

This class inherits a constructor from Maven::Tools::DSL::Gemspec

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Maven::Tools::DSL::Gemspec

Instance Method Details

#process(spec, name, options) ⇒ Object



30
31
32
33
# File 'lib/maven/tools/dsl/profile_gemspec.rb', line 30

def process( spec, name, options )
  setup_gem_support( @parent, options, spec )
  super
end