rscript 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rscript.rb +3 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc3f40360bfcfaa7ccad1714ff106750a5b02a34
|
4
|
+
data.tar.gz: 6c76f8853884bd8971ba0df510768146c97031b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a478c2358ce674b43ddd48305f87fce6ac64c216c6f5658e3e745d88714709faf7414315e173e0571936d6d9397f143e545ed2bb465e1506ae60c72bfe2eb33d
|
7
|
+
data.tar.gz: 4b943c128dab882f79dab27e390ac481b3f3f79612e385db6a8f0448ac4fbd682329478d36bee8933fd570ce2b41f84dbeca04299a2bf83c23ba23e0c3063ce4
|
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: 10-Jul-2018
|
7
7
|
|
8
8
|
# modification:
|
9
9
|
|
10
|
+
# 10-Jul-2018: feature: Attributes can now be read from the job
|
10
11
|
# 24-Mar-2018: Bug fix: Public method run() can now correctly
|
11
12
|
# handle a param value of nil
|
12
13
|
# 07-Nov-2017: feature: The log object is now passed into initialize()
|
@@ -20,6 +21,7 @@
|
|
20
21
|
# 08-Aug-2013: re-enabled the hashcache;
|
21
22
|
# 24-Jun-2011: disabled the hashcache
|
22
23
|
|
24
|
+
|
23
25
|
# description
|
24
26
|
# - This script executes Ruby script contained within an XML file.
|
25
27
|
# - The XML file can be stored locally or on a website.
|
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.4.
|
4
|
+
version: 0.4.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-
|
34
|
+
date: 2018-07-10 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: hashcache
|
metadata.gz.sig
CHANGED
Binary file
|