rse 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1157852fad295d25dac2a7e5e8907d3c0afd61682d4fdf2b926de56bfc116aa
4
- data.tar.gz: 9ee0c46b6cace3db05c107f1f29e3c7ff105a8bd51b87310dcdd0895bf8d30d4
3
+ metadata.gz: a780fa384905f730d59549d3809d4127da681dcf95b59b55dc64a5993dd86053
4
+ data.tar.gz: 620728ba13757e873a334175a6cfb2dbb1893b7315afc4bdcada6ee1af64b2c5
5
5
  SHA512:
6
- metadata.gz: 71df363891458d1a2f70ee1c325469395f11644dfdcfafb9965f81292340ec2833855751de0abaa09fb994f829a3b8b1ab10a077d12518f4d6a9b7ca446600b7
7
- data.tar.gz: 8fa3a49adac81375fc07e17b9527a523703a918b48625a1e1f07f2257a4c7966133d655fc28b82f57c18860c319924195923b6f0276212ad9d526fb066919420
6
+ metadata.gz: aeed7f472a9ad20122dbe00f914119ee985445be1d6e88d3ad4a202962594271e4ab53c082a032d80413b543674a1025a381faed21fe63e09f3795848311529b
7
+ data.tar.gz: 65ada2f5d1f2e27a2792e9c2dd1c39ba672eda7e21c00df9f509ac9ae718ebf623868b2a77227e3048dd2a352e993d332a6557387f790801f33addf2f49cdbb5
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/rse.rb CHANGED
@@ -44,8 +44,9 @@ module Rse
44
44
 
45
45
  def start()
46
46
  puts 'starting ...'
47
- puts "druby://#{@host}:#{@port}"
48
- DRb.start_service "druby://#{@host}:#{@port}", @rs
47
+ puts "druby://#{@host.to_s}:#{@port}"
48
+
49
+ DRb.start_service "druby://" + @host.to_s + ':' + @port, @rs
49
50
  DRb.thread.join
50
51
 
51
52
  end
@@ -143,8 +144,7 @@ module RseProxy
143
144
  def run_job(package, job, params={}, *args)
144
145
 
145
146
  if @log then
146
- @log.info "package: %s, job: %s, " +
147
- "params: %s, args: %s" % [package, job, params, args]
147
+ @log.info "package: %s, job: %s, params: %s, args: %s" % [package, job, params, args]
148
148
  end
149
149
 
150
150
  #we pass in the job to determine the server
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -35,7 +35,7 @@ cert_chain:
35
35
  uURNkBXNIh3CdFpGJunoxVicC2OU2CglMgh+92Fjj2tRAV1M5njVnDnXcDSIsw7T
36
36
  b5bDlFc8Qgl3+y8V3vxPf7WX
37
37
  -----END CERTIFICATE-----
38
- date: 2021-12-13 00:00:00.000000000 Z
38
+ date: 2022-01-15 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: sps-pub
metadata.gz.sig CHANGED
Binary file