class GemHadar

def build_task

single command.
execute all necessary steps for building packages for a release with a
the build_task_dependencies accessor. It provides a convenient way to
This method sets up a :build task that depends on the tasks specified in

build process for packaging the gem.
The build_task method defines a Rake task that orchestrates the complete
def build_task
  desc 'Build task (builds all packages for a release)'
  task :build => build_task_dependencies
end