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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ca8c2a56d08a4ee85b70f191613acb5c0c8a6d8
4
- data.tar.gz: e1bc7f2a34552fbe5faf54e868373b1d211015c5
3
+ metadata.gz: 5ef4fd06f7bcc155134ac3e97cfd731aa6e1a531
4
+ data.tar.gz: eada48cbf8ed6c9ceadab6954fa45ed47810c805
5
5
  SHA512:
6
- metadata.gz: b1ccd4e7ab6eba8f2c509ccf1e0bd1050de86d5d23f4437be61a6e2e10bf908b2d4ffa917ee85ca6558c534740bb8b532d7e370f6d408777565422e955f7741d
7
- data.tar.gz: fb9e4db0e4321c51c80f49632052f85007664dfdc6828e228aeacfcdd8eb1598275c1574138a83698adc96e946219a1f42ac094fdc3680791c0304d35fa6205e
6
+ metadata.gz: 617c0dca616debc5b6976525decf04e4aed373cb8358426c91bd8621b76e54ef5b614d5e653e4a4341f6c9a073c26c7d81bdca16ceab996238c05545a42e4140
7
+ data.tar.gz: bd0edf8984af381ffe00fd54da5155e8624c8ff76acae8812b096f86970a02b3b962906ad53e31625966b0549b760cd1dd90194ed535bf22b9119da2413a8afd
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Recreate
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
@@ -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-createion by invoking up and destroy commands sequentially.}
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.3
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-createion by invoking up
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