vagrant-rebuild 0.1.1 → 0.1.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 +4 -4
- data/Gemfile.lock +1 -4
- data/README.md +7 -18
- data/lib/vagrant-rebuild/version.rb +1 -1
- data/vagrant-rebuild.gemspec +2 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 361eca5faa500e3cf95c99dcacce16f2cd9d49bf
|
4
|
+
data.tar.gz: 06fcb93f630f4d493c33503570b2759bdb7cfc40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d046ef9f85ccd644a8cec59867d26e7a1f7dda98cb343f9d739da40355c0fe7dbb391817f917ba48c4e453335d0520a1536cf195b9a65c08428d9e8a478be2a5
|
7
|
+
data.tar.gz: 7de706c73f58caec7978ab5f351d6f460f81a65edbe69ed434b033bc22dff2b3abd06ed15202d2990acd23f1af6171ed078405e02369b1b5764833d469857b22
|
data/Gemfile.lock
CHANGED
@@ -23,7 +23,7 @@ GIT
|
|
23
23
|
PATH
|
24
24
|
remote: .
|
25
25
|
specs:
|
26
|
-
vagrant-rebuild (0.1.
|
26
|
+
vagrant-rebuild (0.1.2)
|
27
27
|
|
28
28
|
GEM
|
29
29
|
remote: https://rubygems.org/
|
@@ -101,6 +101,3 @@ PLATFORMS
|
|
101
101
|
DEPENDENCIES
|
102
102
|
vagrant!
|
103
103
|
vagrant-rebuild!
|
104
|
-
|
105
|
-
BUNDLED WITH
|
106
|
-
1.10.5
|
data/README.md
CHANGED
@@ -1,28 +1,17 @@
|
|
1
|
-
# Rebuild
|
1
|
+
# Vagrant Rebuild
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
Plugin for vagrant that stops and deletes all traces of the vagrant machine then starts and provisions the vagrant environment. All options from destroy and up are still available.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
9
|
-
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem 'vagrant-rebuild'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
7
|
+
1. Install the latest version of [Vagrant](http://www.vagrantup.com/downloads.html)
|
8
|
+
2. Install the latest version of vagrant-rebuild
|
20
9
|
|
21
|
-
$
|
10
|
+
$ vagrant plugin install vagrant-rebuild
|
22
11
|
|
23
12
|
## Usage
|
24
13
|
|
25
|
-
|
14
|
+
If the Vagrant Rebuild plugin is installed, `vagrant rebuild` will be available for use.
|
26
15
|
|
27
16
|
## Development
|
28
17
|
|
@@ -32,5 +21,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
32
21
|
|
33
22
|
## Contributing
|
34
23
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
24
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/simplisafe/vagrant-rebuild.
|
36
25
|
|
data/vagrant-rebuild.gemspec
CHANGED
@@ -10,8 +10,9 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['kevin.cormier@simplisafe.com', 'garin.bedian@simplisafe.com']
|
11
11
|
|
12
12
|
spec.summary = "Stops and deletes all traces of the vagrant machine then starts and provisions the vagrant environment"
|
13
|
-
spec.homepage = "
|
13
|
+
spec.homepage = "https://github.com/simplisafe/vagrant-rebuild"
|
14
14
|
|
15
|
+
spec.license = "BSD-2-Clause"
|
15
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
16
17
|
# delete this section to allow pushing this gem to any host.
|
17
18
|
if spec.respond_to?(:metadata)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-rebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Cormier
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-07-
|
12
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -60,8 +60,9 @@ files:
|
|
60
60
|
- lib/vagrant-rebuild.rb
|
61
61
|
- lib/vagrant-rebuild/version.rb
|
62
62
|
- vagrant-rebuild.gemspec
|
63
|
-
homepage:
|
64
|
-
licenses:
|
63
|
+
homepage: https://github.com/simplisafe/vagrant-rebuild
|
64
|
+
licenses:
|
65
|
+
- BSD-2-Clause
|
65
66
|
metadata:
|
66
67
|
allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
|
67
68
|
post_install_message:
|