class Rake::Application

def jeweler

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

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