vagrant_box_version 0.0.6 → 0.0.7

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: 89cf93ce1c691b957eba834be12e35b83beda79d
4
- data.tar.gz: f35f594cf9c0094053f9f04de314f3be554f8dd2
3
+ metadata.gz: c24d52a2a3c74ea2004f07fac1c750ee33561f10
4
+ data.tar.gz: 3b1ed684ff4cf6bffb9516adc9b54843c1893128
5
5
  SHA512:
6
- metadata.gz: b9bc1dbce9dc2476c4ae3a1dc82181bc1f2609fad337e2dd2ca21d4dd19fcba0acb8ba007a6b0d79fcede1a0b959c7c326ca44f34d3aab82411053f224b95281
7
- data.tar.gz: 265053dc0f1087bf2828c6f4f58aade945c94cc081cdc5170033dff1f51a312d359f6c39f8ea8635396bfa395d93914dae483059998c6eeaef3b09e8c92cd920
6
+ metadata.gz: b89d453c70838b7dc72bbd62a15a7e789c536896cf6e96b3ddee88e6a76462fcc5b43d6ba2a3a2db42ae3f634226b6bd6e2372b225b8b030337a3c40e3b20ed7
7
+ data.tar.gz: af3ab0031327ce74750d7a283c99dc752c866a97e85827daa0b5f152c7ce36a6b75e5ba56c0077a1733a533aaf6a0c07d4e3c38c335d8fef0559a2d89aa35933
@@ -0,0 +1,4 @@
1
+ module VagrantBoxVersion
2
+ VERSION = "0.0.7
3
+ "
4
+ end
@@ -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?
@@ -1,3 +1,3 @@
1
1
  module VagrantBoxVersion
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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-04-08 00:00:00.000000000 Z
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.0
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