superbot-teleport 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/superbot/teleport/version.rb +1 -1
- data/lib/superbot/teleport/web.rb +1 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dbecf8455dec836569b660a8e1568add385050f15810fdbb851ba3d259ab3a0
|
4
|
+
data.tar.gz: 637a5b240ecc0749812111fbe20d81be18330659173202ab2d9993bcec32693f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1ff1f7849253d7aa478140d7cefeb50ec1891c697b778673f60747159693884bdeff428059b6b809be562e3a715d432b1cb99df29e249f2cc38bcfbde21f6f1
|
7
|
+
data.tar.gz: dd5f6d9fde6ce3a179a6ee6a6d22a9344eaf2aebf14190b117bdcd378718b1600e8a18264e66aa0fb99c23e181555f80de664f9f145ab8aafca0a8e98ce3152a
|
data/Gemfile.lock
CHANGED
@@ -9,13 +9,10 @@ module Superbot
|
|
9
9
|
$__superbot_teleport_request_for_errors = request
|
10
10
|
end
|
11
11
|
|
12
|
-
user_auth_creds = Superbot::Cloud.credentials&.slice(:username, :token) || {}
|
13
|
-
|
14
12
|
sinatra.set :connection, Excon.new(
|
15
13
|
sinatra.webdriver_url,
|
16
|
-
user: user_auth_creds[:username],
|
17
|
-
password: user_auth_creds[:token],
|
18
14
|
persistent: true,
|
15
|
+
headers: { 'Authorization' => Superbot::Cloud.authorization_header },
|
19
16
|
connect_timeout: 3,
|
20
17
|
read_timeout: 500,
|
21
18
|
write_timeout: 500
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: superbot-teleport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Superbot HQ
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-02-
|
11
|
+
date: 2019-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: excon
|