oar-scripting 1.0.5 → 1.0.6

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.
@@ -5,7 +5,7 @@
5
5
  module OAR
6
6
  module Scripting
7
7
  GEM = "oar-scripting"
8
- VERSION = "1.0.5"
8
+ VERSION = "1.0.6"
9
9
  end # module:: Scripting
10
10
  end # module:: OAR
11
11
 
@@ -59,7 +59,7 @@ class OAR::Scripting::Script
59
59
  end # def:: self.steps
60
60
 
61
61
  def self.oarstat
62
- @@oarstat ||= JSON.parse(%x[oarstat -f -j @@job[:id] -J])[@@job[:id]]
62
+ @@oarstat ||= JSON.parse(%x[oarstat -f -j #{@@job[:id]} -J])[@@job[:id]]
63
63
  end # def:: self.oarstat
64
64
 
65
65
  def self.execute
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oar-scripting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-06 00:00:00.000000000 Z
12
+ date: 2013-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mixlib-cli
@@ -134,3 +134,4 @@ signing_key:
134
134
  specification_version: 3
135
135
  summary: OAR helper library for prologue/epilogue scripting
136
136
  test_files: []
137
+ has_rdoc: true