vagrant-recreate 0.1.3 → 0.1.4
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/lib/vagrant-recreate/version.rb +1 -1
- data/vagrant-recreate.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ef4fd06f7bcc155134ac3e97cfd731aa6e1a531
|
4
|
+
data.tar.gz: eada48cbf8ed6c9ceadab6954fa45ed47810c805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 617c0dca616debc5b6976525decf04e4aed373cb8358426c91bd8621b76e54ef5b614d5e653e4a4341f6c9a073c26c7d81bdca16ceab996238c05545a42e4140
|
7
|
+
data.tar.gz: bd0edf8984af381ffe00fd54da5155e8624c8ff76acae8812b096f86970a02b3b962906ad53e31625966b0549b760cd1dd90194ed535bf22b9119da2413a8afd
|
data/vagrant-recreate.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Andrey Semenchenko"]
|
10
10
|
spec.email = ["m1ndful@protonmail.com"]
|
11
11
|
spec.summary = %q{vagrant plugin that helps re-create environment.}
|
12
|
-
spec.description = %q{This plugin automates vagrant environment re-
|
12
|
+
spec.description = %q{This plugin automates vagrant environment re-creation by invoking up and destroy commands sequentially.}
|
13
13
|
spec.homepage = "https://github.com/m1ndful"
|
14
14
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
15
15
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-recreate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Semenchenko
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description: This plugin automates vagrant environment re-
|
41
|
+
description: This plugin automates vagrant environment re-creation by invoking up
|
42
42
|
and destroy commands sequentially.
|
43
43
|
email:
|
44
44
|
- m1ndful@protonmail.com
|