bindler 0.1.1 → 0.1.2

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: d6a291cb58e6e6d67bf0aa4d7c345d9cf72626b9
4
- data.tar.gz: 2ba6ce7286e22d3326284b08b19a5955034b82c5
3
+ metadata.gz: d6d59688e238982b74eda8eb7d14899b303ab60f
4
+ data.tar.gz: 3cdcb581db73a6cefe4283deceadfc020395b09e
5
5
  SHA512:
6
- metadata.gz: 372cc9e65e30c4a8c456177511f6a322d288d64a303f831d29210b9a9ee02ae2ed839c727e1d4b004cb3401caaac6822c92838aa6849b23b8561e66821d7a9c2
7
- data.tar.gz: 0c241d86675d3dacd9975408c6cea10ad73916ea34d96bec97f194b9bc7d4afd1abbdc810bff8c3018bc2d1959bc482348abbb0b55609c85155a8d3b2ebf3ac1
6
+ metadata.gz: f15de7057324a5ec25bbecf277bd53bbe905432d1e961b7ef80f3b242958eae177b9cfea3ced998ac8577297c4c8a7feef22097f310923feb42c20353f88c423
7
+ data.tar.gz: 4627248c78aa63ab7b15858347357cb5c08f31467a86845d5eb79d63e1148fa1b7f0c50a2a4bbd48cc57f1dc0ccd692406fac039dc537d05f75646dded595f9a
@@ -31,7 +31,7 @@ GIT
31
31
  PATH
32
32
  remote: .
33
33
  specs:
34
- bindler (0.1.1)
34
+ bindler (0.1.2)
35
35
 
36
36
  GEM
37
37
  remote: https://rubygems.org/
@@ -111,7 +111,7 @@ VagrantPlugins::CommandPlugin::Action::InstallGem.class_eval do
111
111
  if env[:plugin_name] == 'bindler'
112
112
  bindler_debug 'Installing bindler to global plugins file'
113
113
  # bindler is the only plugin that should be installed on the global state file
114
- env[:plugin_state_file] = CommandPlugin::StateFile.new(env[:home_path].join("plugins.json"))
114
+ env[:plugin_state_file] = VagrantPlugins::CommandPlugin::StateFile.new(env[:home_path].join("plugins.json"))
115
115
  else
116
116
  bindler_debug "Installing #{env[:plugin_name]} to $HOME/.vagrant.d"
117
117
  end
@@ -1,3 +1,3 @@
1
1
  module Bindler
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bindler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rehm