Sha256: dd912727fc5f3d2545617b97c97ff949feeffb2d25d1fbb608279f0f30aa6cb6

Contents?: true

Size: 335 Bytes

Versions: 8

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

module Authorizy
  require 'authorizy/base_cop'
  require 'authorizy/config'
  require 'authorizy/core'
  require 'authorizy/expander'
  require 'authorizy/extension'

  class << self
    def config
      @config ||= Authorizy::Config.new
    end

    def configure
      yield(config)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authorizy-0.5.0 lib/authorizy.rb
authorizy-0.4.1 lib/authorizy.rb
authorizy-0.4.0 lib/authorizy.rb
authorizy-0.3.0 lib/authorizy.rb
authorizy-0.2.2 lib/authorizy.rb
authorizy-0.2.1 lib/authorizy.rb
authorizy-0.2.0 lib/authorizy.rb
authorizy-0.1.0 lib/authorizy.rb