Sha256: 7e2a77f2a2d7f4140c997781a154f0f4019e71ecf47c0edbf6f7a4c829346636

Contents?: true

Size: 266 Bytes

Versions: 4

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

require "github_authentication/generator/app"
require "github_authentication/generator/personal"

module GithubAuthentication
  module Generator
    Error = Class.new(StandardError)
    TokenGeneratorError = Class.new(Error)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github-authentication-1.1.0 lib/github_authentication/generator.rb
github-authentication-1.0.2 lib/github_authentication/generator.rb
github-authentication-1.0.1 lib/github_authentication/generator.rb
github-authentication-1.0.0 lib/github_authentication/generator.rb