botbase_drb_server 0.1.0 → 0.1.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/botbase_drb_server.rb +5 -4
- metadata +5 -5
- 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: dd1c06b15909fcf0383c63e9bc402b5dc5404347
|
|
4
|
+
data.tar.gz: e82841543df6f4a8483f9da94640b3e74afcfeea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed72b83a77157e402866518068ddd4bd6a388e957b8dd8d42c7786c091d1e876814804775bcf97866e65c74e9983c60b47654f7be8a835d45c2d9e6b7bc79c62
|
|
7
|
+
data.tar.gz: 88f74651baea0fac9aa67c5ada44018815fe100ba2bd429e681d77ec598214c629102ce2c22365b425be45bc29ab4522ba3bf6892c8545a539f8eb8b6404a197
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/botbase_drb_server.rb
CHANGED
|
@@ -9,11 +9,12 @@ require 'botbase'
|
|
|
9
9
|
|
|
10
10
|
class BotBaseDRbServer
|
|
11
11
|
|
|
12
|
-
def initialize(host: 'localhost', port: '60600',
|
|
13
|
-
|
|
12
|
+
def initialize(host: 'localhost', port: '60600', config: '',
|
|
13
|
+
notifier: nil, debug: false)
|
|
14
14
|
|
|
15
15
|
@host, @port = host, port
|
|
16
|
-
@bot = BotBase.new(config)
|
|
16
|
+
@bot = BotBase.new(config, notifier: notifier, debug: debug)
|
|
17
|
+
|
|
17
18
|
|
|
18
19
|
end
|
|
19
20
|
|
|
@@ -24,4 +25,4 @@ class BotBaseDRbServer
|
|
|
24
25
|
|
|
25
26
|
end
|
|
26
27
|
|
|
27
|
-
end
|
|
28
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: botbase_drb_server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
DVXga/LtSiJ5l3CYNHxnT1xb0uNXbLiyrx2Vf7/QP5AZbDqP+oU6xPMRCsbzSVgb
|
|
32
32
|
wpq8vAUgesEY6A==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2017-
|
|
34
|
+
date: 2017-10-15 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: botbase
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
version: '0.1'
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 0.1.
|
|
45
|
+
version: 0.1.6
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
48
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
version: '0.1'
|
|
53
53
|
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.1.
|
|
55
|
+
version: 0.1.6
|
|
56
56
|
description:
|
|
57
57
|
email: james@jamesrobertson.eu
|
|
58
58
|
executables: []
|
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
82
|
rubyforge_project:
|
|
83
|
-
rubygems_version: 2.6.
|
|
83
|
+
rubygems_version: 2.6.13
|
|
84
84
|
signing_key:
|
|
85
85
|
specification_version: 4
|
|
86
86
|
summary: A DRb server for running the botbase gem centrally.
|
metadata.gz.sig
CHANGED
|
Binary file
|