dor-workflow-client 3.0.0.rc1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/dor-workflow-client.gemspec +0 -1
- data/lib/dor/workflow/client/version.rb +1 -1
- metadata +5 -7
- data/bin/console +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a466510ea74b36c454ae742892e3f100db970d93f3e584edcb984ba9bff87b30
|
|
4
|
+
data.tar.gz: ed836d1b6e9180f9195b407501f0040584c901100b40416e0405a983665b8fbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f86334702e1e4bdd32ab861bb871bd015781527f1896508897c09b9fe1432482fc1cee2a361e89c79be84b892e9c9ee708ed1c7b848f064b27780d3d3ca61c
|
|
7
|
+
data.tar.gz: c597974072d997829af32e0ec449b7c9c69dab90229d0e662acac637fdee85bf26d5b95f780f9bcfbd99f97ce20035f5bcd4958b92626e4a236378c12cb4ff23
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://travis-ci.org/sul-dlss/dor-workflow-client)
|
|
2
2
|
|
|
3
3
|
# dor-workflow-client gem
|
|
4
4
|
|
data/dor-workflow-client.gemspec
CHANGED
|
@@ -14,7 +14,6 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
gem.homepage = 'https://consul.stanford.edu/display/DOR/DOR+services#DORservices-initializeworkflow'
|
|
15
15
|
|
|
16
16
|
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
|
17
|
-
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
|
18
17
|
gem.test_files = gem.files.grep(%r{^(spec)/})
|
|
19
18
|
gem.require_paths = ['lib']
|
|
20
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dor-workflow-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Willy Mene
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-04-
|
|
12
|
+
date: 2019-04-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -240,8 +240,7 @@ dependencies:
|
|
|
240
240
|
description: Enables Ruby manipulation of the DOR Workflow Service via its REST API
|
|
241
241
|
email:
|
|
242
242
|
- wmene@stanford.edu
|
|
243
|
-
executables:
|
|
244
|
-
- console
|
|
243
|
+
executables: []
|
|
245
244
|
extensions: []
|
|
246
245
|
extra_rdoc_files: []
|
|
247
246
|
files:
|
|
@@ -255,7 +254,6 @@ files:
|
|
|
255
254
|
- LICENSE.txt
|
|
256
255
|
- README.md
|
|
257
256
|
- Rakefile
|
|
258
|
-
- bin/console
|
|
259
257
|
- dor-workflow-client.gemspec
|
|
260
258
|
- lib/dor/models/response/process.rb
|
|
261
259
|
- lib/dor/models/response/update.rb
|
|
@@ -290,9 +288,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
290
288
|
version: '0'
|
|
291
289
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
292
290
|
requirements:
|
|
293
|
-
- - "
|
|
291
|
+
- - ">="
|
|
294
292
|
- !ruby/object:Gem::Version
|
|
295
|
-
version:
|
|
293
|
+
version: '0'
|
|
296
294
|
requirements: []
|
|
297
295
|
rubyforge_project:
|
|
298
296
|
rubygems_version: 2.7.6
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#! /usr/bin/env ruby
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
require 'rubygems'
|
|
5
|
-
require 'irb'
|
|
6
|
-
|
|
7
|
-
project_root = File.expand_path(File.dirname(__FILE__) + '/..')
|
|
8
|
-
|
|
9
|
-
# Load config for current environment.
|
|
10
|
-
$LOAD_PATH.unshift(project_root + '/lib')
|
|
11
|
-
|
|
12
|
-
require 'dor-workflow-service'
|
|
13
|
-
|
|
14
|
-
IRB.start
|