Sha256: 57bcea1c06a337fcccafc3775ad02b41125ce7fa7e448a66f9b3875f891a58d1

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

#! /usr/bin/env ruby
# frozen_string_literal: true

require 'rubygems'
require 'irb'

project_root = File.expand_path(File.dirname(__FILE__) + '/..')

# Load config for current environment.
$LOAD_PATH.unshift(project_root + '/lib')

require 'dor-workflow-service'

IRB.start

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
dor-workflow-client-3.0.0.rc1 bin/console
dor-workflow-service-2.12.0 bin/console
dor-workflow-service-2.11.0 bin/console
dor-workflow-service-2.10.2 bin/console
dor-workflow-service-2.10.1 bin/console
dor-workflow-service-2.10.0 bin/console
dor-workflow-service-2.9.0 bin/console
dor-workflow-service-2.8.0 bin/console
dor-workflow-service-2.7.0 bin/console
dor-workflow-service-2.6.0 bin/console
dor-workflow-service-2.5.0 bin/console