module RakeGithub

Constants

VERSION

Public Class Methods

define_deploy_keys_tasks(opts = {}, &block) click to toggle source
# File lib/rake_github.rb, line 6
def self.define_deploy_keys_tasks(opts = {}, &block)
  RakeGithub::TaskSets::DeployKeys.define(opts, &block)
end
define_repository_tasks(opts = {}, &block) click to toggle source
# File lib/rake_github.rb, line 10
def self.define_repository_tasks(opts = {}, &block)
  RakeGithub::TaskSets::Repository.define(opts, &block)
end