rscript 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rscript.rb +7 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5e8024251f399b0c527884244f22a6a2f3f2e25a
|
4
|
+
data.tar.gz: 2d0d3c0ba7a6fd47075bd0fe66925abd90427ac4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 735e7b6f0146103bd125cb4ff7146d3eb8bf1f979edc0251f41d758074cebe9bff0a4ff270c3cb2c29665cc00bb999a145a1aa90fc9ce554dbf1626be8de86ab
|
7
|
+
data.tar.gz: 1ea34739b2f614f471540f84c79be1fd5c718ee1eb84021559b9e62f3057b14aaa808b90e041239e37be3b49ceb0e5b011f958099b386bdabd71d1424b27a371
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/rscript.rb
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
# file: rscript.rb
|
4
4
|
|
5
5
|
# created: 1-Jul-2009
|
6
|
-
# updated:
|
6
|
+
# updated: 30-Jul-2018
|
7
7
|
|
8
8
|
# modification:
|
9
9
|
|
10
|
+
# 30-Jul-2018: feature: A list of job ids can now be returned
|
10
11
|
# 28-Jul-2018: feature: Jobs are now looked up from a Hash object
|
11
12
|
# 13-Jul-2018: bug fix: The use of a cache is now optional
|
12
13
|
# 10-Jul-2018: feature: Attributes can now be read from the job
|
@@ -58,6 +59,11 @@ class RScript < RScriptBase
|
|
58
59
|
|
59
60
|
end
|
60
61
|
|
62
|
+
def jobs(package)
|
63
|
+
a = read_rsfdoc([package])
|
64
|
+
a.map(&:first).uniq
|
65
|
+
end
|
66
|
+
|
61
67
|
def read(raw_args=[])
|
62
68
|
|
63
69
|
args = raw_args.clone
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rscript
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
TqGxWMRGelsOt2zNIFH+8d4Yz1dYsNbhK66Q8KRR2vHoT/9T3IJGBPHdsR6Kl6yB
|
32
32
|
e5SlxbsP/R/Leg==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2018-07-
|
34
|
+
date: 2018-07-30 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: hashcache
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
124
|
+
rubygems_version: 2.6.13
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Reads or executes a job contained within a package (XML document), whereby
|
metadata.gz.sig
CHANGED
Binary file
|