coderunner 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/coderunner.gemspec +2 -2
- data/lib/coderunner/class_methods.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 277144ebf794396efedcbf07e596883bee398d2f
|
4
|
+
data.tar.gz: 4aa44c28b9398fb0e8142813e827c6596c070932
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31a71b7ce8c0539fb2f63c5f21769eb03270045d234112fa2a789cca4c823215f5f5a4b7c77dfa6535a32dbf1ad99e180b80c6418d1eb212a298985b61c3b1bf
|
7
|
+
data.tar.gz: 9c2a145e391324b481dfecf7b2cc6462e1dea18d429390e697119f1f45f1e386642c633f9b7b66863b764f745a124f59540cc7c2c57ec05d6347ffa70286902b
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.12
|
data/coderunner.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: coderunner 1.0.
|
5
|
+
# stub: coderunner 1.0.12 ruby lib
|
6
6
|
# stub: ext/extconf.rb
|
7
7
|
|
8
8
|
Gem::Specification.new do |s|
|
9
9
|
s.name = "coderunner".freeze
|
10
|
-
s.version = "1.0.
|
10
|
+
s.version = "1.0.12"
|
11
11
|
|
12
12
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
13
13
|
s.require_paths = ["lib".freeze]
|
@@ -749,6 +749,7 @@ EOF
|
|
749
749
|
submitter.instance_variable_set(:@nprocs, copts[:n])
|
750
750
|
submitter.instance_variable_set(:@wall_mins, copts[:W])
|
751
751
|
submitter.instance_variable_set(:@project, copts[:P])
|
752
|
+
submitter.instance_variable_set(:@queue, copts[:Q])
|
752
753
|
class << submitter
|
753
754
|
include CodeRunner::SYSTEM_MODULE
|
754
755
|
def executable_name
|