superbot-teleport 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dbecf8455dec836569b660a8e1568add385050f15810fdbb851ba3d259ab3a0
4
- data.tar.gz: 637a5b240ecc0749812111fbe20d81be18330659173202ab2d9993bcec32693f
3
+ metadata.gz: 06d13747dee44caed906068eaa38a532b897349a1036907f802ed2cdbcb902d6
4
+ data.tar.gz: efceeddf43670f127b3b60251fef76d31e7e0b41c70403f639bd6d99d3543cde
5
5
  SHA512:
6
- metadata.gz: b1ff1f7849253d7aa478140d7cefeb50ec1891c697b778673f60747159693884bdeff428059b6b809be562e3a715d432b1cb99df29e249f2cc38bcfbde21f6f1
7
- data.tar.gz: dd5f6d9fde6ce3a179a6ee6a6d22a9344eaf2aebf14190b117bdcd378718b1600e8a18264e66aa0fb99c23e181555f80de664f9f145ab8aafca0a8e98ce3152a
6
+ metadata.gz: ccd2ec1a8d34faf0106b1216cea6a6144a87fe687f3e14fdf787b43446d9553a09268455f4ef068ac248408b8c3f4e9e2d231007dc646441af317464f5e880cd
7
+ data.tar.gz: 4bd7384c62e8a003035d79460a57874891d18d35b131e9394e5b012b5676d8d038e06529928cfbad99ede65818f3f0f4924aa5e404663cde34c277279f66f5bb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superbot-teleport (0.3.0)
4
+ superbot-teleport (0.3.1)
5
5
  excon
6
6
 
7
7
  GEM
@@ -15,7 +15,8 @@ module Superbot
15
15
 
16
16
  option ['--browser'], 'BROWSER', "Browser type to use. Can be either local or cloud", default: 'cloud'
17
17
  option ['--region'], 'REGION', "Region for remote webdriver"
18
- option ['--org'], 'ORGANIZATION', "Name of organization to take action on", environment_variable: "SUPERBOT_ORG", attribute_name: :organization
18
+ option ['--org'], "ORGANIZATION", "Name of organization to take action on", environment_variable: "SUPERBOT_ORG", attribute_name: :organization, default: Superbot::Cloud.credentials&.fetch(:organization, nil)
19
+
19
20
  option ['--ignore-delete'], :flag, "Reuse existing session"
20
21
  option ['--keep-session'], :flag, "Keep session when teleport closing"
21
22
  option ['--session'], 'SESSION', "Session to use in teleport"
@@ -1,5 +1,5 @@
1
1
  module Superbot
2
2
  module Teleport
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
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.3.0
4
+ version: 0.3.1
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 00:00:00.000000000 Z
11
+ date: 2019-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon