Sha256: 2330acefcbcae9f1d9387de3a700809b8ec63ebafeb32940b329bb45888e3fe0

Contents?: true

Size: 278 Bytes

Versions: 31

Compression:

Stored size: 278 Bytes

Contents

##
# Octokit wrapper for simplifying authentication
module Octoauth
  class << self
    ##
    # Insert a helper .new() method for creating a new Auth object
    def new(*args)
      self::Auth.new(*args)
    end
  end
end

require 'octoauth/configfile'
require 'octoauth/auth'

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
octoauth-1.1.0 lib/octoauth.rb
octoauth-1.0.2 lib/octoauth.rb
octoauth-1.0.1 lib/octoauth.rb
octoauth-1.0.0 lib/octoauth.rb
octoauth-0.0.10 lib/octoauth.rb
octoauth-0.0.9 lib/octoauth.rb
octoauth-0.0.8 lib/octoauth.rb
octoauth-0.0.7 lib/octoauth.rb
octoauth-0.0.4 lib/octoauth.rb
octoauth-0.0.3 lib/octoauth.rb
octoauth-0.0.2 lib/octoauth.rb