module Jeweler::Generator::GithubMixin

def self.extended(generator)

def self.extended(generator)
  generator.github_username           = generator.options[:github_username]
  generator.should_create_remote_repo = generator.options[:create_repo]
  raise NoGitHubUser unless generator.github_username
end