superbot-cloud 0.2.3 → 0.2.4
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/cloud/cli/test_command.rb +1 -1
- data/lib/superbot/cloud/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 584d399136285f0079c9c3843e1e6cae1f5f41dd50750ccedc48fb6cea087450
|
4
|
+
data.tar.gz: 2b572c467d093d83edd7017a6f56a185fc7f1746ef460ffca230d97c643b2f41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92f058cc4e12a8fed5b065c96137e8f562b7b9a0ac4851ed4a88b621c3a2c32b917d4a7c25d1bc2200142dc202394499efa5903addd912c11c38dd24fbd7cd08
|
7
|
+
data.tar.gz: d50a5f321b79aec5f0186ed1808d55cef7d802bfe787875f8f306d647901c65c8e6d20fb53c22151fcb296113cc8cb797efb7f1f42c3627fac441158cf5fc224
|
data/Gemfile.lock
CHANGED
@@ -9,7 +9,7 @@ require_relative 'test/delete_command'
|
|
9
9
|
module Superbot
|
10
10
|
module Cloud
|
11
11
|
module CLI
|
12
|
-
class TestCommand <
|
12
|
+
class TestCommand < LoginRequiredCommand
|
13
13
|
subcommand ['list'], "List user tests from the cloud", Test::ListCommand
|
14
14
|
subcommand ['upload'], "Upload test to the cloud", Test::UploadCommand
|
15
15
|
subcommand ['download'], "Download test from the cloud", Test::DownloadCommand
|