Sha256: b2e387b8ad5c14753e25120b9ac59605f102cb3e97f80bb221a5eb7c3fa4ba78

Contents?: true

Size: 573 Bytes

Versions: 2

Compression:

Stored size: 573 Bytes

Contents

# frozen_string_literal: true

require "checkpoint/version"

require 'sequel'
require 'mysql2'
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

2 entries across 2 versions & 1 rubygems

Version Path
checkpoint-1.0.1 lib/checkpoint.rb
checkpoint-1.0.0 lib/checkpoint.rb