vagrant-remove-old-box-versions 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59ab5f82dba1fbe29fc7dac1c30d334774d1dffe
4
- data.tar.gz: b17024a631e7b2143a7aa08bf5e5e3441d91b0a1
3
+ metadata.gz: 250ff192a3c80ea9c0d96bd4e38f5bb8dfb93f11
4
+ data.tar.gz: 01af575f754086c53caed0253da7b0e8db2ff7fd
5
5
  SHA512:
6
- metadata.gz: c357088629dc72b708ea8af6e7d2ec34f4a91940d17cf2e99c059599bab8b716dba7fde0c8343e8ae9880212ce83306461104cf219e629f422b13170749e1f68
7
- data.tar.gz: 461110200f05f83d9f967f0831d7852b47364706969d6ad2ff55f40d96599e2e90a2257a1274e30a0a1570aa242d8e28a08092411425b8f75a5f4e11ba26f00e
6
+ metadata.gz: fff7668b8ef40a0d4dd3afa3d20a3c7fe8ecbd99858a50e9891b0b90a5d32315a40ae6ad4539d3f72c83bd8daa0eae2629c695ad8d92b74f155750f6b6971aa0
7
+ data.tar.gz: edfe6c2e3e907a19c016f8fb58a6a738b98c19de05107b3a8f28e55c3671d4e990a8b01d905a67fb1273566e471cc49a5e24e4b8e95ff8dbfdc5000185ad0c5d
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Vagrant remove old box versions plugin
2
2
 
3
- This plugin enables you to automaticly remove old vagrant boxes from you host. Just run ``vagrant remove-old-versions`` and it will check your downloades boxes and remove every box that is not the lastest downloaded version.
3
+ This plugin enables you to automatically remove old vagrant boxes from you host. Just run ``vagrant remove-old-versions`` and it will check your downloades boxes and remove every box that is not the lastest downloaded version.
4
4
 
5
5
 
6
6
  ## Installation
@@ -23,7 +23,8 @@ Options:
23
23
 
24
24
  ## Contributing
25
25
 
26
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/vagrant-remove-old-box-versions.
26
+ This plugin is built and maintained by [Björn Brala](https://www.swis.nl/)
27
+ Bug reports and pull requests are welcome on GitHub at [swisnl/vagrant-remove-old-box-versions](https://github.com/swisnl/vagrant-remove-old-box-versions).
27
28
 
28
29
 
29
30
  ## License
@@ -4,7 +4,7 @@ module VagrantPlugins
4
4
  module RemoveOldVersions
5
5
  class Command < Vagrant.plugin("2", :command)
6
6
  def self.synopsis
7
- "stops and deletes all traces of the vagrant machine"
7
+ "remove all but the latest installed boxes"
8
8
  end
9
9
 
10
10
  def execute
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RemoveOldVersions
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  spec.summary = "This plugin enables you to remove all but the latest installed boxes."
15
15
  spec.description = "This plugin enables you to remove all but the latest installed boxes."
16
- spec.homepage = "https://github.com/bbrala/vagrant-remove-old-box-versions"
16
+ spec.homepage = "https://github.com/swisnl/vagrant-remove-old-box-versions"
17
17
  spec.license = "MIT"
18
18
 
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-remove-old-box-versions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bjorn Brala
@@ -60,8 +60,9 @@ files:
60
60
  - lib/vagrant-remove-old-box-versions/command.rb
61
61
  - lib/vagrant-remove-old-box-versions/plugin.rb
62
62
  - lib/vagrant-remove-old-box-versions/version.rb
63
+ - pkg/vagrant-remove-old-box-versions-0.0.1.gem
63
64
  - vagrant-remove-old-box-versions.gemspec
64
- homepage: https://github.com/bbrala/vagrant-remove-old-box-versions
65
+ homepage: https://github.com/swisnl/vagrant-remove-old-box-versions
65
66
  licenses:
66
67
  - MIT
67
68
  metadata: {}