class Rake::Application

Attributes

jeweler_tasks[RW]

Public Instance Methods

jeweler() click to toggle source

The jeweler instance that has be instantiated in the current Rakefile.

This is usually useful if you want to get at info like version from other files.

# File lib/jeweler/tasks.rb, line 14
def jeweler
  jeweler_tasks.jeweler
end