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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f89150b555d5e66035a9d768a1ff4bec90a13719
4
- data.tar.gz: 8fcd88a2e00fba370689e4e63240f45f55e74b8d
3
+ metadata.gz: 361eca5faa500e3cf95c99dcacce16f2cd9d49bf
4
+ data.tar.gz: 06fcb93f630f4d493c33503570b2759bdb7cfc40
5
5
  SHA512:
6
- metadata.gz: b2eb15aa9d8c32db292ec338996d4f9eaad08f538e42139187968619f1ea3075904690399be7091350458fdb936c2b9cdd6d1bb3779e590304bfaff70aa4fbb1
7
- data.tar.gz: e15e30373eaf2193e6ba0bfd85fb22a225e8f2009f54f3a9565e54dfe2e0ee237e8deccecbc19f1b89adef26ddf64811f11446300f970d1764364e28959fec4f
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.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
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rebuild`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- Add this line to your application's Gemfile:
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
- $ gem install vagrant-rebuild
10
+ $ vagrant plugin install vagrant-rebuild
22
11
 
23
12
  ## Usage
24
13
 
25
- TODO: Write usage instructions here
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/[USERNAME]/rebuild.
24
+ Bug reports and pull requests are welcome on GitHub at https://github.com/simplisafe/vagrant-rebuild.
36
25
 
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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 = "http://example.com"
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.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-22 00:00:00.000000000 Z
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: http://example.com
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: