# File lib/jeweler/generator/github_mixin.rb, line 4 4: def self.extended(generator) 5: generator.github_username = generator.options[:github_username] 6: generator.github_token = generator.options[:github_token] 7: generator.should_create_remote_repo = generator.options[:create_repo] 8: 9: unless generator.github_username 10: raise NoGitHubUser 11: end 12: 13: if generator.should_create_remote_repo 14: unless generator.github_token 15: raise NoGitHubToken 16: end 17: end 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.