coderunner 0.11.14 → 0.11.15

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.14
1
+ 0.11.15
data/coderunner.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coderunner"
8
- s.version = "0.11.14"
8
+ s.version = "0.11.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Edmund Highcock"]
@@ -92,6 +92,7 @@ EOF
92
92
  ### start of jobscript
93
93
  cd $PBS_O_WORKDIR
94
94
  echo "workdir: $PBS_O_WORKDIR"
95
+ #{code_run_environment}
95
96
 
96
97
  echo "Submitting #{nodes}x#{ppn} job on #{CodeRunner::SYS} for project #@project..."
97
98
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.14
4
+ version: 0.11.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: