vagrant-sptsync 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2E2MjYwYzU1ZGIxMmNmNzYzODMyODJjMzY2NGQ4NmY2YjUxNjEzYQ==
4
+ ZjNhMTY2NGI2NzBlNDhmNjE0NTdmZGUxOWE5MDNiMTY3YjMwYmExNQ==
5
5
  data.tar.gz: !binary |-
6
- YTUxNTVjNjlkYjNlZmZiOTYzNWE3M2NmMjk0ZjM0OWZhMDExOTNlZA==
6
+ YWEzYTk1NTM5OGVmN2Q0NzU4YjI4MjBkMGJiZGRmY2RkNWQ0ZTg0MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmE1ZjY3MWFkMWE3MmQyNDhkNDEyYTM3ZTdhZGZiM2IxMzQ4ZWUyMzkwOGE3
10
- ZmNmZTY2ZTFiYTFhMGQ2Mjg2ZDY0MzY2NmI0NzNkMmY1OWY5Yjk3ZDA5MjRi
11
- OGMwYjQ1OTg1ODQwYjQ5MzkzY2Y0YmJhNjRjODVjMzJlMmVmNTg=
9
+ OTM4NjczYzMwOGJlYmI3YWQ1ZGYyZDA4NDVjMDZjNGRjMWEyNjcxMjkxNTVk
10
+ OGJlNTZmZTBmNTg0MzA3NGFjNDFmN2Q2MzM5Yzg4ZGJkYzhiMDU3NDI1NzE2
11
+ MTg3OTVhYjVmYjhjZDA5ZmUwODk3ODkxMjY1NzhjZTI1N2VmMjc=
12
12
  data.tar.gz: !binary |-
13
- ZTliZjM0MGI2YzU1NGMzN2NiOGEzMzY5MTdkN2Q2NWU3ZDQwMjJkYWM5ZDcx
14
- Y2MxODRjOTc3MDNlZjI0YTIyOWY4OTY4NjhhYzdiNzNjMTExN2UwMjFhMTNk
15
- NDk5YzE1ZTE4N2JmM2M3MGY5YzUxYjM1NTFmNjE1Y2ZlODIyMTk=
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
- # @logger.debug("Invoking command class: #{command_class} #{@sub_args.inspect}")
80
+
81
81
 
82
82
  # # Initialize and execute the command class
83
83
  # command_class.new(@sub_args, @env).execute
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.17"
3
+ VERSION = "0.0.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sptsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr