vagrant-sptsync 0.0.17 → 0.0.18
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 +8 -8
- data/lib/vagrant-sptsync/commands/root.rb +2 -2
- data/lib/vagrant-sptsync/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjNhMTY2NGI2NzBlNDhmNjE0NTdmZGUxOWE5MDNiMTY3YjMwYmExNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YWEzYTk1NTM5OGVmN2Q0NzU4YjI4MjBkMGJiZGRmY2RkNWQ0ZTg0MA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTM4NjczYzMwOGJlYmI3YWQ1ZGYyZDA4NDVjMDZjNGRjMWEyNjcxMjkxNTVk
|
|
10
|
+
OGJlNTZmZTBmNTg0MzA3NGFjNDFmN2Q2MzM5Yzg4ZGJkYzhiMDU3NDI1NzE2
|
|
11
|
+
MTg3OTVhYjVmYjhjZDA5ZmUwODk3ODkxMjY1NzhjZTI1N2VmMjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDVlOTYyNDg5ZjYxYTRkMmI2NzkxOGE2NWM0NWQ5MjMwNmQ5YTRjN2FjZDZj
|
|
14
|
+
ZWYwNGFjODc2ZGJlNDU3MGY4NGM1NTFiY2Y2ZGI3MmM4ZDRhYWVhMDA4Nzc4
|
|
15
|
+
YmUxYWIzMmM4M2I4M2QzNTM1ZjJlN2E5ZTVjNWFjYzlhMWI3MmE=
|
|
@@ -25,7 +25,6 @@ module VagrantPlugins
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
@servers = ['dev', 'qa', 'stage']
|
|
28
|
-
@logger.debug("Test")
|
|
29
28
|
|
|
30
29
|
# options = {}
|
|
31
30
|
# OptionParser.new do |opts|
|
|
@@ -67,6 +66,7 @@ module VagrantPlugins
|
|
|
67
66
|
end
|
|
68
67
|
|
|
69
68
|
def execute
|
|
69
|
+
@logger.debug("Excuting sptsyc")
|
|
70
70
|
self.validate
|
|
71
71
|
# if @main_args.include?("-h") || @main_args.include?("--help")
|
|
72
72
|
# # Print the help for all the box commands.
|
|
@@ -77,7 +77,7 @@ module VagrantPlugins
|
|
|
77
77
|
# # then we also just print the help and exit.
|
|
78
78
|
# command_class = @subcommands.get(@sub_command.to_sym) if @sub_command
|
|
79
79
|
# return help if !command_class || !@sub_command
|
|
80
|
-
|
|
80
|
+
|
|
81
81
|
|
|
82
82
|
# # Initialize and execute the command class
|
|
83
83
|
# command_class.new(@sub_args, @env).execute
|