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