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-2.0.0 lib/octoauth.rb
octoauth-1.9.0 lib/octoauth.rb
octoauth-1.8.0 lib/octoauth.rb
octoauth-1.7.0 lib/octoauth.rb
octoauth-1.6.0 lib/octoauth.rb
octoauth-1.5.6 lib/octoauth.rb
octoauth-1.5.5 lib/octoauth.rb
octoauth-1.5.4 lib/octoauth.rb
octoauth-1.5.3 lib/octoauth.rb
octoauth-1.5.2 lib/octoauth.rb
octoauth-1.5.1 lib/octoauth.rb
octoauth-1.5.0 lib/octoauth.rb
octoauth-1.4.8 lib/octoauth.rb
octoauth-1.4.7 lib/octoauth.rb
octoauth-1.4.6 lib/octoauth.rb
octoauth-1.4.5 lib/octoauth.rb
octoauth-1.4.4 lib/octoauth.rb
octoauth-1.4.0 lib/octoauth.rb
octoauth-1.3.0 lib/octoauth.rb
octoauth-1.2.0 lib/octoauth.rb