bindler 0.1.1 → 0.1.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/bindler/bend_vagrant.rb +1 -1
- data/lib/bindler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6d59688e238982b74eda8eb7d14899b303ab60f
|
|
4
|
+
data.tar.gz: 3cdcb581db73a6cefe4283deceadfc020395b09e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f15de7057324a5ec25bbecf277bd53bbe905432d1e961b7ef80f3b242958eae177b9cfea3ced998ac8577297c4c8a7feef22097f310923feb42c20353f88c423
|
|
7
|
+
data.tar.gz: 4627248c78aa63ab7b15858347357cb5c08f31467a86845d5eb79d63e1148fa1b7f0c50a2a4bbd48cc57f1dc0ccd692406fac039dc537d05f75646dded595f9a
|
data/Gemfile.lock
CHANGED
data/lib/bindler/bend_vagrant.rb
CHANGED
|
@@ -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
|
data/lib/bindler/version.rb
CHANGED