vagrant-saltdeps 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0224912ef2524714f2f65005c3dea52d0ba4ddd9
4
- data.tar.gz: 0d66dc90263a2eab751fdcf8449b7fba904924d8
3
+ metadata.gz: 9c3385ebff36389fd3b03ca93e2dc2558e8cc579
4
+ data.tar.gz: 48075e3ee445f6747a45d40b1f46077386cca5f8
5
5
  SHA512:
6
- metadata.gz: f32691bc9a10e02dedd5bc1da1d762e54627929bacb67d39796a480cfeeafb9cdb927a1c3323b39d97bf489e7b959a42a2622b2c2a40c0e95cb92ab2c61667b1
7
- data.tar.gz: 7efc5d4ff757e61ac583c951be659fc75238a3598b85f4b27b736d127d6f64bbf1a740f9f025fed5ef465dd6060d2b6468226748a600b907995b9218af06bba4
6
+ metadata.gz: 9a899f21de185ea70d1360dcf37e211d999250b4c19d94a51dc3f4644cb2d9f052a449b9bdfd4b32cd5e059a5d29ddae26f7976dd56c0d25d420d73d4baf86d9
7
+ data.tar.gz: 8183c8f4e318ff4dab188260f92d32986483440f144e26fc8d839bd22d2a50208b561afbb71d282264e2c6483be905627e7e0576969cfc83caa7bbe7220082e2
@@ -54,7 +54,7 @@ module VagrantPlugins
54
54
  def expand(path, errors=[], check=false)
55
55
  expanded = Pathname.new(@deps_path).expand_path(@machine.env.root_path)
56
56
  if check && !expanded.file?
57
- errors << "The file at #{expanded} does not exist. Please give a valid path to your deps.yml file."
57
+ errors << "The file at #{expanded} does not exist. Please give a valid path to your saltdeps.yml file."
58
58
  end
59
59
  end
60
60
 
@@ -40,8 +40,8 @@ module VagrantPlugins
40
40
  else
41
41
  g = Git.clone(uri, name, path: @checkout_path)
42
42
  end
43
- g.branch(branch).checkout
44
- g.fetch
43
+ g.checkout(branch)
44
+ g.pull
45
45
  end
46
46
  end
47
47
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Saltdeps
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-saltdeps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Hughes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-31 00:00:00.000000000 Z
11
+ date: 2015-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git