Sha256: f94c2d79a848d7678f7be22c7434f443734db4817464ec8be7793608c821692a

Contents?: true

Size: 556 Bytes

Versions: 6

Compression:

Stored size: 556 Bytes

Contents

# frozen_string_literal: true

require "checkpoint/version"

require 'sequel'
require 'ettin'

# All of the Checkpoint components are contained within this top-level module.
module Checkpoint
  # An error raised if there is no callable identifier on an entity when
  # attempting to convert it to a resource.
  class NoIdentifierError < StandardError; end
end

require 'checkpoint/agent'
require 'checkpoint/credential'
require 'checkpoint/resource'
require 'checkpoint/authority'
require 'checkpoint/query'
require 'checkpoint/railtie' if defined?(Rails)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
checkpoint-1.1.3 lib/checkpoint.rb
checkpoint-1.1.2 lib/checkpoint.rb
checkpoint-1.1.1 lib/checkpoint.rb
checkpoint-1.1.0 lib/checkpoint.rb
checkpoint-1.0.3 lib/checkpoint.rb
checkpoint-1.0.2 lib/checkpoint.rb