require “bundler/gem_tasks”

task :demo do

sh("bin/<%= name %>", "demo")

end

task :help do

sh("rake", "-T")

end

task :default => :help