vagrant_box_version 0.0.6 → 0.0.7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c24d52a2a3c74ea2004f07fac1c750ee33561f10
|
|
4
|
+
data.tar.gz: 3b1ed684ff4cf6bffb9516adc9b54843c1893128
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b89d453c70838b7dc72bbd62a15a7e789c536896cf6e96b3ddee88e6a76462fcc5b43d6ba2a3a2db42ae3f634226b6bd6e2372b225b8b030337a3c40e3b20ed7
|
|
7
|
+
data.tar.gz: af3ab0031327ce74750d7a283c99dc752c866a97e85827daa0b5f152c7ce36a6b75e5ba56c0077a1733a533aaf6a0c07d4e3c38c335d8fef0559a2d89aa35933
|
|
@@ -41,7 +41,7 @@ module VagrantBoxVersion
|
|
|
41
41
|
if (version || VersionString.new("0")) < (remote || VersionString.new("0"))
|
|
42
42
|
ui.warn("Version #{remote} is available!", scope: machine.name)
|
|
43
43
|
ui.info("To update, run:")
|
|
44
|
-
ui.info(" vagrant destroy #{machine.name} && vagrant box remove #{box.name} #{box.provider.to_s}")
|
|
44
|
+
ui.info(" vagrant destroy #{machine.name} && vagrant box remove #{box.name} --provider #{box.provider.to_s}")
|
|
45
45
|
elsif version.nil?
|
|
46
46
|
ui.warn("Local version couldn't be determined. You should probably upgrade your box.", scope: machine.name)
|
|
47
47
|
elsif remote.nil?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant_box_version
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edd Steel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -50,6 +50,7 @@ files:
|
|
|
50
50
|
- README.md
|
|
51
51
|
- Rakefile
|
|
52
52
|
- lib/vagrant_box_version.rb
|
|
53
|
+
- lib/vagrant_box_version/#version.rb#
|
|
53
54
|
- lib/vagrant_box_version/action.rb
|
|
54
55
|
- lib/vagrant_box_version/command.rb
|
|
55
56
|
- lib/vagrant_box_version/config.rb
|
|
@@ -77,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
78
|
version: '0'
|
|
78
79
|
requirements: []
|
|
79
80
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.2.
|
|
81
|
+
rubygems_version: 2.2.2
|
|
81
82
|
signing_key:
|
|
82
83
|
specification_version: 4
|
|
83
84
|
summary: Plugin to provide version information for boxes
|