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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 250ff192a3c80ea9c0d96bd4e38f5bb8dfb93f11
|
|
4
|
+
data.tar.gz: 01af575f754086c53caed0253da7b0e8db2ff7fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
-
|
|
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
|
|
@@ -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/
|
|
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.
|
|
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/
|
|
65
|
+
homepage: https://github.com/swisnl/vagrant-remove-old-box-versions
|
|
65
66
|
licenses:
|
|
66
67
|
- MIT
|
|
67
68
|
metadata: {}
|