ddr-batch 1.2.0.rc5 → 1.2.0.rc6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa7c749e7a4d5890af0a5361686efb35b6e14a25
4
- data.tar.gz: e9b9bc82f92990cd7f1c47f20c384ee9cf375b4f
3
+ metadata.gz: de05de1b26da23a9decfe232764efa5fb4b15886
4
+ data.tar.gz: e5ac3ac08408511ff231bdf21bb58dedfd03a071
5
5
  SHA512:
6
- metadata.gz: a6d004c54939cd8494bd24270c0dd9dbbd2307bc5a99b44d27f7c8f07c89ac3215e9b46022b205ac48c14526319912ddb1de0ab3245a2f429380294f14e9f51d
7
- data.tar.gz: 3c689cb6e24dce70e3325e3414804c422049d8b18125457842bc5b156bc0ae0ec1917a3e512ab8fe3e8e517c269444337f34302c69c588ab5475293165ed7371
6
+ metadata.gz: b3b7aa60d535393941bd631cfe37e23af02298e35ba202a3231552bf82f7d6b10bc38a6b528a8a064f666925b023034adeb9d948882fce2db1f3fc2c8dfda819
7
+ data.tar.gz: 8aa68dfdcbe133e60b2f6c3affcda036af930c112aae323690b690247cf5b6970c714f485e168d2a8fb128bfc81e8b004a2921f504e5feb22ff6ecb064b43088
@@ -52,9 +52,9 @@ module Ddr::Batch
52
52
 
53
53
  def type_verb(type)
54
54
  case type
55
- when IngestBatchObject.name
55
+ when Ddr::Batch::IngestBatchObject.name
56
56
  "Ingested"
57
- when UpdateBatchObject.name
57
+ when Ddr::Batch::UpdateBatchObject.name
58
58
  "Updated"
59
59
  end
60
60
  end
@@ -1,5 +1,5 @@
1
1
  module Ddr
2
2
  module Batch
3
- VERSION = "1.2.0.rc5"
3
+ VERSION = "1.2.0.rc6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddr-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.rc5
4
+ version: 1.2.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Coble
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-11 00:00:00.000000000 Z
12
+ date: 2017-01-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails