osc-machete 1.1.3 → 1.1.4
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/lib/osc/machete/job.rb +1 -1
- data/lib/osc/machete/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 450e165bbf224474e8f17368ec8f020c8cd5b779
|
|
4
|
+
data.tar.gz: 5afa7fd230ddb23244a2ef805d37ce9b0335d4e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6521c8f8a96856bb84ddf206f904b6a9482d254ca6cfceeff004c4557192eb79640523e0dad71b7eeac402f8059ee14ef13919746a04222bfda8252dbd3dbbb7
|
|
7
|
+
data.tar.gz: 42cae18851fb0184dce5e1ad3d124727067ddbd07ea2b191caae781f04229d949a9cba840824bbfbbd02504c8211cfbe2d4d7d9cc5a7b3e9f00b2be8cd5ffd1e
|
data/lib/osc/machete/job.rb
CHANGED
|
@@ -56,7 +56,7 @@ require 'pathname'
|
|
|
56
56
|
# @return [String, nil] path of the job script, or nil if not set
|
|
57
57
|
#
|
|
58
58
|
class OSC::Machete::Job
|
|
59
|
-
attr_reader :pbsid, :script_path, :account_string
|
|
59
|
+
attr_reader :pbsid, :script_path, :account_string, :host
|
|
60
60
|
|
|
61
61
|
class << self
|
|
62
62
|
# set this to change the billable account that is used by default
|
data/lib/osc/machete/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: osc-machete
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Franz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
version: '0'
|
|
155
155
|
requirements: []
|
|
156
156
|
rubyforge_project:
|
|
157
|
-
rubygems_version: 2.4.
|
|
157
|
+
rubygems_version: 2.4.5
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
160
|
summary: Common interface for working with HPC batch jobs (currently OSC specific)
|
|
@@ -175,3 +175,4 @@ test_files:
|
|
|
175
175
|
- test/test_status.rb
|
|
176
176
|
- test/test_torque_helper.rb
|
|
177
177
|
- test/test_torque_helper_live.rb
|
|
178
|
+
has_rdoc:
|