vagrant-sptsync 0.0.49 → 0.0.50

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
  SHA1:
3
- metadata.gz: a0302a6d44adb975935b49f019c9b43ccd88f668
4
- data.tar.gz: 732c1147bf5c852c222d892c082574fe2dd91f0a
3
+ metadata.gz: 62bd69042ad4076f11e62dae638c8807b868438e
4
+ data.tar.gz: 724da3b7fd340984afc0f9c4f6e8edd4def9a3cd
5
5
  SHA512:
6
- metadata.gz: 451079714cd4caeb8339028a193a4484d613c90aab64813b401342f8add018476c7e024c6dc42b2a8fe8c4aec5cc91829defb6163856448a71a0965c1a341b60
7
- data.tar.gz: ae9f11c90c6a613acb69827e6d1629a17c746bb3ce0ed199f191ae1c9861bd9fda5f34b03f72743ac0aed3302d7ddf74372939d09cd5d820d138ba8ac0841179
6
+ metadata.gz: 614562a85cc7f6758047ab3da851e2efc04da9f7c4d93b938503927811aa03837bc33080d5cd831745c6211a5e1212cc637a830b95a968eec55fb3f8dc3d72dc
7
+ data.tar.gz: a5a69e00493284a6b6aa20bc62590d8530bfdb1d85689c8e3a164bc0074f123bbf4869bb0daf84ed6888c330f90658abe1f57f49150bb51e35f9015515e8875d
data/Gemfile.lock CHANGED
@@ -18,7 +18,7 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- vagrant-sptsync (0.0.49)
21
+ vagrant-sptsync (0.0.50)
22
22
 
23
23
  GEM
24
24
  remote: https://rubygems.org/
@@ -29,7 +29,7 @@ module VagrantPlugins
29
29
 
30
30
  opts.on("-r", "--revision [VERSION]", "Specifies the verion of the site to pulldown. Defaults to 3.0") do |site|
31
31
  puts "site: #{site}"
32
- @options[:site] = site
32
+ @options[:revision] = site
33
33
  end
34
34
 
35
35
  opts.on("-h", "--help", "run help") do |help|
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.49"
3
+ VERSION = "0.0.50"
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.49
4
+ version: 0.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr