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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1517fce8efdd8af65a55f139e0b4b38f1c3481c
4
- data.tar.gz: e4fbae834bb6adf6b369cb655b23c7a550f0a0fd
3
+ metadata.gz: 450e165bbf224474e8f17368ec8f020c8cd5b779
4
+ data.tar.gz: 5afa7fd230ddb23244a2ef805d37ce9b0335d4e7
5
5
  SHA512:
6
- metadata.gz: 88a1af6cddefc4380f7622b9bd70efa3e364f930b3f14fc9a4f5f9b80e097f8372bffc36ee9eeab2bcdcff13b26d6aa2ef76eba0dd5e4dfed5d5f6fe6aad8f84
7
- data.tar.gz: 434158ca87d980ab77125c43bed516febd1d8678c4d897b4edf7e6b7969307adcb4c0d019083bd5235052a3aa825ae8c1de0da15388f6c29c5059cd169bf807e
6
+ metadata.gz: 6521c8f8a96856bb84ddf206f904b6a9482d254ca6cfceeff004c4557192eb79640523e0dad71b7eeac402f8059ee14ef13919746a04222bfda8252dbd3dbbb7
7
+ data.tar.gz: 42cae18851fb0184dce5e1ad3d124727067ddbd07ea2b191caae781f04229d949a9cba840824bbfbbd02504c8211cfbe2d4d7d9cc5a7b3e9f00b2be8cd5ffd1e
@@ -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
@@ -1,6 +1,6 @@
1
1
  module OSC
2
2
  module Machete
3
3
  # The current gem version
4
- VERSION = "1.1.3"
4
+ VERSION = "1.1.4"
5
5
  end
6
6
  end
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.3
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-06-07 00:00:00.000000000 Z
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.8
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: