ood_core 0.11.1 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module OodCore
2
2
  # The current version of {OodCore}
3
- VERSION = "0.11.1"
3
+ VERSION = "0.13.0"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ood_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Franz
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2020-03-18 00:00:00.000000000 Z
13
+ date: 2020-08-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: ood_support
@@ -163,6 +163,7 @@ files:
163
163
  - lib/ood_core/errors.rb
164
164
  - lib/ood_core/invalid_cluster.rb
165
165
  - lib/ood_core/job/adapter.rb
166
+ - lib/ood_core/job/adapters/ccq.rb
166
167
  - lib/ood_core/job/adapters/drmaa.rb
167
168
  - lib/ood_core/job/adapters/helper.rb
168
169
  - lib/ood_core/job/adapters/linux_host.rb
@@ -215,8 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
216
  - !ruby/object:Gem::Version
216
217
  version: '0'
217
218
  requirements: []
218
- rubyforge_project:
219
- rubygems_version: 2.7.6.2
219
+ rubygems_version: 3.0.3
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: Open OnDemand core library